LIN
LIN
Currently it is not possible to specify a CancellationToken for canceling the EvaluateScriptAsync task. Therefore, when executing a long-running javascript method it is not possible to cancel it. **Describe the...
### Problem Currently, it is not possible to add additional meta-information to a distributed lock: - identity who acquired the lock - time stamp when lock got acquired - etc....
### Describe the bug Regression: This problem is caused when upgrading az cli from `2.53.0` to `2.53.1`. ### Description When using `set` commands as described below, a warning message is...
### Current Situtation The `Scanner` class which is used to return tokens from the input buffer currently only accepts a `string`. ``` public Scanner(string buffer) { Buffer = buffer ??...