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: 171cf91
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: c46f965
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 5, 2025

  1. Fix file access for "file" URI scheme

    Updated the file access method to use `absoluteUri.LocalPath` instead of `absoluteUri.AbsolutePath` when the URI scheme is "file". This change ensures correct file opening for local files.
    jkporter committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    deb0268 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Merge pull request #2484 from jkporter/main

    fix: file access for "file" URI scheme with special characters
    baywet authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    6dded81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008d59e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2485 from microsoft/release-please--branches--mai…

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