Core Systems Refactor #709
Annotations
10 errors and 11 warnings
Build:
Obsidian/Client.cs#L352
'Server' does not contain a definition for 'playerLeave' and no accessible extension method 'playerLeave' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Client.cs#L372
'Server' does not contain a definition for 'serverStatusRequest' and no accessible extension method 'serverStatusRequest' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Client.cs#L576
'Server' does not contain a definition for 'playerJoin' and no accessible extension method 'playerJoin' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Entities/Player.cs#L228
'Server' does not contain a definition for 'playerTeleported' and no accessible extension method 'playerTeleported' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Client.cs#L748
'Server' does not contain a definition for 'queuePacket' and no accessible extension method 'queuePacket' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Net/Packets/Play/Serverbound/UseItemPacket.cs#L19
'Server' does not contain a definition for 'playerInteract' and no accessible extension method 'playerInteract' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Net/Packets/Play/Serverbound/UseItemOnPacket.cs#L44
'Server' does not contain a definition for 'playerInteract' and no accessible extension method 'playerInteract' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Entities/Player.cs#L789
'Server' does not contain a definition for 'permissionGranted' and no accessible extension method 'permissionGranted' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Entities/Player.cs#L811
'Server' does not contain a definition for 'permissionRevoked' and no accessible extension method 'permissionRevoked' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Obsidian/Net/Packets/Play/Serverbound/PlayerActionPacket.cs#L38
'Server' does not contain a definition for 'blockBreak' and no accessible extension method 'blockBreak' accepting a first argument of type 'Server' could be found (are you missing a using directive or an assembly reference?)
|
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:
Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L301
Cannot convert null literal to non-nullable reference type.
|
Build:
Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L414
Cannot convert null literal to non-nullable reference type.
|
Build:
Obsidian.SourceGenerators/Packets/AttributeOwner.cs#L21
Cannot convert null literal to non-nullable reference type.
|
Build:
Obsidian.SourceGenerators/Packets/AttributeOwner.cs#L8
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L20
Cannot convert null literal to non-nullable reference type.
|
Build:
Obsidian.SourceGenerators/Packets/Attributes/ConditionBehavior.cs#L62
Possible null reference assignment.
|
Build:
Obsidian.SourceGenerators/Packets/Attributes/ConditionBehavior.cs#L63
Possible null reference assignment.
|
Build:
Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L57
Converting null literal or possible null value to non-nullable type.
|
Build:
Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L58
Possible null reference argument for parameter 'symbol' in 'Property.Property(FieldDeclarationSyntax field, ISymbol symbol)'.
|
Build:
Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L63
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading