LIN

Results 5 issues of 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...

feature-request

### 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....

enhancement
azure

### 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...

bug
Web Apps
Service Attention
customer-reported
Auto-Assign
app-service-general

### 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 ??...