RestEase icon indicating copy to clipboard operation
RestEase copied to clipboard

Fix for issue 272 internal interface from signed assembly

Open a-powolozki opened this issue 7 months ago • 0 comments

As mentioned in the issue 272 when you try to instantiate a service for an internal interface the check is perfomed, if the assembly of the interface has an InternalsVisibleTo(RestClient.FactoryAssemblyName) attribute.

Additionally to present check for presense of the InternalsVisibleTo(RestClient.FactoryAssemblyName) check if InternalsVisibleTo(RestClient.FactoryAssemblyName + ', PublicKey=') exists

a-powolozki avatar Jun 05 '25 12:06 a-powolozki