RedLock.net
RedLock.net copied to clipboard
.NET Core 3 support
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!
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?
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.
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