aspnetcore
aspnetcore copied to clipboard
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
This pull request introduces enhancements to JSON serialization and validation in the `Microsoft.Extensions.Validation` library. Key changes include improved handling of JSON naming policies, support for `JsonPropertyName` attributes, and caching of...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1060815 Build error leg or test failing: Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved Pull request: https://github.com/dotnet/aspnetcore/pull/62222 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1045786 Build error leg or test failing: Interop.FunctionalTests.HttpClientHttp2InteropTests.ServerReset_AfterTrailers_NoError Pull request: https://github.com/dotnet/aspnetcore/pull/61894 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1043546&view=logs&j=d9092465-e29c-5735-3051-a3146222728b Build error leg or test failing: Build / Test: Windows local development validation / Build (Release) Pull request: https://github.com/dotnet/aspnetcore/pull/61748 ## Error Message Fill the error...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1031764 Build error leg or test failing: Microsoft.AspNetCore.Components.Web.Rendering.RemoteRendererTest.ProcessBufferedRenderBatches_WritesRenders Pull request: https://github.com/dotnet/aspnetcore/pull/61529 Failing also on other PRs e.g.: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1032729&view=ms.vss-test-web.build-test-results-tab&runId=27755478&resultId=122381, https://dev.azure.com/dnceng-public/public/_build/results?buildId=1029832&view=ms.vss-test-web.build-test-results-tab&runId=27646550&resultId=120477 ## Error Message Fill the error message...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=995186&view=logs&j=1b89928a-2219-5ef9-602f-f95beb3da4dc Build error leg or test failing: Build / Build: Windows x64/x86/arm64 / Build x64 Pull request: https://github.com/dotnet/aspnetcore/pull/61011 ## Error Message Fill the error message using...
This pull request primarily updates the `Microsoft.OpenApi` package versions and refactors code to simplify imports and improve type usage. The most significant changes include updating dependencies, replacing outdated `Microsoft.OpenApi.Models` types...
## Background and Motivation API review of sign in manager metrics for https://github.com/dotnet/aspnetcore/pull/62078. ## Proposed API ### Microsoft.AspNetCore.Identity #### `aspnetcore.identity.sign_in.authenticate` | Name | Instrument Type | Unit | Description |...
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug The `contentType` parameter in `Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider.GetSupportedContentTypes` is annotated as non-nullable. However,...