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.3.0
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.4.0
Choose a head ref
  • 16 commits
  • 72 files changed
  • 5 contributors

Commits on Apr 16, 2025

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

Commits on Apr 20, 2025

  1. Configuration menu
    Copy the full SHA
    797ee5c View commit details
    Browse the repository at this point in the history
  2. Tolerate missing schema in OperationModelBase.GetActualParameters (#5147

    )
    
    * Tolerate missing schema in GetActualParameters
    * add verification tests for C# and TypeScript output
    * cleanup and optimize
    lahma authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    6905a31 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Improve OpenApiOperation ActualResponses and Responses performance (#…

    …5148)
    
    * use internal helpers and avoid allocating dictionaries
    * optimize GetSuccessResponse
    lahma authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    1ffa330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beae0f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7209164 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5d9399 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e068c32 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Optimize ObservableDictionary.CollectionChanged (#5154)

    * only react to changed items instead of iterating whole collection
    lahma authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5853af5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

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

Commits on Apr 27, 2025

  1. Include each client type in JIRA OpenAPI Verify testing (#5160)

    * switch to using the cloud version API which is more sane
    lahma authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    707b096 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Update to NJsonSchema v11.3.2 & Namotion.Reflection v3.4.2 (#5161)

    * Update NJS/NR packages
    
    * Fix output
    
    * Update to v11.3.1
    
    * update
    
    * update tests
    RicoSuter authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    6ee4fa2 View commit details
    Browse the repository at this point in the history
  2. Upgraded Microsoft.Extensions.ApiDescription.* to 8.0.14 (#5121)

    * Upgraded Microsoft.Extensions.ApiDescription.Server & Microsoft.Extensions.ApiDescription.Client to 9.0.3
    
    * downgraded from .NET 9 to .NET 8.0.14 (latest patch number at time of writing)
    ntyrrell authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    f878266 View commit details
    Browse the repository at this point in the history
  3. Add support for STJ-native C# code gen (#5155)

    * Add support for STJ-native C# code gen
    
    * Fix whitespace issues
    
    * Remove unnecessary blank line
    
    * Adjust JsonPolymorphicSerializationStyle property access
    
    * Use the new CSharpJsonPolymorphicSerializationStyle.NJsonSchema option name
    
    ---------
    
    Co-authored-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com>
    mac-michael and schnerring authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    7403bf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ff33b6 View commit details
    Browse the repository at this point in the history
  5. v14.4.0

    RicoSuter committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    d1c2b25 View commit details
    Browse the repository at this point in the history
Loading