[DirectoryManager] Fix for HIST files #29
Annotations
21 warnings
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/.
|
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).
|
EXDCommon/FileAccess/Directory/GameVersion.cs#L3
'GameVersion' defines operator == or operator != but does not override Object.Equals(object o)
|
EXDCommon/FileAccess/Directory/GameVersion.cs#L3
'GameVersion' defines operator == or operator != but does not override Object.GetHashCode()
|
EXDCommon/Utility/SchemaUtil.cs#L62
Cannot convert null literal to non-nullable reference type.
|
EXDCommon/Utility/SerializeUtil.cs#L62
Dereference of a possibly null reference.
|
EXDCommon/Utility/SerializeUtil.cs#L62
Possible null reference argument for parameter 'name' in 'string IMemberNamingConvention.Convert(string name)'.
|
EXDCommon/ColumnInfo.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
EXDCommon/Utility/Util.cs#L18
Possible null reference return.
|
EXDCommon/ColumnInfo.cs#L25
Possible null reference argument for parameter 'str' in 'string Util.StripDefinitionName(string str)'.
|
EXDCommon/DefinedColumn.cs#L9
Non-nullable property 'Field' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BasicSchemaGenerator/BasicSchemaGenerator.cs#L54
Dereference of a possibly null reference.
|
BasicSchemaGenerator/BasicSchemaGenerator.cs#L61
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
BasicSchemaGenerator/BasicSchemaGenerator.cs#L68
Possible null reference argument for parameter 'name' in 'bool BasicSchemaGenerator.Generate(string name, ExcelHeaderFile exh, string newSchemaPath)'.
|
SchemaConverter/SchemaConverter.cs#L52
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
SchemaValidator/Validation/Validators/MultiLinkRefValidator.cs#L23
'MultiLinkRefValidator.LinkTargetData' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
SchemaValidator/Validation/Validators/SingleLinkRefValidator.cs#L22
'SingleLinkRefValidator.LinkTargetData' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
SchemaValidator/Validation/Validators/ConditionRefValidator.cs#L23
'ConditionRefValidator.LinkTargetData' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
SchemaValidator/Validation/Validators/SingleLinkRefValidator.cs#L77
Dereference of a possibly null reference.
|
SchemaValidator/Validation/ValidationResult.cs#L36
Non-nullable property 'SheetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SchemaValidator/Validation/ValidationResult.cs#L36
Non-nullable property 'ValidatorName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading