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: json-api-dotnet/JsonApiDotNetCore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.9.1
Choose a base ref
...
head repository: json-api-dotnet/JsonApiDotNetCore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.10.0
Choose a head ref
  • 14 commits
  • 1,568 files changed
  • 2 contributors

Commits on Oct 25, 2025

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

Commits on Oct 30, 2025

  1. Bump microsoft.openapi.kiota from 1.28.0 to 1.29.0 (#1827)

    ---
    updated-dependencies:
    - dependency-name: microsoft.openapi.kiota
      dependency-version: 1.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    d9c67d4 View commit details
    Browse the repository at this point in the history
  2. Bump jetbrains.resharper.globaltools from 2025.2.3 to 2025.2.4 (#1829)

    ---
    updated-dependencies:
    - dependency-name: jetbrains.resharper.globaltools
      dependency-version: 2025.2.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    fcaa5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91c9392 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Add OpenAPI tests for using various data types in attributes that beh…

    …ave like values, such as Int128/BigInteger/Half/Uri/IPAddress/Version and various others (#1832)
    
    - Publicly exposes RuntimeTypeConverter.GetFriendlyTypeName(), which expands generic type arguments
    - Improved conversion from string to date/time values in RuntimeTypeConverter
    - Add conversion from string to System.Uri in RuntimeTypeConverter
    - Improved LiteralConstantExpression.GetStringValue for date/time values
    - Include original request body parse exception in meta stack trace
    - Use generic math in SumFilterParser example
    bkoelman authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    ba3accf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. Added support for EF Core 10 on .NET 10 (#1853)

    * Install .NET 10 in GHA workflows
    
    * Update to new R# major version
    
    * Change severity of new R# inspections to warning
    
    * Resharper: use field keyword
    
    * Fix IDE0340: Use unbound generic type
    
    * Add net10.0 to target frameworks
    
    * Update versions, add workaround for missing Pomelo package for EF Core 10
    
    * Fix warning CA1873: Evaluation of this argument may be expensive and unnecessary if logging is disabled
    
    * Package updates
    
    * Remove reference to Microsoft.Extensions.ApiDescription.Client, because the contents of v8 (which ships with NSwag.ApiDescription.Client) is identical to v10, except for a new deprecation warning
    
    * Review warning suppressions
    
    * Use type alias for lock primitive
    
    * Update to Swashbuckle v10 and Microsoft.OpenAPI v2 (adds support for OpenAPI 3.1), fix culture-sensitive keys in sorted set/dictionary, write list of tags to OpenAPI file, sort response headers
    
    * Switch NuGetAuditMode to all, which is the new default in the .NET 10 SDK
    
    * Adapt to breaking change in dotnet run
    
    * Update and simplify version table
    
    * Perf: turn off the ASP.NET OpenAPI source generator globally
    
    * Add workaround for extremely slow builds on .NET 10
    
    * Generate examples in docs against .NET 10
    
    * Remove kiota workaround
    
    * Remove NSwag workaround
    
    * Remove R# workaround
    
    * Fix incorrect API documentation
    
    * Cleanup and improve scripts
    
    * Add temporary workaround until docfx version is available that is compatible with .NET 10
    
    * Convert to slnx
    
    * Revert "Convert to slnx"
    
    This reverts commit e10a3e9.
    bkoelman authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    fac369d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e2e19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc61063 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 5 to 6 (#1854)

    * Bump actions/checkout from 5 to 6
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Do not persist GHA credentials on checkout
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bart Koelman <[email protected]>
    dependabot[bot] and bkoelman authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    01887b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Bump Polyfill from 9.2.0 to 9.3.0 (#1858)

    * Bump Polyfill from 9.2.0 to 9.3.0
    
    ---
    updated-dependencies:
    - dependency-name: Polyfill
      dependency-version: 9.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update PolyfillVersion to use wildcard for patch
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bart Koelman <[email protected]>
    dependabot[bot] and bkoelman authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    4dc5d8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53f525 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

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

Commits on Nov 27, 2025

  1. Configuration menu
    Copy the full SHA
    6f5c46b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22bb659 View commit details
    Browse the repository at this point in the history
Loading