Win
Source generator WithAttributeMetadataName transform function not get invoke
👋
I try it but I get stuck with version conflict error in test code
The sourcegenerators testing library is currently rely on code analysis common version 3.8 while my real code
Dagger.SDK.Mod.SourceGenerator
are using csharp code analysis which's rely on cod analysis common 4.10. It seems those libraries version are not align. How do I fix it?22 replies
Source generator WithAttributeMetadataName transform function not get invoke
This is really another example of where I don't like the Verify framework: nothing is verifying that your code has no other errors in itWhat is the preferred way to test this? I just don't want to fight with indentation in string. So I think of the snapshot testing at first.
22 replies
Source generator WithAttributeMetadataName transform function not get invoke
I declared it here https://github.com/wingyplus/dagger-dotnet-sdk/blob/d1e042de19777f1c0f0fcc0737e565e4809756bc/sdk/Dagger.SDK.Mod/Attributes.cs
22 replies