Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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.2.7
Choose a base ref
Loading
...
head repository: graphql-aspnet/graphql-aspnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
  • 19 commits
  • 127 files changed
  • 2 contributors

Commits on Nov 21, 2023

  1. Fix test server build race condition (#134) (#135)

    * Bug fix: Race condition when building using multiple build servers (#134)
    
    * Ensure the SchemaItemPath.EnsurePathInitialized() method is only setting
      _pathInitialized when path is fully initialized.
    Fgruntjes authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e473c5f View commit details
    Browse the repository at this point in the history
  2. Optional message on "NotFound" Graph Result (#136)

    * made the error message on "NotFound" optional
    kevin-carroll authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    90cca98 View commit details
    Browse the repository at this point in the history
  3. Bug: Records as OBJECT types, [GraphType] on structs (#137)

    * Fixed an issue where records could not be used as objects in some cases
    kevin-carroll authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b802963 View commit details
    Browse the repository at this point in the history
  4. Bug: Fixed down-level resolver isolation Issues (#138)

    * fixed bug with down-level controllers not isolating properly in some configuration cases
    kevin-carroll authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    027adde View commit details
    Browse the repository at this point in the history
  5. BUG: TypeExpression type names on TypeExtensions (#139)

    * Fixed a bug with type expression naming on extension fields
    kevin-carroll authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    06075c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. .NET 8 Support (#132)

    * added support for a .NET 8 targeted build
    * centralized common csproj elements for test projects
    * bumped stylecop version to include records linting
    kevin-carroll authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1f03f57 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Updated star wars .NET 8.0 project (#140)

    * Fixed visual studio launch text 
    * Converted from startup.cs to program.cs launch style
    kevin-carroll authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8ae48c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Add SchemaInjectorCollection per ServiceCollection (#144) (#145)

    * Fixed #144 race condition when calling AddGraphQL multiple times before UseGraphQL is called
    Fgruntjes authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    3878da9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    183019b View commit details
    Browse the repository at this point in the history
  2. Rule Validation Fix for multiple fragments (#148)

    * Fixed a rule val. issue with merging multiple fragments with an unknown type
    * Reorganized and optimized rule 5.3.2
    kevin-carroll authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3c88cfd View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    4453325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd1726 View commit details
    Browse the repository at this point in the history

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

Commits on Jul 9, 2024

  1. Bump STJ (#162)

    kevin-carroll authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    536e405 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Bumped STJ (#164)

    * Bumped referenced version of STJ from 8.0.4 to 8.0.5
    kevin-carroll authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    abbf21e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Updates for .NET 9 build targets (#166)

    * Removed .NET 6 build targets and unit tests
    * Added .NET 9 build targets and unit tests
    * Updated star wars API to target .NET 9
    kevin-carroll authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    56d66fd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Fix for Subscription Message Serialziation (#169)

    * Fixed a bug where some client libraries would reject subscription messages due to erroneous id values.
    kevin-carroll authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    54a16aa View commit details
    Browse the repository at this point in the history
  2. Update deployment action steps (#170)

    * Updates dotnet setup version to v4
    * Updates upload-artifacts version to v4
    kevin-carroll authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    ea04bdb View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.