Skip to content

fix: oops forgot create instance when keystore already created #45

fix: oops forgot create instance when keystore already created

fix: oops forgot create instance when keystore already created #45

Triggered via push April 25, 2024 13:21
Status Success
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 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: Mikibot.Crawler/WebsocketCrawler/Data/Commands/CommandBase.cs#L78
The variable 'ex' is declared but never used
build: Mikibot.Crawler/WebsocketCrawler/Data/Commands/KnownCommand/SuperChatMedalInfo.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Mikibot.Crawler/Http/HttpCrawler.cs#L49
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)