open-feature / dotnet-sdk

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

[BUG] Missing error message when unknown exception is thrown #255

Closed thomaspoignant closed 4 months ago

thomaspoignant commented 4 months ago

Observed behavior

Before the version v1.5.0 when we were receiving a GENERAL error we had the error message associated to the error.

Since the v1.5.0 we are not receiving the error message anymore.

Expected Behavior

Receive the error message associated with the error.

Steps to reproduce

No response