Skip to content

Commit 88b83da

Browse files
committed
Remove NoWarn directive for MSTEST0037
- No Assert.IsTrue violations exist in the codebase - The test file only contains an empty test method - Project should build cleanly without suppression
1 parent 365281a commit 88b83da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/NosCore.ParserInputGenerator.Tests/NosCore.ParserInputGenerator.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<IsPackable>false</IsPackable>
7-
<NoWarn>$(NoWarn);MSTEST0037</NoWarn>
87
</PropertyGroup>
98

109
<ItemGroup>

0 commit comments

Comments
 (0)