Fix bad padding computation in SectionHeaderBlock.Parse
(#159)
#215
Annotations
10 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
On validate main:
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.
|
On validate main:
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.
|
On validate main:
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)
|
On validate main:
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)
|
On validate main:
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)
|
On validate main:
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)
|
On validate main:
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)
|
On validate main:
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)
|
On validate main:
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)
|
The logs for this run have expired and are no longer available.
Loading