[SchemaUpdater] WIP #28
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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#L64
Cannot convert null literal to non-nullable reference type.
|
Build:
EXDCommon/Utility/SchemaUtil.cs#L64
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/Util.cs#L18
Possible null reference return.
|
Build:
EXDCommon/Utility/SchemaUtil.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Build:
EXDCommon/Utility/SchemaUtil.cs#L76
Nullable value type may be null.
|
The logs for this run have expired and are no longer available.
Loading