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

.NET 8.0 Support #734

Merged
merged 7 commits into from
Nov 15, 2023
Merged

.NET 8.0 Support #734

merged 7 commits into from
Nov 15, 2023

Commits on Oct 27, 2023

  1. .NET 8.0 RC2 Support

    - Made Async behavior consistent between Convention handlers.
    - Added Async support for Breakdance Visibility report
    - Added Markdown support for Breakdance Visibility report
    - Fixed Microsoft copyright headers wherever possible
    - Tons of unit test fixes
    - Remove some .NET Core 3.1 handling.
    robertmclaws committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    65f7983 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Update RestierTestHelpers.cs

    Updating the WriteCurrentApiMetadata function to combine the path properly.
    robertmclaws committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    4f1d3c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. - Reduced allocations on the RestierControllers and RestierOperationE…

    …xecutor
    
    - Improved consistency between the different RestierController versions.
    - Improved unit tests.
    robertmclaws committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3ccea9e View commit details
    Browse the repository at this point in the history
  2. More code optimizations.

    robertmclaws committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1908c03 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    5ced1cf View commit details
    Browse the repository at this point in the history
  2. - AddRestier() overload that allows you to set more ASP.NET Core options

    - Minor optimizations to RestierRouteBuilderExtensions.
    robertmclaws committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    94e0fa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. .NET 8.0 RTM

    robertmclaws committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fd794e5 View commit details
    Browse the repository at this point in the history