优化文档结构,突出核心特性和资源链接 #157
Annotations
10 warnings
|
test:
LuYao.ResourcePacker.MSBuild/ResourcePackerTask.cs#L14
Non-nullable property 'OutputPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test:
LuYao.ResourcePacker.MSBuild/ResourcePackerTask.cs#L11
Non-nullable property 'ProjectDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test:
LuYao.ResourcePacker/ResourcePacker.cs#L43
Missing XML comment for publicly visible type or member 'ResourcePacker.PackResources(string)'
|
|
test:
LuYao.ResourcePacker/ResourcePacker.cs#L35
Missing XML comment for publicly visible type or member 'ResourcePacker.ResourcePacker(string)'
|
|
test:
LuYao.ResourcePacker/ResourcePacker.cs#L10
Missing XML comment for publicly visible type or member 'ResourcePacker'
|
|
test:
LuYao.ResourcePacker/ResourcePacker.cs#L192
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test:
LuYao.ResourcePacker/ResourcePacker.cs#L191
Non-nullable property 'OriginalContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test:
LuYao.ResourcePacker/ResourcePacker.cs#L190
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test:
LuYao.ResourcePacker/ResourcePacker.cs#L189
Non-nullable property 'FullPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test:
LuYao.ResourcePacker.SourceGenerator/ResourcePackageGenerator.cs#L20
Missing XML comment for publicly visible type or member 'ResourcePackageGenerator.Initialize(IncrementalGeneratorInitializationContext)'
|