Skip to content

Commit e54e5b0

Browse files
remove fxcop from checklist (#53)
FxCop is outdated and is included as a Roslyn analyzer in the .NET 5+ SDK.
1 parent d8d9d23 commit e54e5b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/samples-guidelines.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,7 @@ Run the Windows App Certification Kit (WACK) on a Release build. If your sample
479479

480480
### Perform code analysis
481481

482-
For C++ samples, make sure samples build clean with no warnings or errors.
483-
484-
For C# samples, run FxCop.
482+
Make sure samples build clean with no warnings or errors.
485483

486484
### Verify accessibility
487485

0 commit comments

Comments
 (0)