File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -520,4 +520,5 @@ dotnet_diagnostic.CA1062.severity = none # Do not demand null-checkin
520520dotnet_diagnostic.CA1014.severity = none # No need for CLSCompliantAttribute
521521dotnet_diagnostic.SA1011.severity = none # Space needed after closing square bracet " ]" needed for nullable arrays
522522
523- dotnet_diagnostic.S1172.severity = none # False positive: Unused method parameters should be removed
523+ dotnet_diagnostic.S1172.severity = none # False positive: Unused method parameters should be removed
524+ dotnet_diagnostic.CA1510.severity = none # ArgumentNullException throw helper not available for all targets
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1</ TargetFramework >
4+ <TargetFrameworks >netstandard2.1;net8.0</ TargetFrameworks >
55 <PackageId >Atc.Test</PackageId >
66 <PackageTags >xunit;NSubstitute;AutoFixture;FluentAssertions</PackageTags >
77 <Description >Common tools for writing tests using XUnit, AutoFixture, NSubstitute and FluentAssertions.</Description >
You can’t perform that action at this time.
0 commit comments