Skip to content

Add more extension methods for configuration rules convenience. (#157) #212

Add more extension methods for configuration rules convenience. (#157)

Add more extension methods for configuration rules convenience. (#157) #212

Re-run triggered January 25, 2024 11:57
Status Success
Total duration 1m 30s
Artifacts

ci.yml

on: push
Matrix: Build & core Tests
Fit to window
Zoom out
Zoom in

Annotations

27 warnings
Build & core Tests (macOS, self-hosted): test/Fluxzy.Tests/UnitTests/Certificates/CertificateManager.cs#L25
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.
Build & core Tests (macOS, self-hosted): 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.
Build & core Tests (macOS, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L69
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (macOS, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L71
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (macOS, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L72
Do not use Assert.NotNull() on value type 'FilterScope'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (macOS, self-hosted): 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)
Build & core Tests (Linux, self-hosted): test/Fluxzy.Tests/UnitTests/Certificates/CertificateManager.cs#L25
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.
Build & core Tests (macOS, self-hosted): 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)
Build & core Tests (Linux, self-hosted): 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.
Build & core Tests (macOS, self-hosted): 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)
Build & core Tests (Linux, self-hosted): 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)
Build & core Tests (macOS, self-hosted): 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)
Build & core Tests (Linux, self-hosted): 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)
Build & core Tests (Linux, self-hosted): 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)
Build & core Tests (Linux, self-hosted): 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)
Build & core Tests (Linux, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L69
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (Linux, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L71
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (Linux, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L72
Do not use Assert.NotNull() on value type 'FilterScope'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (Windows, self-hosted): test/Fluxzy.Tests/UnitTests/Certificates/CertificateManager.cs#L25
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.
Build & core Tests (Windows, self-hosted): 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.
Build & core Tests (Windows, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L69
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (Windows, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L71
Do not use Assert.NotNull() on value type 'bool'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (Windows, self-hosted): test/Fluxzy.Tests/UnitTests/Rules/DefaultFilterSettings.cs#L72
Do not use Assert.NotNull() on value type 'FilterScope'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
Build & core Tests (Windows, self-hosted): 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)
Build & core Tests (Windows, self-hosted): 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)
Build & core Tests (Windows, self-hosted): 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)
Build & core Tests (Windows, self-hosted): 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)