unitycontainer / interception

Unity.Interception package
Apache License 2.0
22 stars 18 forks source link

Don't sign emitted interceptor assembly for net6.0 and higher #45

Open quexy opened 3 months ago

quexy commented 3 months ago

.NET Core does not support emitted assembly signing, and a breaking change was introduced in .NET 6.0 to throw an exception instead of silently kipping the action. See: .NET 6 strong name signing behavior breaks existing code.

quexy commented 3 months ago

@microsoft-github-policy-service agree

quexy commented 3 months ago

Fixes unitycontainer/interception#46