英文: Source Generator Running on Indirectly Associated Projects 问题 我已经构建了一个增量源代码生成器,并将其打包成一个NuGet包,以便...
IncrementalGenerator生成的源代码不可用。
英文: IncrementalGenerator Generated Source Not Available 问题 Following this answer, I'm trying to reim...
为什么不应该在SourceGenerator中读取文件?
英文: Why shouldn't I read files in a SourceGenerator? 问题 我正在创建一个SourceGenerator,它将读取一个YML文件,该文件定义...
VS 和 Rider 忽略源生成的文件
英文: VS and Rider ignore source generator generated files 问题 C#源文件生成的文件被忽略或显示错误,但当我将文件复制出来时,一切都正常。 st...
如何防止在C#中声明为“partial”的基类的实例化?
英文: Source Generators: How can I prevent the instantiation of a base class declared as "partial...
有没有一种在C#中使用编译时源代码生成器高效生成文件夹的方法?
英文: Is there an efficient way to Generate Folders using compiled-time source generator in c#? 问题 用于文...
读取源生成器创建的属性的参数
英文: Read parameters of attribute created by source generator 问题 我有以下的源代码生成器 [Generator] public class...