DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.61k stars 506 forks source link

Possible to analyze ASP.NET Web Forms Site project? #3701

Open DiscombobulatedDrag opened 9 months ago

DiscombobulatedDrag commented 9 months ago

Is there a way to analyze the code for Web Forms Site project?

My example project

sharwell commented 9 months ago

It seems like a question for ASP.NET: https://github.com/dotnet/aspnetcore

StyleCop Analyzers is just a DLL that gets passed to the C# compiler. The SDK/build tooling is responsible for locating that file and passing it to the proper parameter in the compiler.