update log level #7
Annotations
10 warnings
build:
src/Void.Proxy/Models/Minecraft/Profile/GameProfile.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Void.Proxy/Models/Minecraft/Profile/GameProfile.cs#L11
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Void.Proxy/Models/Minecraft/Encryption/IdentifiedKey.cs#L12
Parameter 'IdentifiedKeyRevision revision' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
build:
src/Void.Proxy/Models/Minecraft/Encryption/IdentifiedKey.cs#L15
Parameter 'byte[] signature' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
build:
src/Void.Proxy/Utils/GuidHelper.cs#L12
Non-nullable field 'hashAlgorithm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Void.Proxy/Network/Protocol/States/Common/PlayState.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Void.Proxy/Network/IO/MinecraftMessage.cs#L12
Parameter 'int packetId' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
build:
src/Void.Proxy/Network/IO/MinecraftBuffer.cs#L177
Unreachable code detected
|
build:
src/Void.Proxy/Network/Protocol/States/Common/LoginState.cs#L97
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Void.Proxy/Network/Protocol/States/Common/LoginState.cs#L111
Dereference of a possibly null reference.
|