Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

chore: update versions #161

chore: update versions

chore: update versions #161

Triggered via push June 2, 2023 14:23
Status Success
Total duration 1m 10s
Artifacts

test.yml

on: push
Unit Test
58s
Unit Test
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Unit Test
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Unit Test: src/Flandre.Adapters.Mock/MockBot.cs#L62
The event 'MockBot.GuildInvited' is never used
Unit Test: src/Flandre.Adapters.Mock/MockBot.cs#L63
The event 'MockBot.GuildJoinRequested' is never used
Unit Test: src/Flandre.Adapters.Mock/MockBot.cs#L64
The event 'MockBot.FriendRequested' is never used
Unit Test: src/Flandre.Framework/Services/CommandService.cs#L27
Nullability of reference types in type of parameter 'result' of 'lambda expression' doesn't match the target delegate 'TypeResolverDelegate' (possibly because of nullability attributes).
Unit Test: src/Flandre.Framework/Common/CommandExceptions.cs#L3
Missing XML comment for publicly visible type or member 'CommandInvokeException'
Unit Test: src/Flandre.Framework/Common/CommandExceptions.cs#L5
Missing XML comment for publicly visible type or member 'CommandInvokeException.CommandInvokeException(string)'
Unit Test: src/Flandre.Framework/Common/CommandOption.cs#L3
Missing XML comment for publicly visible type or member 'CommandOption'
Unit Test: src/Flandre.Framework/Common/CommandOption.cs#L5
Missing XML comment for publicly visible type or member 'CommandOption.Name'
Unit Test: src/Flandre.Framework/Common/CommandOption.cs#L7
Missing XML comment for publicly visible type or member 'CommandOption.ShortName'
Unit Test: src/Flandre.Framework/Common/CommandOption.cs#L9
Missing XML comment for publicly visible type or member 'CommandOption.HasShortName'
Unit Test: src/Flandre.Framework/Common/CommandOption.cs#L11
Missing XML comment for publicly visible type or member 'CommandOption.Type'
Unit Test: src/Flandre.Framework/Common/CommandOption.cs#L13
Missing XML comment for publicly visible type or member 'CommandOption.DefaultValue'
Unit Test: src/Flandre.Framework/Common/CommandOption.cs#L15
Missing XML comment for publicly visible type or member 'CommandOption.Description'