Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c83c384
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8869a47
Choose a head ref
  • 1 commit
  • 69 files changed
  • 3 contributors

Commits on Jul 19, 2022

  1. Adding ProblemDetailsService (#42384) (#42809)

    * MVC Changes
    
    * ExceptionHandler changes
    
    * Routing changes
    
    * Http.Extensions changes
    
    * Minimal APi draft changes
    
    * HttpResults changes
    
    * New ProblemDetails project
    
    * Using ProblemDetailsOptions in mvc
    
    * ProblemDetails project simplification
    
    * Using metadata
    
    * Using metadata
    
    * Latest version
    
    * Removing changes
    
    * Initial cleanup
    
    * Clean up
    
    * Public api clean up
    
    * Updating public API
    
    * More clean ups
    
    * Adding initial unit tests
    
    * Updating unit tests
    
    * Adding more unit tests
    
    * Cleanup
    
    * Clean up
    
    * clean up
    
    * clean up
    
    * Removing nullable
    
    * Simplifying public api
    
    * API Review feedback
    
    * API review feedback
    
    * Clean up
    
    * Clean up
    
    * clean up
    
    * Reusing Endpoint & EndpointMetadataCollection
    
    * Fix build issues
    
    * Updates based on docs/Trimming.md
    
    * Adding Functional tests
    
    * Fix unittest
    
    * Seal context
    
    * Seal ProblemMetadata
    
    * PR Feeback
    
    * API Review
    
    * Clean  up
    
    * Fixing publicapi  warnings
    
    * Clean up
    
    * PR Feedback
    
    * Fixing build
    
    * Fix unit test
    
    * Fix unit tests
    
    * PR review
    
    * Fixing JsonSerializationContext issues
    
    * Adding statuscode 405
    
    * Update src/Http/Http.Extensions/src/ProblemDetailsDefaultWriter.cs
    
    Co-authored-by: Brennan <brecon@microsoft.com>
    
    * PR review
    
    * Apply suggestions from code review
    
    Co-authored-by: Stephen Halter <halter73@gmail.com>
    
    * Fixing bad merge
    
    * Fix bad merge
    
    * Adding analysis.NextMiddlewareName
    
    * PR review
    
    * Changing to CanWrite/WriteAsync
    
    Co-authored-by: Brennan <brecon@microsoft.com>
    Co-authored-by: Stephen Halter <halter73@gmail.com>
    
    Co-authored-by: Brennan <brecon@microsoft.com>
    Co-authored-by: Stephen Halter <halter73@gmail.com>
    3 people authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8869a47 View commit details
    Browse the repository at this point in the history
Loading