Feat/engine tools #49
Annotations
10 errors and 10 warnings
build:
Source/Utilities/PackTool/Program.cs#L23
The name 'ProgInfo' does not exist in the current context
|
build:
Source/Utilities/PackTool/Program.cs#L26
An object reference is required for the non-static field, method, or property 'Program.PrintHelp()'
|
build:
Source/Utilities/ModelCompiler/SMDData.cs#L14
The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Utilities/ModelCompiler/SMDData.cs#L15
The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Utilities/ModelCompiler/SMDData.cs#L22
The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Utilities/ModelCompiler/SMDData.cs#L23
The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Utilities/ModelCompiler/SMDData.cs#L24
The type or namespace name 'Vector2' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Utilities/PackTool/Program.cs#L23
The name 'ProgInfo' does not exist in the current context
|
build:
Source/Utilities/PackTool/Program.cs#L26
An object reference is required for the non-static field, method, or property 'Program.PrintHelp()'
|
build:
Source/Utilities/ModelCompiler/SMDData.cs#L14
The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/DebugProf/Profiler.cs#L41
Dereference of a possibly null reference.
|
build:
Source/InputSystem/InputSystem.cs#L205
Converting null literal or possible null value to non-nullable type.
|
build:
Source/InputSystem/InputSystem.cs#L218
Converting null literal or possible null value to non-nullable type.
|
build:
Source/InputSystem/InputSystem.cs#L220
Dereference of a possibly null reference.
|
build:
Source/InputSystem/InputSystem.cs#L248
Converting null literal or possible null value to non-nullable type.
|
build:
Source/InputSystem/InputSystem.cs#L250
Dereference of a possibly null reference.
|
build:
Source/InputSystem/InputSystem.cs#L278
Converting null literal or possible null value to non-nullable type.
|
build:
Source/InputSystem/InputSystem.cs#L280
Dereference of a possibly null reference.
|
build:
Source/InputSystem/InputSystem.cs#L26
Non-nullable field 'm_KeyState' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/InputSystem/InputSystem.cs#L27
Non-nullable field 'm_PadState' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|