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

Support native AoT with SwaggerUI #2800

Merged
merged 5 commits into from
May 12, 2024

Commits on May 12, 2024

  1. Add .NET 8 Minimal API test app

    Add WeatherForecast .NET 8 Minimal API test application.
    Resolves domaindrivendev#2791.
    martincostello committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d53d72f View commit details
    Browse the repository at this point in the history
  2. Support native AoT with SwaggerUI

    Add support for using SwaggerUI with native AoT.
    SwaggerGen still does not support native AoT, though it happens to work for simple cases.
    Resolves domaindrivendev#2550.
    martincostello committed May 12, 2024
    Configuration menu
    Copy the full SHA
    328db9c View commit details
    Browse the repository at this point in the history
  3. Provide type as hint to JsonSerializer

    Pass the `Type` value to `JsonSerializer` to give a hint as to how to serialize the value.
    See domaindrivendev#2593 (comment).
    martincostello committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6617657 View commit details
    Browse the repository at this point in the history
  4. Fix rebase

    Fix rebase.
    martincostello committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9d6f83d View commit details
    Browse the repository at this point in the history
  5. Fix test

    Fix bad merge.
    martincostello committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c4b2f04 View commit details
    Browse the repository at this point in the history