You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also updates the SDK which is a few weeks stale at this point.
Quarantined the static assets tests via 1076cb3 per earlier discussions.
We now have 2 new failures:
Microsoft.AspNetCore.Builder.RequestDelegateEndpointRouteBuilderExtensionsTest.MapEndpoint_GeneratedDelegateWorks
Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatterTest.ReadAsync_WithAllowInputFormatterExceptionMessages_RegistersJsonInputExceptionsAsInputFormatterException(content: "{"age":"x"}", modelStateKey: "$.age", expectedMessage: "The JSON value could not be converted to System.De"...)
The text was updated successfully, but these errors were encountered:
For ReadAsync_WithAllowInputFormatterExceptionMessages_RegistersJsonInputExceptionsAsInputFormatterException, I suspect this is a runtime regression as well, but it's more ambiguous so I filed dotnet/runtime#66590 on the aspnetcore side (quarantining until we conclude).
PR: #40507
Microsoft.AspNetCore.Builder.RequestDelegateEndpointRouteBuilderExtensionsTest.MapEndpoint_GeneratedDelegateWorks
Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatterTest.ReadAsync_WithAllowInputFormatterExceptionMessages_RegistersJsonInputExceptionsAsInputFormatterException(content: "{"age":"x"}", modelStateKey: "$.age", expectedMessage: "The JSON value could not be converted to System.De"...)
The text was updated successfully, but these errors were encountered: