FluentResults icon indicating copy to clipboard operation
FluentResults copied to clipboard

Unsigned library raises ReflectionTypeLoadException

Open csatti opened this issue 3 years ago • 2 comments

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.

csatti avatar Jun 14 '22 07:06 csatti

Hi, thanks for your feedback. There are currently no plans to support a signed version of FluentResults.

altmann avatar Jun 19 '22 10:06 altmann

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?

dos-ise avatar May 10 '23 06:05 dos-ise