Patric Forsgard
Patric Forsgard
Thanks! Yes, the tilt mode actual exists in another https://github.com/bitnami/charts/issues/9689 and the solution on that is to use ip-addresses instead of hostnames :) Earlier today I created my own version...
@thoemmi It is possible for use to do either strong name signing by our self or use the Strong-Name Signer, but if we do that we need to distribute the...
@achimismaili did you read the above comments? As I pointed out in an early comment the self signed version is working great in solutions, but now when you deliver packages...
I'm using RedLock in .Net 5, .Net 6, .Net7 and .Net8 without problem. I have not have any problem with different versions of SE.Redis either in any of the dotnet...
I guess this is because the RedLock class not is implementing an destructor that disposing the refresh timer. See https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/finalizers for more about destructor and I think it can be...