Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into live #37884

Merged
merged 21 commits into from
Nov 3, 2023
Merged

Merge main into live #37884

merged 21 commits into from
Nov 3, 2023

Commits on Oct 21, 2023

  1. Document that WebHost.CreateDefaultBuilder will use port 5000

    ...rather than port 8080, like newer hosts.
    
    Fixes dotnet/aspnetcore#51125
    amcasey committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c16dba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Use xref for doc links

    Co-authored-by: Genevieve Warren <[email protected]>
    amcasey and gewarren authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bf3b829 View commit details
    Browse the repository at this point in the history
  2. Use

    amcasey authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    dbb451e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    7ab47bf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Fixes (?) GitHub issue #30189 - Question about note on Creating and T…

    …hrowing exceptions page (#37822)
    
    * Update creating-and-throwing-exceptions.md
    
    * Update creating-and-throwing-exceptions.md
    v-thepet authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e3557d8 View commit details
    Browse the repository at this point in the history
  2. What's new article (#37832)

    * Bot 🤖 generated "What's new article"
    
    * Update docs/whats-new/dotnet-docs-mod1.md
    
    ---------
    
    Co-authored-by: IEvangelist <[email protected]>
    Co-authored-by: David Pine <[email protected]>
    3 people authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    04d983c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c1bf15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7742b9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d8692e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a05883d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4df60d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f36ed2d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #37661 from amcasey/WebHostPort

    Document that WebHost.CreateDefaultBuilder will use port 5000
    amcasey authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7470d49 View commit details
    Browse the repository at this point in the history
  10. Add latest errors codes (#37855)

    * Add latest errors codes
    
    Several diagnostics have been added for the C# 12 features since their initial release.
    
    Add them.
    
    Fixes #37737
    
    * fix warnings
    
    * cross reference to remove duplicates
    
    Fix warnings, make sure all C# 12 errors go somewhere.
    
    * final edits
    
    Add other undocumented errors for data tracking.
    
    Make error formatting consistent.
    
    * build warning
    
    * build warning
    BillWagner authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bd47aff View commit details
    Browse the repository at this point in the history
  11. Remove all references to AutoClient and add redirect. (#37876)

    * Remove all references to AutoClient, and add redirect
    
    * Fix warnings...
    IEvangelist authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    96f7715 View commit details
    Browse the repository at this point in the history
  12. Added missing metrics for .NET extensions. (#37875)

    * Added missing metrics for .NET extensions
    
    * Apply suggestions from code review
    
    Co-authored-by: Tom Dykstra <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Genevieve Warren <[email protected]>
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Tom Dykstra <[email protected]>
    Co-authored-by: Genevieve Warren <[email protected]>
    3 people authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3a77d38 View commit details
    Browse the repository at this point in the history
  13. Miscellany (#37879)

    gewarren authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    fb2ab5d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    474c597 View commit details
    Browse the repository at this point in the history
  15. Add small section to describe keyed DI (#37868)

    * Add small section to describe keyed DI
    
    * Update docs/core/extensions/dependency-injection.md
    
    * Update dependency-injection.md
    
    ---------
    
    Co-authored-by: David Pine <[email protected]>
    benjaminpetit and IEvangelist authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8087020 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Add topic for diagnostic IDs (#37877)

    * Add topic for diagnostic IDs
    
    * Fix indentation
    
    * Apply review feedback
    
    * Link diagnostic ID topic from C# style guide
    terrajobst authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    50258b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3331a4 View commit details
    Browse the repository at this point in the history