fix error message when match isnt started #338
Annotations
10 warnings
src/EvoSC.Modules.SourceGeneration/AssemblyModuleInfoGenerator.cs#L89
Loop should be simplified by calling Select(dependency => dependency.Key)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
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/Controllers/Context/GenericControllerContext.cs#L25
Non-nullable property 'ServiceScope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L25
Non-nullable property 'Controller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L25
Non-nullable property 'AuditEvent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L30
Non-nullable property 'Controller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L30
Non-nullable property 'AuditEvent' 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