[DirectoryManager] Best HIST fix #31
Annotations
21 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
EXDCommon/FileAccess/Directory/GameVersion.cs#L35
Nullability of reference types in type of parameter 'obj' of 'int GameVersion.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
Build:
lib/ZiTool/ZiPatchLib/Inspection/ZiPatchChangeSet.cs#L5
Non-nullable property 'Added' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
lib/ZiTool/ZiPatchLib/Inspection/ZiPatchChangeSet.cs#L6
Non-nullable property 'Deleted' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
lib/ZiTool/ZiPatchLib/Inspection/ZiPatchChangeSet.cs#L7
Non-nullable property 'Modified' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
lib/ZiTool/ZiPatchLib/Chunk/ZiPatchChunk.cs#L14
Converting null literal or possible null value to non-nullable type.
|
Build:
lib/ZiTool/ZiPatchLib/Chunk/ZiPatchChunk.cs#L14
Possible null reference return.
|
Build:
EXDCommon/FileAccess/Directory/GameVersion.cs#L3
'GameVersion' defines operator == or operator != but does not override Object.Equals(object o)
|
Build:
lib/ZiTool/ZiPatchLib/Chunk/AddDirectoryChunk.cs#L20
Non-nullable property 'DirName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
EXDCommon/FileAccess/Directory/GameVersion.cs#L3
'GameVersion' defines operator == or operator != but does not override Object.GetHashCode()
|
Build:
EXDCommon/Utility/SchemaUtil.cs#L62
Cannot convert null literal to non-nullable reference type.
|
Build:
BasicSchemaGenerator/BasicSchemaGenerator.cs#L54
Dereference of a possibly null reference.
|
Build:
BasicSchemaGenerator/BasicSchemaGenerator.cs#L61
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build:
BasicSchemaGenerator/BasicSchemaGenerator.cs#L68
Possible null reference argument for parameter 'name' in 'bool BasicSchemaGenerator.Generate(string name, ExcelHeaderFile exh, string newSchemaPath)'.
|
Build:
SchemaConverter/SchemaConverter.cs#L52
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build:
SchemaValidator/Validation/Validators/ConditionRefValidator.cs#L23
'ConditionRefValidator.LinkTargetData' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build:
SchemaValidator/Validation/Validators/MultiLinkRefValidator.cs#L23
'MultiLinkRefValidator.LinkTargetData' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build:
SchemaValidator/Validation/Validators/SingleLinkRefValidator.cs#L22
'SingleLinkRefValidator.LinkTargetData' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build:
SchemaValidator/Validation/ValidationResult.cs#L36
Non-nullable property 'SheetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
SchemaValidator/Validation/ValidationResult.cs#L36
Non-nullable property 'ValidatorName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
SchemaValidator/Validation/ValidationResult.cs#L36
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|