question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Source generator don't work in latest sdk version 7.0.200 (.NET 7.0.3)

See original GitHub issue

Describe 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:closed
  • Created 7 months ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
byme8commented, Feb 18, 2023

Checkout v3.4.1-preview.2. The issue should be fixed.

0reactions
jarlefcommented, Feb 20, 2023

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found