diff --git a/.gitignore b/.gitignore index 7e95a94..7c86da2 100644 --- a/.gitignore +++ b/.gitignore @@ -256,4 +256,5 @@ paket-files/ .idea/ *.sln.iml .vscode/settings.json -tmp/** \ No newline at end of file +tmp/** +TestArtifacts/** \ No newline at end of file diff --git a/Catalog.code-workspace b/Catalog.code-workspace index 15ec3a0..93418a7 100644 --- a/Catalog.code-workspace +++ b/Catalog.code-workspace @@ -11,6 +11,7 @@ } ], "settings": { - "commentTranslate.hover.enabled": false + "commentTranslate.hover.enabled": false, + "github.copilot.chat.otel.dbSpanExporter.enabled": true } } \ No newline at end of file diff --git a/imagecatalog/ImageCatalog 2.csproj b/imagecatalog/ImageCatalog 2.csproj index 734b648..5affa11 100644 --- a/imagecatalog/ImageCatalog 2.csproj +++ b/imagecatalog/ImageCatalog 2.csproj @@ -159,4 +159,13 @@ + + + + + + + + + \ No newline at end of file