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: microsoft/OpenAPI.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-preview8
Choose a base ref
...
head repository: microsoft/OpenAPI.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-preview9
Choose a head ref
  • 16 commits
  • 33 files changed
  • 9 contributors

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    a460489 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2152 from dldl-cmd/remove_reference_resolution_pa…

    …rameter
    
    Remove unused ReferenceResolution parameter from OpenApiReaderSettings
    baywet authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    68df31b View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump Verify.Xunit from 28.10.1 to 28.11.0

    Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 28.10.1 to 28.11.0.
    - [Release notes](https://github.com/VerifyTests/Verify/releases)
    - [Commits](VerifyTests/Verify@28.10.1...28.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: Verify.Xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    8153e5c View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump PublicApiGenerator from 11.4.1 to 11.4.2

    Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 11.4.1 to 11.4.2.
    - [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases)
    - [Commits](PublicApiGenerator/PublicApiGenerator@11.4.1...11.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: PublicApiGenerator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    a95e7df View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2153 from microsoft/dependabot/nuget/Verify.Xunit…

    …-28.11.0
    
    chore(deps): bump Verify.Xunit from 28.10.1 to 28.11.0
    github-actions[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    e7c74b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    6819a4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2154 from microsoft/dependabot/nuget/PublicApiGen…

    …erator-11.4.2
    
    chore(deps): bump PublicApiGenerator from 11.4.1 to 11.4.2
    github-actions[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    e039532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b59864c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d49c38d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Merge pull request #2157 from microsoft/fix/deprecation-extension-dates

    fix: an issue where deprecation extension parsing would fail
    baywet authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    5db8757 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    75d7a66 View commit details
    Browse the repository at this point in the history
  2. fix: refactor ToIdentifier() to normalize flaggable enums (#2156)

    * fix: refactor ToIdentifier() to normalize flaggable enums
    
    * fix: add support for casting type array to a flaggable enum
    
    * chore: add tests and update public API
    
    * Update src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
    
    Co-authored-by: Vincent Biret <vibiret@microsoft.com>
    
    * chore: address PR feedback
    
    * chore: make method internal; update public API
    
    * Update src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
    
    Co-authored-by: Darrel <darrmi@microsoft.com>
    
    * Update src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
    
    Co-authored-by: Darrel <darrmi@microsoft.com>
    
    * fix: address more PR feedback, add and fix tests
    
    * Update src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
    
    Co-authored-by: Vincent Biret <vibiret@microsoft.com>
    
    * Update src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
    
    Co-authored-by: Vincent Biret <vibiret@microsoft.com>
    
    * Update src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
    
    Co-authored-by: Vincent Biret <vibiret@microsoft.com>
    
    * chore: clean up
    
    ---------
    
    Co-authored-by: Vincent Biret <vibiret@microsoft.com>
    Co-authored-by: Darrel <darrmi@microsoft.com>
    3 people authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    b80e934 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump FluentAssertions from 7.1.0 to 7.2.0

    Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 7.1.0 to 7.2.0.
    - [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
    - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1)
    - [Commits](fluentassertions/fluentassertions@7.1.0...7.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: FluentAssertions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    6238e32 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Merge pull request #2161 from microsoft/dependabot/nuget/FluentAssert…

    …ions-7.2.0
    
    chore(deps): bump FluentAssertions from 7.1.0 to 7.2.0
    github-actions[bot] authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    85c3a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8da4bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2158 from microsoft/release-please--branches--mai…

    …n--components--Microsoft.OpenApi
    
    chore(main): release 2.0.0-preview9
    baywet authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    5a05d1e View commit details
    Browse the repository at this point in the history
Loading