feat: Implement transaction context #1004
Annotations
7 errors
OpenFeature.Tests.OpenFeatureTests.Should_Set_Given_Context:
test/OpenFeature.Tests/OpenFeatureTests.cs#L217
Expected context2.Count to be 0, but found 2 (difference of 2).
|
OpenFeature.Tests.OpenFeatureTests.OpenFeature_Should_Initialize_Provider:
test/OpenFeature.Tests/OpenFeatureTests.cs#L35
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
|
OpenFeature.Tests.OpenFeatureTests.OpenFeature_Should_Shutdown_Unused_Provider:
test/OpenFeature.Tests/OpenFeatureTests.cs#L53
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
|
OpenFeature.Tests.OpenFeatureTests.Should_Set_Given_Context:
test/OpenFeature.Tests/OpenFeatureTests.cs#L217
Expected context2.Count to be 0, but found 2 (difference of 2).
|
OpenFeature.Tests.OpenFeatureTests.OpenFeature_Should_Initialize_Provider:
test/OpenFeature.Tests/OpenFeatureTests.cs#L35
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
|
OpenFeature.Tests.OpenFeatureTests.OpenFeature_Should_Shutdown_Unused_Provider:
test/OpenFeature.Tests/OpenFeatureTests.cs#L53
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
InitializeAsync(e => (e.Count == 0), System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
InitializeAsync(*EvaluationContext*, System.Threading.CancellationToken)
|
build (windows-latest)
Process completed with exit code 1.
|