Zeljko Vrba

Results 5 issues of Zeljko Vrba

Installed Nightingale from app store. Tried to use access token in three ways: 1. Choosing "Bearer" under auth and pasting access token there. 2. Choosing "OAuth2.0" under auth and pasting...

needs triage

The original issue got closed without any useful resolution. I understand the reluctance to make a breaking change (turning off mapping by default), but it should at least be clearly...

Customer reported
Documentation

**Describe the bug** When looking up an external user by UPN (i.e., of the format `aaa.sdd_domain.com#EXT#@tenant.domain`) the library does not URL encode the UPN. I get a not found exception...

Needs: Triage

`TransactionMonitor` uses `ThreadLocal` to track transactions per thread. This, however, poses problems for use of transactions in `async` code. Consider the following scenario (notation is An where A (letter) is...

question

Minimal reproducible example for version 7.5.0 is given below. When `WithIndexer` is internal, the program throws "Microsoft.ClearScript.ScriptEngineException: 'TypeError: Cannot read properties of undefined (reading 'get')'." When `WithIndexer` is made public,...

enhancement