Changed error handling of map module #274
Annotations
1 error and 10 warnings
|
src/EvoSC.Common/Clients/Dtos/MxMapInfoDto.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Clients/Dtos/MxMapInfoDto.cs#L10
Non-nullable property 'GbxMapName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Clients/Dtos/MxMapInfoDto.cs#L12
Non-nullable property 'AuthorLogin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Clients/Dtos/MxMapInfoDto.cs#L15
Non-nullable property 'TrackUid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L23
Converting null literal or possible null value to non-nullable type.
|
src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L27
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
src/EvoSC.Common/Events/EventSubscriptionBuilder.cs#L8
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/EvoSC.Common/Events/EventSubscriptionBuilder.cs#L9
Non-nullable field '_instanceClass' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/EvoSC.Common/Events/EventSubscriptionBuilder.cs#L11
Non-nullable field '_handlerMethod' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/EvoSC.Common/Controllers/EvoScController.cs#L10
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading