[修改]1. 修改版本号的设置 #6
Annotations
1 error and 12 warnings
build
😭 version file not found
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, AlianBlank/publish-nuget@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
GameFrameX.Setting/GlobalSettings.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
GameFrameX.Setting/GlobalSettings.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
GameFrameX.ProtoBuf.Net/IProtoInputT.cs#L11
Possible null reference assignment.
|
build:
GameFrameX.ProtoBuf.Net/IProtoInputT.cs#L11
Cannot convert null literal to non-nullable reference type.
|
build:
GameFrameX.ProtoBuf.Net/IProtoOutputT.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
GameFrameX.ProtoBuf.Net/IProtoOutputT.cs#L25
Cannot convert null literal to non-nullable reference type.
|
build:
GameFrameX.ProtoBuf.Net/Meta/MetaType.cs#L842
Cannot convert null literal to non-nullable reference type.
|
build:
GameFrameX.ProtoBuf.Net/Meta/MetaType.cs#L1045
Cannot convert null literal to non-nullable reference type.
|
build:
GameFrameX.ProtoBuf.Net/Meta/MetaType.cs#L24
Nullability of reference types in type of parameter 'x' of 'int Comparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|