SHVDN has a in-game console with C# expression support, where the v3 scripting API can be used. You can reload all scripts by Reload(); (case-sensitive since evaluated as a C# expression. The ...
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and ...