StephenCleary / AsyncEx

A helper library for async/await.
MIT License
3.49k stars 358 forks source link

Support Nito.Asyncex. StrongNamed #229

Closed tangdf closed 3 years ago

tangdf commented 3 years ago

image image

StephenCleary commented 3 years ago

Short answer: this is a known issue. I have no plans to add strong-naming to AsyncEx now, for reasons described here. See also #2. If Microsoft would provide better tooling and guidance for strong naming libraries without causing massive maintenance headaches, then I would be willing to reconsider.

A Short History of Strong Naming in AsyncEx:

I still think the .NET ecosystem would be better served by a service that auto-signs packages following a semantic versioning approach. So far, I have not had time to write this service. In the meantime, the Strong Naming Toolkit and StrongNameSigner are still available.