Skip to content

Add new nonserialized fields into the sheet definition for more accur… #25

Add new nonserialized fields into the sheet definition for more accur…

Add new nonserialized fields into the sheet definition for more accur… #25

Triggered via push November 15, 2023 04:42
Status Success
Total duration 38s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/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: EXDCommon/Utility/SchemaUtil.cs#L44
Cannot convert null literal to non-nullable reference type.
Build: EXDCommon/Utility/Util.cs#L18
Possible null reference return.
Build: EXDCommon/Utility/SchemaUtil.cs#L74
Nullable value type may be null.
Build: EXDCommon/Utility/SchemaUtil.cs#L81
Nullable value type may be null.
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/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.