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.3.7
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.3.8
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 24, 2025

  1. fix: an issue where numeric property names would be missing quotes in…

    … yaml conversion
    
    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    234504c View commit details
    Browse the repository at this point in the history
  2. fix: quote property names in yaml that match boolean values

    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    39a9f41 View commit details
    Browse the repository at this point in the history
  3. chore: refactoring

    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    1ad4ede View commit details
    Browse the repository at this point in the history
  4. chore: reverts unnecessary change

    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    974ab34 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2565 from microsoft/fix/quote-numeric-property-names

    fix: an issue where numeric property names would be missing quotes in yaml conversion
    baywet authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    da43c98 View commit details
    Browse the repository at this point in the history
  6. ci: adds missing permissions in workflow definition to fix code scann…

    …ing report
    
    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    c1f28f0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2568 from microsoft/ci/missing-permissions

    ci: adds missing permissions in workflow definition to fix code scanning report
    baywet authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    2d9b2c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. tests: adds a unit test to ensure yaml multi-line literals maintain t…

    …heir lines
    
    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    e9a1985 View commit details
    Browse the repository at this point in the history
  2. chore: upgrades sharpyaml dependency

    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    314dd38 View commit details
    Browse the repository at this point in the history
  3. fix: yaml blocks and line returns

    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    b053848 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2566 from microsoft/fix/multi-line-scalar

    fix: yaml multi-line literals maintain their lines
    baywet authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    558a1ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4788e49 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2567 from microsoft/release-please--branches--mai…

    …n--components--Microsoft.OpenApi
    
    chore(main): release 2.3.8
    baywet authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    caf28d8 View commit details
    Browse the repository at this point in the history
Loading