Win
Win
CC#
Created by Win on 6/27/2024 in #help
Source generator WithAttributeMetadataName transform function not get invoke
Hi, first time on C# here. I try to generate a partial class for any class that annotate with attribute. I see that source generator has WithAttributeMetadataName to find the node that has attribute. I found out that I my code generator didn't get generate, so I debug the generator code and found out that the transform doesn't get invoke. What am I wrong with the provider setup? 😢 My code is here https://github.com/wingyplus/dagger-dotnet-sdk/blob/d1e042de19777f1c0f0fcc0737e565e4809756bc/sdk/Dagger.SDK.Mod.SourceGenerator/SourceGenerator.cs
22 replies