chore: bump version to 1.22.1 #47
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Util/DependencyHelper.cs#L72
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Util/DependencyHelper.cs#L74
Non-nullable property 'Sha512' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Util/DependencyHelper.cs#L65
Non-nullable property 'AssemblyVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Util/DependencyHelper.cs#L66
Non-nullable property 'FileVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Util/DependencyHelper.cs#L51
Non-nullable property 'Targets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Util/DependencyHelper.cs#L52
Non-nullable property 'Libraries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DownloadTask.cs#L941
Possible null reference argument for parameter 'item' in 'void List<ModGroup>.Add(ModGroup item)'.
|
build:
Ui/Tabs/Manager.cs#L689
'SemVersion.implicit operator SemVersion(string)' is obsolete: 'Implicit conversion from string is obsolete. Use Parse() or TryParse() method instead.'
|
build:
Model/Penumbra/ModMeta.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Model/Penumbra/ModMeta.cs#L7
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|