cloudscribe/cloudscribe.Web.Localization

AssemblyWrapper being made internal on Microsoft.Extensions.Localization.Internal

Closed this issue · 3 comments

In doing my research for this Announcement I found that this project is using the AssemblyWrapper class from Microsoft.Extensions.Localization.Internal. I thought I would take this opportunity to give you a heads up that it will be marked internal in an upcoming release. Our recommended action is to remove its use entirely (Instead using a regular Assembly) as it was meant to serve only as shim for our internal testing.

The usage we found was here.

Thanks for the heads up @ryanbrandenburg

@JimKerslake @StewartBellamy for one of you to look at before we move to .NET Core 5