Add Github release delivery on pipelines (#145) #195
Annotations
9 warnings
test/Fluxzy.Tests/UnitTests/Rules/SearchTextFilterTests.cs#L28
Cette méthode async n'a pas d'opérateur 'await' et elle s'exécutera de façon synchrone. Utilisez l'opérateur 'await' pour attendre les appels d'API non bloquants ou 'await Task.Run(…)' pour effectuer un travail utilisant le processeur sur un thread d'arrière-plan.
|
test/Fluxzy.Tests/UnitTests/Rules/SearchTextFilterTests.cs#L63
Cette méthode async n'a pas d'opérateur 'await' et elle s'exécutera de façon synchrone. Utilisez l'opérateur 'await' pour attendre les appels d'API non bloquants ou 'await Task.Run(…)' pour effectuer un travail utilisant le processeur sur un thread d'arrière-plan.
|
test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L35
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L37
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L38
Do not use Assert.NotNull() on value type 'FilterScope'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
test/Fluxzy.Tests/UnitTests/Rules/DefaultActionSettings.cs#L49
Do not use Assert.NotNull() on value type 'FilterScope'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
test/Fluxzy.Tests/UnitTests/Rules/DefaultActionSettings.cs#L52
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
test/Fluxzy.Tests/UnitTests/Rules/DefaultActionSettings.cs#L54
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
test/Fluxzy.Tests/UnitTests/Rules/DefaultActionSettings.cs#L55
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
The logs for this run have expired and are no longer available.
Loading