aspnet / Universe

[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider enabling strict roslyn setting

pakrym opened this issue · comments

@pakrym - is the main place of value in Kestrel? If so, can you go ahead and run with strict temporarily just to see if there are any issues? (We'd need to fix the issues anyway if/when we enable this globally.)

We use structs all over, there’s probably code comparing a StringValues to null elsewhere.

OK. We can still preempt a lot of the fallout by fixing up areas where we know it'll be a disaster.

This issue was moved to dotnet/aspnetcore#3645