Skip to content

Fixes

Fixes #411

Triggered via pull request July 26, 2024 13:52
@snixthosnixtho
opened #249
fixes
Status Failure
Total duration 1m 35s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build_and_test
Process completed with exit code 1.
build_and_test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_and_test: 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_and_test: 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_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L22
Converting null literal or possible null value to non-nullable type.
build_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L26
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build_and_test: 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.
build_and_test: 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.
build_and_test: 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.
build_and_test: 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.
build_and_test: src/EvoSC.Common/Config/Mapping/TextColorTypeParser.cs#L26
The variable 'ex' is declared but never used
build_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L76
Dereference of a possibly null reference.