-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Code Analysis #63
Comments
Moving this back to v0.1.5-beta because it does not block ongoing development of consumer software. |
I can take a look at in the next few days when I feel a bit better. Just lettme know which branch to fork from |
dev |
Be worth investigating whether this is an sdk package or an analysis package: https://www.nuget.org/packages/Microsoft.CodeAnalysis/1.0.0-rc3 |
This might be what we actually want: https://github.com/DotNetAnalyzers/StyleCopAnalyzers - more research to come later. Depends on what level of CA is required, probably best to discuss that first. //cc @mattridgway |
Progress update: I believe the correct package is actually |
In the latest ASP.NET community standup there was some talk about code analysis coming in the future. They've obviously got plans about how they want it. Right now it's a bit of a mess; different authors producing lots of packages. Not sure what the "correct" way of doing things is. |
Compose doesn't conform to CA
The text was updated successfully, but these errors were encountered: