dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
https://docs.microsoft.com/visualstudio/msbuild/msbuild
MIT License
5.15k stars 1.34k forks source link

Handle the case for unsuccessful custom analyzer registration + change e2e tests #10117

Closed YuliiaKovalova closed 1 week ago

YuliiaKovalova commented 3 weeks ago

Fixes

The case, mentioned in documentation: https://github.com/dotnet/msbuild/pull/10078#discussion_r1581121235 and build CustomAnalyzer test assets during the build to reduce the test running time.