Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05f7a62

Browse files
glen-84danielreynolds1michaelstaibm-gasserfaddiv
authoredFeb 19, 2025··
Merged main into mst/readonly-types-abstractions (#8035)
* [Fusion] Added post-merge validation rule "EmptyMergedInputObjectTypeRule" (#7993) * [Fusion] Refactored merging to ensure correct type references (#7995) * Fixed CookieCrumble Package Configurations. (#7998) * [Fusion] Added merging of implemented interfaces (#7999) * Added more include overloads. (#8002) * [Fusion] Used `@fusion__inaccessible` in the execution schema (#8005) * Added support for LocalDate/LocalDateTime/LocalTime to Strawberry Shake (#8007) * Request totalCount through ToPageAsync if its requested. (#8011) * Added QueryContext extension methods for Select and Include. (#8013) * Switched LangVersion from `preview` to `13.0` (#8014) * Updated .NET 9 packages (#8012) * Changed the runtime type for the Date scalar in Strawberry Shake (#8009) * Added Strawberry Shake runtime type change to migration guide (#8010) * Migrated to new solution file format. (#8027) * Combining the CompilationProvider is an anti-pattern, create an IncrementalValueProvider for the assembly name instead. (#8021) * Fixed ignored invalid field when enum is present (#8026) * Allow for internal DataLoader modules and groups. (#8028) * Updated the latest stable version for the docs to v15 (#8018) * Added documentation directory for Fusion v15 (#8017) * Added Strawberry Shake migration documents to `docs.json` (#8015) * [Fusion] Fix explosion of selections (#8030) --------- Co-authored-by: Daniel Reynolds <55194784+danielreynolds1@users.noreply.github.com> Co-authored-by: Michael Staib <michael@chillicream.com> Co-authored-by: Martin Gasser <m-gasser@gmx.net> Co-authored-by: faddiv <faddiv@gmail.com> Co-authored-by: Tobias Tengler <45513122+tobias-tengler@users.noreply.github.com>
1 parent 07011c4 commit 05f7a62

File tree

266 files changed

+5859
-483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+5859
-483
lines changed
 

‎.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"*.targets": "xml",
1414
"*.tasks": "xml"
1515
},
16-
"dotnet.defaultSolution": "src/All.sln"
16+
"dotnet.defaultSolution": "src/All.slnx"
1717
}

‎global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "9.0.200",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)
Please sign in to comment.