diff --git a/Analysis.Build.props b/Analysis.Build.props index 9c4c494..e7cf44b 100644 --- a/Analysis.Build.props +++ b/Analysis.Build.props @@ -6,7 +6,7 @@ latest - + diff --git a/src/Catalog/Catalog.Api.Tests/Catalog.Api.Tests.csproj b/src/Catalog/Catalog.Api.Tests/Catalog.Api.Tests.csproj index a23613d..814c27f 100644 --- a/src/Catalog/Catalog.Api.Tests/Catalog.Api.Tests.csproj +++ b/src/Catalog/Catalog.Api.Tests/Catalog.Api.Tests.csproj @@ -6,11 +6,11 @@ - - + + - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Catalog/Catalog.Api/Catalog.Api.csproj b/src/Catalog/Catalog.Api/Catalog.Api.csproj index aae2051..5341711 100644 --- a/src/Catalog/Catalog.Api/Catalog.Api.csproj +++ b/src/Catalog/Catalog.Api/Catalog.Api.csproj @@ -12,19 +12,19 @@ - + - - + + - - - + + + diff --git a/src/Catalog/Catalog.Api/Program.cs b/src/Catalog/Catalog.Api/Program.cs index 459e2c9..ae8d143 100644 --- a/src/Catalog/Catalog.Api/Program.cs +++ b/src/Catalog/Catalog.Api/Program.cs @@ -32,7 +32,7 @@ app.UseSerilogRequestLogging(); app.MapControllers(); app.UseOpenTelemetryPrometheusScrapingEndpoint(); -app.MapEventuousSpyglass(null); +app.MapEventuousSpyglass(); try { app.Run("http://*:5252"); @@ -45,3 +45,4 @@ finally { Log.CloseAndFlush(); } + diff --git a/src/Catalog/Catalog.Tests/Catalog.Tests.csproj b/src/Catalog/Catalog.Tests/Catalog.Tests.csproj index 91b9dbd..1a45435 100644 --- a/src/Catalog/Catalog.Tests/Catalog.Tests.csproj +++ b/src/Catalog/Catalog.Tests/Catalog.Tests.csproj @@ -7,10 +7,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Core/Ecommerce.Core.Testing/Ecommerce.Core.Testing.csproj b/src/Core/Ecommerce.Core.Testing/Ecommerce.Core.Testing.csproj index 29c566f..3b4d667 100644 --- a/src/Core/Ecommerce.Core.Testing/Ecommerce.Core.Testing.csproj +++ b/src/Core/Ecommerce.Core.Testing/Ecommerce.Core.Testing.csproj @@ -9,10 +9,10 @@ - + - - + + diff --git a/src/Core/Ecommerce.Core.Tests/Ecommerce.Core.Tests.csproj b/src/Core/Ecommerce.Core.Tests/Ecommerce.Core.Tests.csproj index f775386..8fbc0db 100644 --- a/src/Core/Ecommerce.Core.Tests/Ecommerce.Core.Tests.csproj +++ b/src/Core/Ecommerce.Core.Tests/Ecommerce.Core.Tests.csproj @@ -16,9 +16,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Core/Ecommerce.Core.WebApi/Ecommerce.Core.WebApi.csproj b/src/Core/Ecommerce.Core.WebApi/Ecommerce.Core.WebApi.csproj index 7c0a6a2..5df5d39 100644 --- a/src/Core/Ecommerce.Core.WebApi/Ecommerce.Core.WebApi.csproj +++ b/src/Core/Ecommerce.Core.WebApi/Ecommerce.Core.WebApi.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/src/Core/Ecommerce.Core/Ecommerce.Core.csproj b/src/Core/Ecommerce.Core/Ecommerce.Core.csproj index e03650c..a455a6f 100644 --- a/src/Core/Ecommerce.Core/Ecommerce.Core.csproj +++ b/src/Core/Ecommerce.Core/Ecommerce.Core.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/src/Inventory/Inventory.Api/Inventory.Api.csproj b/src/Inventory/Inventory.Api/Inventory.Api.csproj index 53322a0..5b5f7f5 100644 --- a/src/Inventory/Inventory.Api/Inventory.Api.csproj +++ b/src/Inventory/Inventory.Api/Inventory.Api.csproj @@ -10,13 +10,13 @@ - - + + - - - + + + diff --git a/src/Legacy/Legacy.Api/Legacy.Api.csproj b/src/Legacy/Legacy.Api/Legacy.Api.csproj index 1013b0d..c1e0592 100644 --- a/src/Legacy/Legacy.Api/Legacy.Api.csproj +++ b/src/Legacy/Legacy.Api/Legacy.Api.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/src/Legacy/Legacy.Data/Legacy.Data.csproj b/src/Legacy/Legacy.Data/Legacy.Data.csproj index be96b0f..cad889b 100644 --- a/src/Legacy/Legacy.Data/Legacy.Data.csproj +++ b/src/Legacy/Legacy.Data/Legacy.Data.csproj @@ -7,13 +7,13 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Pricing/Discounts.Api/Discounts.Api.csproj b/src/Pricing/Discounts.Api/Discounts.Api.csproj index 8bc4366..fdefa6d 100644 --- a/src/Pricing/Discounts.Api/Discounts.Api.csproj +++ b/src/Pricing/Discounts.Api/Discounts.Api.csproj @@ -8,13 +8,13 @@ - - + + - - - + + + diff --git a/src/Pricing/Discounts/Discounts.csproj b/src/Pricing/Discounts/Discounts.csproj index 6db7ab9..b621cf4 100644 --- a/src/Pricing/Discounts/Discounts.csproj +++ b/src/Pricing/Discounts/Discounts.csproj @@ -11,9 +11,9 @@ - - - + + + diff --git a/src/Pricing/Prices.Api/Prices.Api.csproj b/src/Pricing/Prices.Api/Prices.Api.csproj index b151ce3..8df076f 100644 --- a/src/Pricing/Prices.Api/Prices.Api.csproj +++ b/src/Pricing/Prices.Api/Prices.Api.csproj @@ -8,13 +8,13 @@ - - + + - - - + + + diff --git a/src/Pricing/Prices/Prices.csproj b/src/Pricing/Prices/Prices.csproj index a423564..227590d 100644 --- a/src/Pricing/Prices/Prices.csproj +++ b/src/Pricing/Prices/Prices.csproj @@ -13,7 +13,7 @@ - +