feat: IPC Server, Controller For Swarm Control [WIP] #953
Annotations
10 warnings
|
Build the application:
Library/RSBot.NavMeshApi/Cells/NavMeshCellTri.cs#L25
Non-nullable property 'Vertex1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build the application:
Library/RSBot.NavMeshApi/Cells/NavMeshCellTri.cs#L24
Non-nullable property 'Vertex0' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build the application:
Library/RSBot.NavMeshApi/Cells/NavMeshCell.cs#L10
Non-nullable property 'NavMesh' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build the application:
Library/RSBot.NavMeshApi/Dungeon/DungeonVoxelID.cs#L78
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build the application:
Library/RSBot.NavMeshApi/Object/NavMeshEventZone.cs#L64
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build the application:
Library/RSBot.NavMeshApi/Mathematics/RID.cs#L131
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build the application:
Library/RSBot.FileSystem/PackFile/PackReader.cs#L13
Non-nullable field '_resolver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build the application:
Library/RSBot.FileSystem/PackFile/PackReader.cs#L12
Non-nullable field '_reader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build the application:
Library/RSBot.FileSystem/PackFile/Cryptography/Blowfish.cs#L1261
Possible null reference return.
|
|
Build the application:
Library/RSBot.FileSystem/PackFile/Cryptography/Blowfish.cs#L1229
Possible null reference return.
|
Loading