feat: Introduce flipt provider for dotnet #1178
Annotations
2 errors and 6 warnings
Test:
test/OpenFeature.Contrib.Providers.Flipt.Test/FliptToOpenFeatureConverterTest.cs#L157
Expected property resolution.Value.AsObject[0].Value.AsObject to be "Mr. Robinson" with a length of 12, but "Mr.Robinson" has a length of 11, differs near "Rob" (index 3).
Expected property resolution.Value.AsObject[0].Value.AsString to be "Mr. Robinson" with a length of 12, but "Mr.Robinson" has a length of 11, differs near "Rob" (index 3).
Expected property resolution.Value.AsStructure[0].Value.AsObject to be "Mr. Robinson" with a length of 12, but "Mr.Robinson" has a length of 11, differs near "Rob" (index 3).
Expected property resolution.Value.AsStructure[0].Value.AsString to be "Mr. Robinson" with a length of 12, but "Mr.Robinson" has a length of 11, differs near "Rob" (index 3).
With configuration:
- Use declared types and members
- Compare enums by value
- Compare tuples by their properties
- Compare anonymous types by their properties
- Compare records by their members
- Include non-browsable members
- Match member by name (or throw)
- Be strict about the order of items in byte arrays
- Without automatic conversion.
|
Test
Process completed with exit code 1.
|
Test:
test/OpenFeature.Contrib.Providers.Flipt.Test/FliptToOpenFeatureConverterTest.cs#L22
Theory method 'EvaluateBooleanAsync_GivenHttpRequestException_ShouldHandleHttpRequestException' on test class 'FliptToOpenFeatureConverterTest' does not use parameter 'expectedOpenFeatureErrorType'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
Test:
test/OpenFeature.Contrib.Providers.Flipt.Test/FliptToOpenFeatureConverterTest.cs#L63
Theory method 'EvaluateBooleanAsync_GivenNonExistentFlag_ShouldReturnDefaultValueWithFlagNotFoundError' on test class 'FliptToOpenFeatureConverterTest' does not use parameter 'flagKey'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
Test:
test/OpenFeature.Contrib.Providers.Flipt.Test/FliptToOpenFeatureConverterTest.cs#L85
Theory method 'EvaluateAsync_GivenHttpRequestException_ShouldHandleHttpRequestException' on test class 'FliptToOpenFeatureConverterTest' does not use parameter 'expectedOpenFeatureErrorType'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
Test:
test/OpenFeature.Contrib.Providers.Flipt.Test/FliptToOpenFeatureConverterTest.cs#L22
Theory method 'EvaluateBooleanAsync_GivenHttpRequestException_ShouldHandleHttpRequestException' on test class 'FliptToOpenFeatureConverterTest' does not use parameter 'expectedOpenFeatureErrorType'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
Test:
test/OpenFeature.Contrib.Providers.Flipt.Test/FliptToOpenFeatureConverterTest.cs#L63
Theory method 'EvaluateBooleanAsync_GivenNonExistentFlag_ShouldReturnDefaultValueWithFlagNotFoundError' on test class 'FliptToOpenFeatureConverterTest' does not use parameter 'flagKey'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
Test:
test/OpenFeature.Contrib.Providers.Flipt.Test/FliptToOpenFeatureConverterTest.cs#L85
Theory method 'EvaluateAsync_GivenHttpRequestException_ShouldHandleHttpRequestException' on test class 'FliptToOpenFeatureConverterTest' does not use parameter 'expectedOpenFeatureErrorType'. (https://xunit.github.io/xunit.analyzers/rules/xUnit1026)
|
Loading