Aditya Mandaleeka

Results 203 comments of Aditya Mandaleeka

@JamesNK Should this also get moved to 8 now that the runtime issue has been moved?

@vijayrkn Can you please take a look? Is this supported?

@david-acker Can you please put it in src/Framework/AspNetCoreAnalyzers and follow the pattern used there? As for the ID, for now we're just incrementing the number (see https://github.com/dotnet/aspnetcore/blob/main/src/Framework/AspNetCoreAnalyzers/src/Analyzers/DiagnosticDescriptors.cs).

@david-acker Looks like there's some test failures.

Triage: consider improving the error that is thrown when shadow copy folder is absent or inaccessible.

We released HTTP/3 support as an experimental feature in .NET 6 and are working to make it non-experimental in 7. As we do that, we should evaluate what, if any,...

Reopening for 6.0 servicing consideration. The performance impact of this is meaningfully affecting people (e.g. https://github.com/dotnet/aspnetcore/pull/43059#issuecomment-1272696654)

@orgiele Sorry about the miscommunication on this one. As @Tratcher said, we'd like to go with a different approach which will be a bit more involved. If you're still interested...

Triage: we should consider improving the exception message here so people know what to do. This is a regression from Startup which used to create the scope for you. We...