Source generator don't work in latest sdk version 7.0.200 (.NET 7.0.3)
See original GitHub issueDescribe the bug Microsoft just launched a security fix yesterday (.NET 7.0.3)
This breaks the ZeroQL source generator
ZeroQL.SourceGenerators/ZeroQL.SourceGenerators.Generator.GraphQLLambdaIncrementalSourceGenerator/ZeroQLModuleInitializer.24cfda3e5e964b5c9dc6bda0646f82b4.g.cs(32,34): Error CS0305: Using the generic type 'GraphQLResult<TData>' requires 1 type arguments
How to Reproduce Install latest .NET SDK (7.0.200)
Environment (please complete the following information):
- .NET Version [7.0.3] (SDK 7.0.200)
Issue Analytics
- State:
- Created 7 months ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Support for SDK 7.0.200 (Roslyn Source Generators) - YouTrack
I have a Roslyn Source Generator which is referenced via ProjectReference. After update of the .NET SDK from 7.0.102 to 7.0.200 (.NET 7.0.3),...
Read more >NETSDK1045: The current .NET SDK does not support ...
This error occurs when the build tools can't find the version of the .NET SDK that's needed to build a project. This is...
Read more >dotnet format is broken on sdk 7.0.200 if ` ...
change sdk version in global.json to "7.0.200"; run ... it runs into an exception while trying to format is an Incremental Source Generator....
Read more >asp.net - The current .NET SDK does not support targeting . ...
NET SDK does not support targeting .NET Core 3.0. Either target .NET Core 2.2 or lower, or use a version of the .NET...
Read more >Using the new configuration binder source generator
In this post I introduce the new configuration binder source generator added in .NET 8 preview 3, explore how it works, and how...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Checkout v3.4.1-preview.2. The issue should be fixed.
Will take a look at it. It happend in our azure devops pipeline running ubuntu, not our local dev environment since we havent upgraded our local dev to the latest sdk.