Skip to content

feat: implement in-memory provider (#232) #481

feat: implement in-memory provider (#232)

feat: implement in-memory provider (#232) #481

Triggered via push February 10, 2024 19:49
Status Success
Total duration 4m 7s
Artifacts

ci.yml

on: push
Matrix: build
packaging
33s
packaging
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L115
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L124
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L133
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L142
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L151
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L173
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L163
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L180
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L186
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (ubuntu-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L192
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L115
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L124
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L133
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L151
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L163
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L173
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L180
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L186
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L192
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (windows-latest): test/OpenFeature.Tests/Providers/Memory/InMemoryProviderTests.cs#L198
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)