icarus-consulting / Yaapii.Http

C# Library for Http Request
MIT License
7 stars 0 forks source link

Remove Nito.AsyncEx to enable Strong Naming #118

Closed MSE1188 closed 1 year ago

MSE1188 commented 2 years ago

Expected Behavior

The Nito.AsyncEx is removed or replaced with a strong named library. Strong naming for Yaapii.Http is reactivated

Actual Behavior

Strong naming for Yaapii.Http is deactivated, because it can only reference strong named libraries, but library Nito.AsyncEx is not strong named

Mention any other details that might be useful

Steps to reproduce the behavior

The log given by the failure.

DFU398 commented 1 year ago

This was fixed in #137