Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RicoSuter/NSwag
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.8
Choose a base ref
...
head repository: RicoSuter/NSwag
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.1.0
Choose a head ref
  • 6 commits
  • 60 files changed
  • 4 contributors

Commits on Jul 1, 2024

  1. Fixed: do not generate ApiException and SwaggerResponse classes in no…

    …n-first OpenApiReferences, but make it possible to override that using MSBuild properties (#4891)
    bkoelman authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b9c44ec View commit details
    Browse the repository at this point in the history
  2. Restores support for instance-based JSON serializer settings in a non…

    …-breaking way (#4888)
    
    * Restores support for instance-based JSON serializer settings in a non-breaking way.
    
    Consumers can implement the Initialize() partial method and assign the _instanceSettings field from there, which takes precedence over static settings.
    
    * Suppress compiler warning in generated code for unused field
    bkoelman authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ba5d286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cbbeba View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Remove NET 7 support (#4896)

    lahma authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f76bfbc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update NJS to v11.0.2

    RicoSuter committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8d4137e View commit details
    Browse the repository at this point in the history
  2. v14.1.0

    RicoSuter committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ad81db0 View commit details
    Browse the repository at this point in the history
Loading