Replace builtin Mod Models with Anno.EasyMod #467
Annotations
23 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "iMYA".
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/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ModManager_Classes/Models/ModTweaker/DataModel/Storage/ModTweaksStorageModel.cs#L32
Nullability of reference types in return type of 'TweakerFileStorageModel? ModTweaksStorageModel.GetTweak(string Filename)' doesn't match implicitly implemented member 'TweakerFileStorageModel IModTweaksStorageModel.GetTweak(string Filename)' (possibly because of nullability attributes).
|
ModManager_Classes/GithubIntegration/Download/InstallationException.cs#L18
Non-nullable property 'TextKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ModManager_Classes/Texts/SimpleText.cs#L25
Non-nullable field '_text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ModManager_Classes/GithubIntegration/Download/InstallationException.cs#L19
Non-nullable property 'TextKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ModManager_Classes/Texts/LocalizedText.cs#L37
Non-nullable field '_text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ModManager_Classes/Services/ImyaSetupService.cs#L53
Non-nullable field '_globalModCollection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ModManager_Classes/GithubIntegration/StaticData/StaticFilepathImageStrategy.cs#L34
The variable 'e' is declared but never used
|
ModManager_Classes/GithubIntegration/StaticData/StaticFilenameReadmeStrategy.cs#L32
The variable 'e' is declared but never used
|
ModManager_Classes/Services/GameSetupService.cs#L110
Non-nullable field '_validator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ModManager_Classes/Services/GameSetupService.cs#L110
Non-nullable field '_gameRootPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ModManager_Classes/Models/ModTweaker/DataModel/Storage/ModTweaksStorageModel.cs#L32
Nullability of reference types in return type of 'TweakerFileStorageModel? ModTweaksStorageModel.GetTweak(string Filename)' doesn't match implicitly implemented member 'TweakerFileStorageModel IModTweaksStorageModel.GetTweak(string Filename)' (possibly because of nullability attributes).
|
ModManager_Classes/Texts/SimpleText.cs#L25
Non-nullable field '_text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ModManager_Classes/Texts/LocalizedText.cs#L37
Non-nullable field '_text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ModManager_Classes/Services/TweakService.cs#L68
Possible null reference argument for parameter 'tweaks' in 'void ModTweaksExporter.Save(ModTweaks tweaks)'.
|
ModManager_Classes/Services/TweakService.cs#L86
Possible null reference argument for parameter 'tweaks' in 'void ModTweaksExporter.Save(ModTweaks tweaks)'.
|
ModManager_Classes/GithubIntegration/StaticData/StaticFilepathImageStrategy.cs#L34
The variable 'e' is declared but never used
|
ModManager_Classes/GithubIntegration/StaticData/StaticFilenameReadmeStrategy.cs#L32
The variable 'e' is declared but never used
|
ModManager_Classes/Services/ProfilesService.cs#L27
Nullability of reference types in value of type 'ModActivationProfile?[]' doesn't match target type 'IEnumerable<ModActivationProfile>'.
|
ModManager_Classes/Models/ModTweaker/IO/XmlPatchParser.cs#L57
Dereference of a possibly null reference.
|
ModManager_Classes/Services/ProfilesService.cs#L64
The variable 'e' is declared but never used
|
This job succeeded
Loading