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

Update to target .NET 8 #808

Merged
merged 26 commits into from
Nov 14, 2023
Merged

Update to target .NET 8 #808

merged 26 commits into from
Nov 14, 2023

Commits on Apr 16, 2023

  1. Update to ASP.NET Core 8 preview 3

    - Update to preview 3 of ASP.NET Core 8.
    - Add a README file to the NuGet packages as recommended by the .NET 8 SDK.
    martincostello committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    969f48c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    be51cdf View commit details
    Browse the repository at this point in the history
  2. Remove TODO

    Remove obsolete TODO.
    martincostello committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b3634b8 View commit details
    Browse the repository at this point in the history
  3. Update to ASP.NET Core 8 preview 4

    Update to preview 4 of ASP.NET Core 8.
    martincostello committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f75002c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Update to ASP.NET Core 8 preview 5

    - Update to preview 5 of ASP.NET Core 8.
    - Remove usage of `ISystemClock` and use `TimeProvider` instead.
    - Suppress `CA1861` in tests.
    - Apply some style suggestions from Visual Studio.
    martincostello committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    40bfea3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update exception types (#784)

    * Update exception types
    
    - Use `AuthenticationFailureException` where relevant.
    - Use `ArgumentException.ThrowIfNullOrWhiteSpace()` where relevant.
    - Specify value with `ArgumentOutOfRangeException` where relevant.
    
    * Revert accidental change
    
    Revert back to `SecurityTokenValidationException` in one place.
    martincostello committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e389e7d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jul 11, 2023

  1. Update to ASP.NET Core 8 preview 6

    Update to preview 6 of ASP.NET Core 8.
    martincostello committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4cd4ee7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

  1. Update to ASP.NET Core 8 preview 7

    - Update to preview 7 of ASP.NET Core 8.
    - Suppress `CA1863` warnings to use `CompositeFormat`.
    - Use `JsonDocument.ParseAsync()` where relevant.
    martincostello committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1a20061 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    d86e1d5 View commit details
    Browse the repository at this point in the history
  2. Fix JumpCloud for .NET 8

    - Remove `ISystemClock`.
    - Suppress `CA1863`.
    martincostello committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8b25479 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Sep 12, 2023

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

Commits on Oct 1, 2023

  1. Remove obsolete members

    Remove obsolete members for the EVE Online provider.
    martincostello committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    54962db View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Use C# 12 features (#806)

    - Use primary constructors where relevant.
    - Use collection literals where relevant.
    - Add helper method to reduce duplicative tests.
    - Apply some IDE suggestions.
    - Remove redundant using statements.
    - Fix some typos.
    - Hide shared files from the Visual Studio project explorer.
    martincostello committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3246aad View commit details
    Browse the repository at this point in the history
  2. Use collection literals

    Use collection literals for string arrays.
    martincostello committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5b940db View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Update arcade (#805)

    Update to the latest release of arcade for .NET 8.
    martincostello committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    837fa59 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Update to ASP.NET Core 8 RC 2 (#810)

    - Update to RC 2 of ASP.NET Core 8.
    - Update NuGet packages to their latest versions.
    - Fix obsolete warnings.
    - Fix StyleCop warning.
    - Fix tests after update to Wilson 7.0.0.
    martincostello committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bdc6fbd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Bump Microsoft.IdentityModel.Protocols.OpenIdConnect

    Bump Microsoft.IdentityModel.Protocols to 7.0.3 as there's been some bugs in v7 that .NET 8 is picking up e.g. dotnet/aspnetcore#51430.
    martincostello committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    681afa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Bump JetBrains.Annotations

    Bump JetBrains.Annotations to the latest version.
    martincostello committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    492d96b View commit details
    Browse the repository at this point in the history
  2. AoT support

    Add support for native AoT for the libraries.
    martincostello committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cedd813 View commit details
    Browse the repository at this point in the history
  3. Fix flaky test

    - Trim off all the fractions of a second before comparing.
    - Remove redundant casts.
    martincostello committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e46b08b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Fix duplicated query parameters for VSO/AzDo (#814)

    Fix query string parameters being duplicated if `AuthorizationEndpoint` contains any user-added query string parameters.
    martincostello committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    515ada5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Use unified BattleNet server (#813)

    Use unified BattleNet server
    
    Resolves #812.
    martincostello committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8dfccb3 View commit details
    Browse the repository at this point in the history
  2. Update to .NET 8.0 RTM

    Update to stable .NET 8 SDK and NuGet packages.
    martincostello committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5b8528d View commit details
    Browse the repository at this point in the history