RedLock.net icon indicating copy to clipboard operation
RedLock.net copied to clipboard

.NET Core 3 support

Open DOMZE opened this issue 5 years ago • 3 comments

Hello, Since .NET Core 3 is now in preview and production ready (RTM is within weeks), I was wondering if you planned on updating your package to support Microsoft.Extensions.Logging* packages >= 3.0.0

Thank you for a great library!

DOMZE avatar Sep 11 '19 14:09 DOMZE

Hi,

I haven't tried .NET Core 3 yet, but I would definitely want RedLock.net to be compatible.

Are the Microsoft.Extensions.Logging 3.0.0 packages API compatible with the earlier versions? There isn't a maximum version constraint on the logging dependencies in the RedLock.net nuget package, so would simply referencing the newer logging packages work?

samcook avatar Sep 11 '19 15:09 samcook

I just made a simple test console app (.NET Core 2.1) referencing RedLock.net 2.2.0 and Microsoft.Extensions.Logging 3.0.0-preview9.19423.4 - it seems to work fine.

samcook avatar Sep 11 '19 15:09 samcook

Hey,

Yes Microsoft.Extensions.* should be backwards compatible. I was just wondering considering that they will bump the version to 3.0 of these packages if you planned on following as well

DOMZE avatar Sep 11 '19 20:09 DOMZE