Closed francischeung closed 9 years ago
Were you expecting this to pass or fail in CI?
This first test should pass. I just added the internal ruleset to a project. Next commit will force code analysis on build.
I've updated the projects in the ScenarioSimulator solution to use the custom ruleset file. The other 3 solutions need to be updated.
IotJourney.ruleset: CA1305 is a "Warning". If you change it to "Error", the build will break, as expected.
Hmm... I suspect that you'll need a NuGet package to trigger the build task. Some options are:
I'm particularly curious about the Rosyln one.
Connects to #243