Skip to content

Commit

Permalink
Convert to use raw strings and /* lang=c#-test */
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jul 17, 2024
1 parent 2188a2d commit a07fbd2
Show file tree
Hide file tree
Showing 124 changed files with 8,914 additions and 9,557 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,8 @@ dotnet_diagnostic.CA1707.severity = none # Remove the underscores from type na
dotnet_diagnostic.CA1720.severity = none # Identifier contains type name
dotnet_diagnostic.CA1724.severity = none # Type names should not match namespaces
dotnet_diagnostic.CA1859.severity = none # Use concrete types when possible for improved performance
dotnet_diagnostic.CA1861.severity = none # Avoid constant arrays as arguments
dotnet_diagnostic.CA2211.severity = none # Non-constant fields should not be visible
dotnet_diagnostic.CA2241.severity = error # Provide correct arguments to formatting methods/The format argument is not a valid string
dotnet_diagnostic.IDE0040.severity = none # Add accessibility modifiers
dotnet_diagnostic.IDE1006.severity = none # Naming rule violation
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit.assert.source" Version="2.8.2-pre.19" />
<PackageReference Include="xunit.core" Version="2.8.2-pre.19" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2-pre.7" />
<PackageReference Include="xunit.assert.source" Version="2.9.1-pre.5" />
<PackageReference Include="xunit.core" Version="2.9.1-pre.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>

</When>
Expand Down
Loading

0 comments on commit a07fbd2

Please sign in to comment.