Michael Swiger
Michael Swiger
CloudSqlite.requestToken now throws an error if BlobContainer.service is undefined. This prevents confusion in cases where the BlobContainer.service might be defined but authentication is unsuccessful. #6518
itwinjs-core: https://github.com/iTwin/itwinjs-core/pull/8110 Updates native errors to include an iTwinErrorId, consisting of a scope and a error key. This makes native errors consistent with iTwinErrors. Added iTwinErrorId scopes include: 'imodeljs-native' 'be-sqlite'...
When calling forEach() on a Relationship Class, a `Cannot get metadata` error would be thrown as it was expecting only an EntityClass. Adds a test for this case as well
Checkpoints Test 'after each' fails due to a busy container: ``` 52 passing (3m) 2 pending 1 failing 1) Checkpoints "after each" hook for "should be able to open multiple...
Issue: Currently, if we overload a function to deprecate an older version with different parameters, or add a new overload with new parameters, `unified-signatures` will flag these overloads if they...
- OS: iOS - iTwin.js Version: 5.2.x Flaky tests in iOS Backend Unit Tests: ``` computeProjectExtents should return requested information: AssertionError: expected false to be true + expected - actual...