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: graphql-aspnet/graphql-aspnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: graphql-aspnet/graphql-aspnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 2 commits
  • 17 files changed
  • 1 contributor

Commits on Jul 7, 2024

  1. Editable Graph Message Properties (#161)

    * Fixed a bug to apply the correct default error code on `GraphExecutionMessage` when its not provided
    * Updated `IGraphMessage` and its implementations to allow allow for editing of `Code`, `Message` and `Exception` properties.
    * Added unit tests to ensure the above
    * Removed `.NET 7` build targets since it has reached end of life.
    kevin-carroll authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    60d9edb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    * removed .net 7 from readme text
    kevin-carroll authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8e827d8 View commit details
    Browse the repository at this point in the history
Loading