Added round condition checker #386
Annotations
10 warnings
Build:
src/EvoSC.Modules.SourceGeneration/AssemblyModuleInfoGenerator.cs#L15
'EvoSC.Modules.SourceGeneration.AssemblyModuleInfoGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
Build:
src/EvoSC.Modules.SourceGeneration/AssemblyModuleInfoGenerator.cs#L89
Loop should be simplified by calling Select(dependency => dependency.Key)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
Build:
src/EvoSC.Common/Database/Models/Player/DbPlayerSettings.cs#L13
Non-nullable property 'DisplayLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L22
Converting null literal or possible null value to non-nullable type.
|
Build:
src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L26
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
The logs for this run have expired and are no longer available.
Loading