Annotations
2 warnings
build:
OpenAdm.Test/Infra/Test/DiscordHttpServiceTest.cs#L38
Null should not be used for type parameter 'webHookToken' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build:
OpenAdm.Test/Infra/Test/DiscordHttpServiceTest.cs#L10
Null should not be used for type parameter 'webHookId' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|