Skip to content

更新到.NET 8

更新到.NET 8 #97

Triggered via push February 24, 2024 16:44
Status Success
Total duration 28s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. 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/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/Auth/Microsoft/MicrosoftAuthenticationException.cs#L24
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: Protocol.Core/Crypto/CryptoUtils.cs#L21
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: Protocol.Core/Crypto/CryptoUtils.cs#L21
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: Protocol.Core/Crypto/CryptoUtils.cs#L96
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: Protocol.Core/Crypto/CryptoUtils.cs#L96
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: Protocol.Core/Client/ForgeClient.cs#L163
'ModIdData' is obsolete: 'Removed in Minecraft 1.8'
build: Protocol.Core/IO/Pools/SawtoothArrayPool.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.