You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
So it cannot be used from a project that is strong-named, as strong-named assemblies can only load other strong-named assemblies.
To Reproduce
Steps to reproduce the behavior:
Create a new .NET Framework 4.8 Console project.
Give that project a strong-name (VS > Project Properties).
Add a NuGet reference to HttpClientFactoryLite.
Instantiate a HttpClientFactoryLite.HttpClientFactory instance in your Main method.
The project builds, but fails to run with this exception:
Error: System.IO.FileLoadException: Could not load file or assembly 'HttpClientFactoryLite, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044).