[SchemaValidator] Fix ArrayTypingValidator #26
Annotations
20 warnings
Build:
lib/ZiTool/ZiPatchLib/ZiPatchFile.cs#L65
Possible null reference argument for parameter 'stream' in 'ZiPatchFile.ZiPatchFile(Stream stream)'.
|
Build:
EXDCommon/FileAccess/Directory/GameVersion.cs#L33
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:
EXDCommon/FileAccess/Directory/GameVersion.cs#L3
'GameVersion' defines operator == or operator != but does not override Object.Equals(object o)
|
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:
EXDCommon/ColumnInfo.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
EXDCommon/Utility/SerializeUtil.cs#L62
Dereference of a possibly null reference.
|
Build:
EXDCommon/Utility/SerializeUtil.cs#L62
Possible null reference argument for parameter 'name' in 'string IMemberNamingConvention.Convert(string name)'.
|
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:
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.
|
Build:
SchemaValidator/Validation/Validators/SingleLinkRefValidator.cs#L77
Dereference of a possibly null reference.
|
Build:
SchemaValidator/Validation/Validators/SingleLinkRefValidator.cs#L24
Non-nullable property 'SourceSheet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
SchemaValidator/Validation/Validators/SingleLinkRefValidator.cs#L25
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
SchemaValidator/Validation/Validators/SingleLinkRefValidator.cs#L27
Non-nullable property 'TargetSheet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|