alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Change MediatorEndpoints client compatability mode #140

Closed alexnoddings closed 6 months ago

alexnoddings commented 6 months ago

The compatability mode on the client should be updated. Currently it throws the same error the old library threw which isn't too useful. Since it isn't meaningful (or ever caught in known consumer code), it should be replaced with a more meaningful unwrap.

alexnoddings commented 6 months ago

Results are now unwrapped so the resulting exception captures the error that led to it.