8000 Comparing v5.0.0...v5.0.1 · json-api-dotnet/JsonApiDotNetCore · GitHub
[go: up one dir, main page]

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 sel 8000 ected base ref is valid, then try again.
Loading
base: v5.0.0
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.0.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    f104e06 View commit details
    Browse the repository at this point in the history
  2. Update ROADMAP.md

    bkoelman committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0e42ebf View commit details
    Browse the repository at this point in the history
  3. Fixed: Sorting by ID from a lambda expression in a resource definitio…

    …n fails with error: Type 'JsonApiDotNetCore.Resources.Identifiable`1[System.Int64]' does not exist in the resource graph. (#1151)
    
    The reason for failure is that in an expression like `book => book.Id`, the `Id` property is declared on `Identifiable<>`. The fix is to look at the type of the containing expression (which is `Book` in this case) when the `Id` property is used.
    bkoelman authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4dc8115 View commit details
    Browse the repository at this point in the history
Loading
0