Skip to content

Update common.props #1084

Update common.props

Update common.props #1084

Triggered via push November 26, 2023 13:27
Status Failure
Total duration 6h 0m 19s
Artifacts
Build Module
0s
Build Module
publish-on-nuget  /  Publish Module on NuGet/GPR
publish-on-nuget / Publish Module on NuGet/GPR
publish-on-nuget-source  /  Publish Module on NuGet/GPR
publish-on-nuget-source / Publish Module on NuGet/GPR
publish-on-github  /  Publish Module on GitHub
publish-on-github / Publish Module on GitHub
publish-on-nexusmods  /  Publish Module on NexusMods
publish-on-nexusmods / Publish Module on NexusMods
publish-on-steam  /  Publish Module on Steam
publish-on-steam / Publish Module on Steam
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Test Module
The operation was canceled.
Test Module
Unexpected input(s) 'file', valid inputs are ['repository', 'latest', 'tag', 'fileName', 'tarBall', 'zipBall', 'out-file-path', 'token', 'github-api-url', 'releaseId']
Test Module
The following actions uses node12 which is deprecated and will be forced to run on node16: DuckSoft/extract-7z-action@v1.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Module: src/MCM.Abstractions/Base/Global/FluentGlobalSettings.cs#L20
'IFluentSettings' is obsolete: 'Will be internal in the future'
Test Module: src/MCM.Abstractions/Base/PerCampaign/FluentPerCampaignSettings.cs#L20
'IFluentSettings' is obsolete: 'Will be internal in the future'
Test Module: src/MCM.Abstractions/Base/PerSave/FluentPerSaveSettings.cs#L20
'IFluentSettings' is obsolete: 'Will be internal in the future'
Test Module: src/MCM.Abstractions/Base/Global/ExternalGlobalSettings.cs#L23
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
Test Module: src/MCM.UI/UIExtenderEx/OptionsPrefabExtensions.cs#L9
'PrefabExtensionAttribute.PrefabExtensionAttribute(string, string?, string?)' is obsolete: 'AutoGens are globally disabled for now. When the game will be released on Linux/OSX we'll reuse this property again.'
Test Module: src/MCM.UI/UIExtenderEx/OptionsPrefabExtensions.cs#L25
'PrefabExtensionAttribute.PrefabExtensionAttribute(string, string?, string?)' is obsolete: 'AutoGens are globally disabled for now. When the game will be released on Linux/OSX we'll reuse this property again.'
Test Module: src/MCM.UI/UIExtenderEx/OptionsPrefabExtensions.cs#L41
'PrefabExtensionAttribute.PrefabExtensionAttribute(string, string?, string?)' is obsolete: 'AutoGens are globally disabled for now. When the game will be released on Linux/OSX we'll reuse this property again.'
Test Module: src/MCM.UI/Utils/InitialStateOptionUtils.cs#L37
Possible null reference return.
Test Module: src/MCM.UI/ButterLib/LoggerWrapper.cs#L177
Dereference of a possibly null reference.
Test Module: src/MCM.UI/ButterLib/LoggerWrapper.cs#L177
Possible null reference argument for parameter 'values' in 'KeyValuePair<string, object> LogValuesFormatter.GetValue(object[] values, int index)'.