Feature/utility extensions helpers #1012
Open
Annotations
4 errors and 10 warnings
|
Build the application
Process completed with exit code 1.
|
|
Build the application:
Library/RSBot.Core/Extensions/PluginBase.cs#L203
The name 'EventManager' does not exist in the current context
|
|
Build the application:
Library/RSBot.Core/Extensions/PluginBase.cs#L195
The name 'EventManager' does not exist in the current context
|
|
Build the application:
Library/RSBot.Core/Extensions/ConfigExtensions.cs#L115
The type or namespace name 'T' could not be found (are you missing a using directive or an assembly reference?)
|
|
Build the application:
Library/RSBot.NavMeshApi/Edges/NavMeshLinkEdge.cs#L12
Non-nullable property 'LinkedObjEdge' 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/Edges/NavMeshLinkEdge.cs#L11
Non-nullable property 'LinkedInst' 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/DungeonColObj.cs#L8
Non-nullable property 'Name' 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/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.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.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