StackExchange / StackExchange.Precompilation

Roslyn based csc.exe and aspnet_compiler.exe replacement with metaprogramming hooks for ASP.NET MVC projects from the pre-DNX era
MIT License
155 stars 37 forks source link

Analysis task gets canceled #25

Closed macote closed 7 years ago

macote commented 7 years ago

In my moderately large MVC project, I get a "warning: analysis canceled" entry in my "Error List" window. I'm thinking that this line might be the reason why I see that. Can you please tell me what's the purpose of that line and if it can be moved or refactored?

Thanks.

m0sa commented 7 years ago

Good catch. IIRC this was the default behavior in the roslyn version I was looking how to run analyzers in the first place.

https://github.com/dotnet/roslyn/issues/11470