open-feature / dotnet-sdk

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

feat: Add dx to catch ConfigureAwait(false) #152

Closed benjiro closed 1 year ago

benjiro commented 1 year ago

This PR

Related Issues

Stop https://github.com/open-feature/dotnet-sdk/issues/149 happening again in the future

Notes

N/A

Follow-up Tasks

N/A

How to test

N/A

codecov[bot] commented 1 year ago

Codecov Report

Merging #152 (3fec80a) into main (dd92cbf) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #152   +/-   ##
=======================================
  Coverage   93.91%   93.91%           
=======================================
  Files          20       20           
  Lines         542      542           
  Branches       39       39           
=======================================
  Hits          509      509           
  Misses         20       20           
  Partials       13       13           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

toddbaert commented 1 year ago

@benjiro Thanks!