File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -482,6 +482,7 @@ dotnet_diagnostic.CA2016.severity = warning # CA2016: Forward the 'CancellationT
482482dotnet_diagnostic.CS1573.severity = silent # CS1573: Parameter has no matching param tag in the XML comment (but other parameters do)
483483dotnet_diagnostic.CS9107.severity = suggestion # CS9107: Parameter is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
484484
485- # ### Fusonic.Extensions specific settings ####
486- dotnet_diagnostic.IDE0073.severity = warning # IDE0073: The file header is missing or not located at the top of the file
485+ dotnet_diagnostic.xUnit1051.severity = suggestion # xUnit1051: Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken
487486
487+ # ### Fusonic.Extensions specific settings ####
488+ dotnet_diagnostic.IDE0073.severity = warning # IDE0073: The file header is missing or not located at the top of the file
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >10.0.0-rc.2 </Version >
3+ <Version >10.0.0</Version >
44 <TargetFramework >net10.0</TargetFramework >
55 </PropertyGroup >
66
Original file line number Diff line number Diff line change 3939 <PackageVersion Include =" OpenTelemetry.Api" Version =" 1.14.0" />
4040 <PackageVersion Include =" Polly" Version =" 8.6.5" />
4141 <PackageVersion Include =" PreMailer.Net" Version =" 2.7.2" />
42- <PackageVersion Include =" Scrutor" Version =" 6.1 .0" />
42+ <PackageVersion Include =" Scrutor" Version =" 7.0 .0" />
4343 <PackageVersion Include =" SimpleInjector.Integration.AspNetCore.Mvc.Core" Version =" 5.5.0" />
4444 <PackageVersion Include =" SimpleInjector.Integration.AspNetCore" Version =" 5.5.0" />
4545 <PackageVersion Include =" SimpleInjector.Integration.GenericHost" Version =" 5.5.0" />
You can’t perform that action at this time.
0 commit comments