This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
style: cleanup code #12
test-publish.yml
on: push
Unit Test
38s
Publish NuGet Packages
0s
Annotations
1 error and 8 warnings
Unit Test
Canceled by the server.
|
Unit Test:
src/Flandre.Adapters.Mock/MockBot.cs#L58
The event 'MockBot.GuildJoinRequested' is never used
|
Unit Test:
src/Flandre.Adapters.Mock/MockBot.cs#L57
The event 'MockBot.GuildInvited' 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/Events/CommandInvokingEvent.cs#L7
Missing XML comment for publicly visible type or member 'CommandInvokingEvent'
|
Unit Test:
src/Flandre.Framework/Events/CommandInvokingEvent.cs#L9
Missing XML comment for publicly visible type or member 'CommandInvokingEvent.Command'
|
Unit Test:
src/Flandre.Framework/Events/CommandInvokingEvent.cs#L39
Missing XML comment for publicly visible type or member 'CommandInvokingEvent.Cancel()'
|
Unit Test:
src/Flandre.Framework/Routing/CommandNodeExtensions.cs#L26
Missing XML comment for publicly visible type or member 'CommandNodeExtensions.CountCommands(CommandNode)'
|