Commit b81cf31
committed
Disable CS0618 warning in Extensions.cs
Add a file-level #pragma warning disable CS0618 to src/Verify.NUnit/Extensions.cs to suppress obsolete-member/type warnings (e.g., IMethodInfo used by GetTestMethod). This keeps build output clean while maintaining compatibility with the existing NUnit API usage.1 parent eb693f2 commit b81cf31
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments