kerams
kerams
> as long as the value of the iteration is not used, this could be implemented with int32 for most cases This could only work if start and finish were...
> Suggestion for a solution - Instead of relying on Mvc.BeforeAction use Microsoft.AspNetCore.Routing.EndpointMatched, which would also work outside of MVC. Then get the route pattern using: > > `(httpContext.GetEndpoint() as...
Why does the trimmed assembly size change? Do we need to preserve nullness (and sig, opt) metadata? I would have thought no.
Why would Roslyn consume a trimmed F# assembly?
I don't think libraries are meant to be trimmed (on their own), can you even do that?. Maybe we should formalize usage rules for trimmed F# assemblies?
Could not detect any platforms from 'net9.0' in '.nuget\packages\microsoft.aspnetcore.cryptography.internal\9.0.0-preview.1.24081.5\microsoft.aspnetcore.cryptography.internal.nuspec', please tell the package authors. So it begins.
Perhaps a regression, not sure.
> perhaps you know whether there was a decision here? No decision on my part. It never occurred to me to add a warning. > I am not aware of...
Does the first option imply that we're making a breaking change for this feature only and that we're going to have the same discussion for the next one, or that...