Hi,
Would it be possible to have signed version of the LexActivator assemblies from NuGet? My current project uses strong naming and this is a complication to introduce unsigned assemblies from NuGet.
Signed packages can easily be consumed by any projects, but signed project need signed dependencies.
Strong naming reference: https://devblogs.microsoft.com/nuget/introducing-signed-package-submissions/
Thanks!