open-feature / dotnet-sdk

.NET implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
61 stars 17 forks source link

fix: Add missing error message when an error occurred #256

Closed thomaspoignant closed 4 months ago

thomaspoignant commented 4 months ago

This PR

Related Issues

Fixes #255

kinyoklion commented 4 months ago

It would be nice to have a unit test for this condition.

thomaspoignant commented 4 months ago

It would be nice to have a unit test for this condition.

I haven't worked on the SDK, and my knowledge of dotnet is limited so not sure how to trigger the exception in the test. Any help is welcome.

kinyoklion commented 4 months ago

It would be nice to have a unit test for this condition.

I haven't worked on the SDK, and my knowledge of dotnet is limited so not sure how to trigger the exception in the test. Any help is welcome.

Let me take a look.