Skip to content

Bump version

Bump version #58

Triggered via push January 10, 2024 13:56
Status Failure
Total duration 2m 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
publish-nuget
😭 error: Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
publish-nuget
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, alirezanet/[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/
publish-nuget: RatStash/Language.cs#L36
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(RatStash.Language)16' is not covered.
publish-nuget: RatStash/Language.cs#L64
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(RatStash.Language)16' is not covered.
publish-nuget: RatStash/Database.cs#L59
Parameter 'cleanStrings' has no matching param tag in the XML comment for 'Database.FromFile(string, bool, string)' (but other parameters do)
publish-nuget: RatStash/Language.cs#L36
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(RatStash.Language)16' is not covered.
publish-nuget: RatStash/Language.cs#L64
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(RatStash.Language)16' is not covered.
publish-nuget: RatStash/Database.cs#L59
Parameter 'cleanStrings' has no matching param tag in the XML comment for 'Database.FromFile(string, bool, string)' (but other parameters do)
publish-nuget: RatStash/Language.cs#L36
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(RatStash.Language)16' is not covered.
publish-nuget: RatStash/Language.cs#L64
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(RatStash.Language)16' is not covered.
publish-nuget: RatStash/Database.cs#L59
Parameter 'cleanStrings' has no matching param tag in the XML comment for 'Database.FromFile(string, bool, string)' (but other parameters do)
publish-nuget: RatStashTest/ItemExtraInfoTest.cs#L47
Comparison made to same variable; did you mean to compare something else?
publish-nuget: RatStashTest/TestEnvironment.cs#L78
'Database.ParseItemCacheIndex(string)' is obsolete: 'This method is deprecated as of EfT 0.12.11.2.13615, use ParseItemCacheHashIndex'
publish-nuget: RatStashTest/ItemTest.cs#L107
Comparison made to same variable; did you mean to compare something else?
publish-nuget: RatStashTest/DatabaseTest.cs#L121
Unreachable code detected
publish-nuget: RatStashTest/ItemTest.cs#L115
The literal or constant value 0 should be passed as the 'expected' argument in the call to 'Assert.NotEqual(expected, actual)' in method 'WeaponTest' on type 'ItemTest'.