Skip to content

Update tagged-release.yml #69

Update tagged-release.yml

Update tagged-release.yml #69

Triggered via push January 21, 2024 23:00
Status Failure
Total duration 4m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
publish-nuget
Process completed with exit code 1.
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. 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#L37
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)17' is not covered.
publish-nuget: RatStash/Language.cs#L66
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)17' is not covered.
publish-nuget: RatStash/Database.cs#L53
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/ItemTest.cs#L107
Comparison made to same variable; did you mean to compare something else?
publish-nuget: RatStashTest/DatabaseTest.cs#L121
Unreachable code detected