Skip to content

修复编译失败

修复编译失败 #94

Triggered via push August 10, 2023 11:40
Status Success
Total duration 35s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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: Protocol.Generator/DefinedPacketGenerator.cs#L14
The field 'DefinedPacketGenerator.ReadOnlyCompatiblePacket' is assigned but its value is never used
build: Protocol.Core/IO/Pools/Bucket.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Protocol.Core/IO/Pools/Bucket.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Protocol.Core/Crypto/CryptoUtils.cs#L21
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: Protocol.Core/Crypto/CryptoUtils.cs#L21
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: Protocol.Core/Crypto/CryptoUtils.cs#L96
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: Protocol.Core/Crypto/CryptoUtils.cs#L96
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: Protocol.Core/IO/Pools/SawtoothArrayPool.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Protocol.Core/Client/ForgeClient.cs#L163
'ModIdData' is obsolete: 'Removed in Minecraft 1.8'
build: Protocol.Core/IO/Pools/Bucket.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.