Skip to content

Commit dcd0f3f

Browse files
committed
Remove obsolete references
1 parent 0c14810 commit dcd0f3f

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/Services/Catalog/Catalog.API/Startup.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,6 @@ public static IServiceCollection AddCustomDbContext(this IServiceCollection serv
212212
//Configuring Connection Resiliency: https://docs.microsoft.com/en-us/ef/core/miscellaneous/connection-resiliency
213213
sqlOptions.EnableRetryOnFailure(maxRetryCount: 15, maxRetryDelay: TimeSpan.FromSeconds(30), errorNumbersToAdd: null);
214214
});
215-
216-
// Changing default behavior when client evaluation occurs to throw.
217-
// Default in EF Core would be to log a warning when client evaluation is performed.
218-
options.ConfigureWarnings(warnings => warnings.Throw(RelationalEventId.QueryClientEvaluationWarning));
219-
//Check Client vs. Server evaluation: https://docs.microsoft.com/en-us/ef/core/querying/client-eval
220215
});
221216

222217
services.AddDbContext<IntegrationEventLogContext>(options =>

src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.8.0-beta3" />
2121
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.11.0-beta2" />
2222
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.1.1" />
23-
<PackageReference Include="Microsoft.AspNetCore.App" Version="$(Microsoft_AspNetCore_App)" />
2423
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0-rc1.19457.4" />
2524
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="$(Microsoft_AspNetCore_Authentication)" />
2625
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.0.0-rc1.19457.4" />

0 commit comments

Comments
 (0)