Skip to content

Commit

Permalink
Fix IDE0290 error in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Nov 12, 2024
1 parent d71b20e commit 3cdb039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/PolySharp.Tests/LanguageFeatures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ internal class TestClassWithRequiredMembers
{
// SetsRequiredMembersAttribute
[SetsRequiredMembers]
#pragma warning disable IDE0290
public TestClassWithRequiredMembers()
#pragma warning restore IDE0290
{
Name = "";
}
Expand Down

0 comments on commit 3cdb039

Please sign in to comment.