File tree Expand file tree Collapse file tree
Ordering/Ordering.SignalrHub Expand file tree Collapse file tree Original file line number Diff line number Diff 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 =>
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments