Andrew Casey
Andrew Casey
@paulomorgado When that happens, you should be able to unblock yourself by closing and re-opening the PR. (We're happy to help, but you don't have to wait for us.) Obviously,...
But you don't need to do it after we manually restart the tests with `/azp run`. 😛
Ack, apparently close and re-open disables auto-merge. TIL. Sorry about that.
Isn't there a special category/level for analyzers that are flagging redundant code? It might be `Hidden` but I think there might actually be a bool to tell the editor to...
This is what I was thinking of: https://github.com/dotnet/roslyn/blob/048a23fcea1ef7346d2a59d4e4345dbb1fb780b9/src/Compilers/Core/Portable/Diagnostic/WellKnownDiagnosticTags.cs#L14
[API Review] - What brings in the analyzer? - It's part of the shared framework - Are the members of the entrypoint type also public? - No - We think...
*Title* Unnecessary public Program class declaration *Message* Using public partial class Program { } to make the generated Program class public is no longer required. See https://aka.ms/aspnetcore-warnings/ASP0027 for more details....
@pccai I notice you provided the docker version, but it seems like the stack is from Windows and VS. Is docker an important part of reproducing the issue? As @gfoidl...
cc @javiercn, who may know more about static web assets.