fo-dicom.Codecs
fo-dicom.Codecs copied to clipboard
strongly named assembly
We are using fo-dicom codec nuget package and referencing it from an assembly which is strongly named. As codec assemblies are not strongly named, it throws a runtime error because of a .net limitation which specifies all assemblies referenced from a strongly named one should also be strongly named. Would it be possible to get strongly named assembly which can be used?