Fix envis for module settings #442
Annotations
12 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "PR_NUMBER".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
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, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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>'
|
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/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.
|
src/EvoSC.Common/Database/Models/Player/DbPlayer.cs#L52
Non-nullable property 'AccountId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Database/Models/Player/DbPlayer.cs#L52
Non-nullable property 'NickName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Database/Models/Player/DbPlayer.cs#L52
Non-nullable property 'UbisoftName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Database/Models/Player/DbPlayer.cs#L52
Non-nullable property 'Groups' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/EvoSC.Common/Database/Models/Player/DbPlayer.cs#L52
Non-nullable property 'DbSettings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
This job succeeded
Loading