WIP #10
Annotations
2 errors and 10 warnings
build-artifacts:
BattleBitAPIRunner/Program.cs#L34
The type or namespace name 'Permissions' could not be found (are you missing a using directive or an assembly reference?)
|
build-artifacts
Process completed with exit code 1.
|
build-artifacts:
BBRAPIModules/BattleBitModule.cs#L12
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-artifacts:
BBRAPIModules/BattleBitModule.cs#L16
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-artifacts:
BBRAPIModules/ModuleConfiguration.cs#L22
Non-nullable field 'module' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-artifacts:
BBRAPIModules/ModuleConfiguration.cs#L23
Non-nullable field 'property' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-artifacts:
BBRAPIModules/ModuleConfiguration.cs#L24
Non-nullable field 'serverName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-artifacts:
BBRAPIModules/RunnerServer.cs#L66
Dereference of a possibly null reference.
|
build-artifacts:
BBRAPIModules/RunnerServer.cs#L66
Converting null literal or possible null value to non-nullable type.
|
build-artifacts:
BBRAPIModules/RunnerServer.cs#L66
Dereference of a possibly null reference.
|
build-artifacts:
BBRAPIModules/RunnerServer.cs#L98
Dereference of a possibly null reference.
|
build-artifacts:
BBRAPIModules/RunnerServer.cs#L98
Converting null literal or possible null value to non-nullable type.
|