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 #41574

Merged
merged 20 commits into from
Jun 27, 2024
Merged

Merge main into live #41574

merged 20 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. Updated IdentityServer references and authentication flow

    Revised the documentation to reflect changes in the IdentityServer references from version 4 to the latest IdentityServer. Updated the authentication flow, including methods for signing-in and out, token handling, and client configuration.
    michaelstonis committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    564f217 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4.1.5 to 4.1.7 (#41476)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v4.1.5...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c1d4a1b View commit details
    Browse the repository at this point in the history
  3. Fix links for docs verifier (#41562)

    The links worked, but the verifier was issuing a false positive.
    BillWagner authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a579a6d View commit details
    Browse the repository at this point in the history
  4. Bump Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest from 1.1.1…

    … to 1.1.2 in /docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix in the dotnet group (#41505)
    
    * Bump Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest
    
    Bumps the dotnet group in /docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix with 1 update: [Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest](https://github.com/dotnet/roslyn-sdk).
    
    
    Updates `Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest` from 1.1.1 to 1.1.2
    - [Release notes](https://github.com/dotnet/roslyn-sdk/releases)
    - [Commits](https://github.com/dotnet/roslyn-sdk/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test/MakeConst.Test.csproj
    
    * Update docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test/MakeConst.Test.csproj
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: David Pine <[email protected]>
    dependabot[bot] and IEvangelist authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    faaeee8 View commit details
    Browse the repository at this point in the history
  5. Bump StackExchange.Redis (#41560)

    Bumps the dotnet group in /docs/ai/how-to/snippets/semantic-kernel with 1 update: [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis).
    
    
    Updates `StackExchange.Redis` from 2.7.33 to 2.8.0
    - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
    - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
    - [Commits](StackExchange/StackExchange.Redis@2.7.33...2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: StackExchange.Redis
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dotnet
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    810fb6e View commit details
    Browse the repository at this point in the history
  6. Bump System.Linq.Dynamic.Core (#41561)

    Bumps the dotnet group in /docs/csharp/linq/snippets/HowToBuildDynamicQueries with 1 update: [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core).
    
    
    Updates `System.Linq.Dynamic.Core` from 1.4.0 to 1.4.2
    - [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases)
    - [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md)
    - [Commits](zzzprojects/System.Linq.Dynamic.Core@v1.4.0...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: System.Linq.Dynamic.Core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    14fe51c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    073c21f View commit details
    Browse the repository at this point in the history
  8. Adds a document about the fakes extension in MSTest Runner (#41517)

    * Adds a document about the fakes extension in MSTest Runner
    
    * Add a trailing newline
    
    * Fix the fakes extension md
    
    Fix typo
    Create a subheading
    
    * Remove the absolute URL portion from Fakes link
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: David Pine <[email protected]>
    drognanar and IEvangelist authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    255711d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec4c2c5 View commit details
    Browse the repository at this point in the history
  10. remove logo

    jamesmontemagno authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9647a97 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #41553 from michaelstonis/maui-net8/identity

    Updated IdentityServer references and authentication flow
    jamesmontemagno authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    38faa9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eba9fbb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1fe962f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8528ae4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21d7cac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    951c238 View commit details
    Browse the repository at this point in the history
  17. Jamont-maui-aka-tweaks (#41339)

    * Tweaks for .NET MAUI Book
    
    * more tweaks
    
    * Update docs/architecture/maui/authentication-and-authorization.md
    
    ---------
    
    Co-authored-by: David Pine <[email protected]>
    jamesmontemagno and IEvangelist authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    672d8f5 View commit details
    Browse the repository at this point in the history
  18. Describe .NET 9 logger message generator support for loggers in prima…

    …ry constructor parameters (#41514)
    kimsey0 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    dd38636 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d5fb207 View commit details
    Browse the repository at this point in the history
  20. Remove centos from docs (#41569)

    * Remove centos
    
    * fix redirect
    adegeo authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3ac2424 View commit details
    Browse the repository at this point in the history