Jan Jones
Jan Jones
Part of https://github.com/dotnet/roslyn/issues/72672.
- Design doc: https://github.com/dotnet/sdk/pull/42437 - Part of https://github.com/dotnet/sdk/issues/42087 - Roslyn counterpart: https://github.com/dotnet/roslyn/pull/74820 - Assumes the analyzers are deployed like in https://github.com/dotnet/sdk/pull/42451
Part of https://github.com/dotnet/sdk/issues/42087. [Rendered markdown](https://github.com/jjonescz/dotnet-sdk/blob/tearing-redirect/documentation/general/analyzer-redirecting.md). Implementation: [SDK](https://github.com/dotnet/sdk/pull/42861), [roslyn](https://github.com/dotnet/roslyn/pull/74820) (Perhaps this could be a part of the "torn SDK" proposal but that wasn't merged at the time of writing this: https://github.com/dotnet/sdk/pull/41790)
Related to https://github.com/dotnet/sdk/issues/41791 and https://github.com/dotnet/sdk/issues/42087. The error is: > NETSDK1216: Package Microsoft.Net.Sdk.Compilers.Toolset is not downloaded but it is needed because your MSBuild and SDK versions are mismatched. Ensure version {0}...
Fixes https://github.com/dotnet/roslyn/issues/75430.
This is a workaround for BinSkim (and other tools) not analyzing the contents of nupkg/zip files. Official build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2561041&view=results (CodeSign Validation has a hard limit of 10 minutes because it's...
Fixes https://github.com/dotnet/roslyn/issues/75484.
Doing this in roslyn (https://github.com/dotnet/roslyn/pull/75465) and didn't want to leave razor behind.