Unsigned library raises ReflectionTypeLoadException
When I'm trying to use reflections in a signed .NET Framework 4.6.1 WPF control, it raises ReflectionTypeLoadException when I use the Assembly.GetTypes() on an assembly in which FluentResults is used. As a stopgap, I cloned the repo and now manually sign it and publish it into our internal package repository, which solves the problem, but it would be nicer if the original library would be signed.
Hi, thanks for your feedback. There are currently no plans to support a signed version of FluentResults.
We have the same problem we tried to upgrade from FluentResults 2.5.0.99 to 3.15.2 2.5.0.99 was signed so we had no problems. Unfortunately this is blocking us from upgrading.
@csatti do you have a signed package publicly available?