Core Systems Refactor #690
Annotations
10 errors and 11 warnings
build:
Obsidian/Client.cs#L320
'MinecraftEventHandler' does not contain a definition for 'PacketReceived' and no accessible extension method 'PacketReceived' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Client.cs#L331
'MinecraftEventHandler' does not contain a definition for 'PacketReceived' and no accessible extension method 'PacketReceived' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Client.cs#L348
'MinecraftEventHandler' does not contain a definition for 'PlayerLeave' and no accessible extension method 'PlayerLeave' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Client.cs#L368
'MinecraftEventHandler' does not contain a definition for 'ServerStatusRequest' and no accessible extension method 'ServerStatusRequest' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Entities/Player.cs#L228
'MinecraftEventHandler' does not contain a definition for 'PlayerTeleported' and no accessible extension method 'PlayerTeleported' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Client.cs#L572
'MinecraftEventHandler' does not contain a definition for 'PlayerJoin' and no accessible extension method 'PlayerJoin' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Client.cs#L744
'MinecraftEventHandler' does not contain a definition for 'QueuePacket' and no accessible extension method 'QueuePacket' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Entities/Player.cs#L789
'MinecraftEventHandler' does not contain a definition for 'PermissionGranted' and no accessible extension method 'PermissionGranted' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Entities/Player.cs#L811
'MinecraftEventHandler' does not contain a definition for 'PermissionRevoked' and no accessible extension method 'PermissionRevoked' accepting a first argument of type 'MinecraftEventHandler' could be found (are you missing a using directive or an assembly reference?)
|
build:
Obsidian/Server.cs#L78
Cannot create an instance of the abstract type or interface 'MinecraftEventHandler'
|
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:
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/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.
|
build:
Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L64
Possible null reference argument for parameter 'symbol' in 'Property.Property(PropertyDeclarationSyntax property, ISymbol symbol)'.
|
build:
Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L107
Dereference of a possibly null reference.
|