文件名称:PublicApiGenerator:生成程序集或类型的公共API的项目(用于语义版本控制)
文件大小:111KB
文件格式:ZIP
更新时间:2024-05-22 00:56:54
C#
PublicApiGenerator PublicApiGenerator没有依赖关系,只是创建一个表示公共API的字符串。 任何批准库均可用于批准生成的公共API。 PublicApiGenerator支持版本10中的C#8。 我该如何使用 安装软件包PublicApiGenerator 程序集的公共API var publicApi = typeof ( Library ). Assembly . GeneratePublicApi (); 多种类型的公共API var myTypes = new [] { typeof ( MyType ), typeof ( YetAnotherType ) }; var publicApi = typeof ( myTypes ). GeneratePublicApi (); 一种类型的公共API var publicApi = t