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

fix(fx): don't require param array parameters not empty #8

fix(fx): don't require param array parameters not empty

fix(fx): don't require param array parameters not empty #8

Triggered via push June 18, 2023 08:08
Status Success
Total duration 1m 49s
Artifacts

test-publish.yml

on: push
Publish NuGet Packages
21s
Publish NuGet Packages
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Unit Test: src/Flandre.Adapters.Mock/MockBot.cs#L57
The event 'MockBot.GuildInvited' is never used
Unit Test: src/Flandre.Adapters.Mock/MockBot.cs#L58
The event 'MockBot.GuildJoinRequested' is never used
Unit Test: src/Flandre.Adapters.Mock/MockBot.cs#L59
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'