Skip to content

Update to latest Core #107

Update to latest Core

Update to latest Core #107

GitHub Actions / Results Xamarin.macOS failed Apr 25, 2024 in 1s

Results Xamarin.macOS ❌

Tests failed

❌ TestResults.XamarinMac.xml

6070 tests were completed in 483s with 5382 passed, 90 failed and 598 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. 2❌ 82ms
Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. 2❌ 49ms
Realm.Tests.dll.Realms.Tests.Database.RemoveTests. 11✔️ 1❌ 356ms
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. 1✔️ 46❌ 26✖️ 862ms
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws. 2❌ 28ms
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_RemoveAll_OutsideUpdate_Throws. 2❌ 28ms
Realm.Tests.dll.Realms.Tests.Sync.SessionTests. 1✔️ 13❌ 16✖️ 274ms
Realm.Tests.dll.Realms.Tests.Sync.SyncConfigurationTests. 5❌ 1✖️ 89ms
Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests. 5❌ 14✖️ 159ms
Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.Compact_ShouldReduceSize. 4❌ 60ms
Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. 5✔️ 8❌ 42✖️ 283ms

❌ Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid.

Realms.Tests.Database.GuidRepresentationMigrationTests
  ❌ FlexibleSync_Subscriptions_MatchesGuid(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '3228a1c1-17fb-415e-b3e4-1f13b5667aed' because this user has been removed.
  ❌ FlexibleSync_Subscriptions_MatchesGuid(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '73c3666e-f014-4545-bc5e-8a4124b60a9e' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate.

Realms.Tests.Database.GuidRepresentationMigrationTests
  ❌ SynchronizedRealm_DoesntMigrate(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
  ❌ SynchronizedRealm_DoesntMigrate(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Database.RemoveTests.

Realms.Tests.Database.RemoveTests
  ✔️ RemoveAll_WhenDynamic_RemovesAllObjectsOfAGivenType
  ✔️ RemoveAll_WhenGeneric_RemovesAllObjectsOfAGivenType
  ❌ RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema
	Realms.Exceptions.RealmFileAccessErrorException : Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm' has history type 'SyncClient', but is being opened in local history mode. Synchronized Realms cannot be opened in non-sync mode, and vice versa.
  ✔️ RemoveAllObjectsShouldClearTheDatabase
  ✔️ RemoveObject_FromAnotherRealm_ShouldThrow
  ✔️ RemoveObject_FromSameRealm_ShouldWork
  ✔️ RemoveObject_WhenStandalone_ShouldThrow
  ✔️ RemoveOutsideTransactionShouldFail
  ✔️ RemoveRangeCanRemoveSpecificObjects
  ✔️ RemoveResults_FromAnotherRealm_ShouldThrow
  ✔️ RemoveResults_FromTheSameRealm_ShouldWork
  ✔️ RemoveSucceedsTest

❌ Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.

Realms.Tests.Sync.FlexibleSyncTests
  ✖️ Integration_AfterAnError_CanRecover
  ✖️ Integration_CloseRealmBeforeWaitCompletes
  ✖️ Integration_CreateObjectNotMatchingSubscriptions_ShouldError
  ✖️ Integration_RealmRemoveAllWithSubscriptions
  ✖️ Integration_SubscriptionOnUnqueryableField_ShouldAddThemAutomatically
  ✖️ Integration_SubscriptionSet_AddRemove
  ✖️ Integration_SubscriptionSet_MoveObjectInsideView
  ✖️ Integration_SubscriptionSet_MoveObjectOutsideView
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCalledMultipleTimes
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCalledWithCancelledToken
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCancelled
  ✖️ Integration_SubscriptionWithCollections
  ✖️ Integration_SubscriptionWithEmbeddedObjects
  ✖️ Integration_SubscriptionWithLinks
  ✖️ Integration_UpdateObjectNotMatchingSubscriptions_ShouldError
  ✖️ Integration_UpdatingSubscription_SupersedesPreviousOnes
  ✖️ Integration_WaitForSynchronization_EmptyUpdate
  ✖️ Integration_WriteData_WhenOutsideOfSubscriptions_GetsRevertedByServer
  ❌ Realm_Subscriptions_WhenDisposed_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '69fffaa8-6b54-4efa-9933-c90b91de8cdb' because this user has been removed.
  ❌ Realm_Subscriptions_WhenFLX_ReturnsSubscriptions
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f7b0d43f-272a-48b0-a5be-9f24f00c657e' because this user has been removed.
  ✔️ Realm_Subscriptions_WhenLocalRealm_Throws
  ❌ Realm_Subscriptions_WhenPBS_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'fc8de44e-9a14-42ee-83e3-27840b34f90e' because this user has been removed.
  ❌ Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1abfd716-06fa-46c3-bfaa-4036f1d5576a' because this user has been removed.
  ❌ Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '428f4130-6600-4a26-89fe-226346273ab0' because this user has been removed.
  ✖️ Results_Subscribe_WithCancellation_CancelsTheWait
  ✖️ Results_SubscribeNamed_FirstTimeOnly_DifferentObjectType_WaitsForChanges
  ✖️ Results_SubscribeNamed_FirstTimeOnly_DifferentQuery_WaitsForChanges
  ✖️ Results_SubscribeNamed_UpdateExistingFalse_WithDifferentQuery_Throws
  ✖️ Results_SubscribeNamed_UpdateExistingFalse_WithSameQuery
  ✖️ Results_SubscribeNamed_UpdatesQuery
  ✖️ Results_SubscribeNamed_WithValidQuery
  ✖️ Results_SubscribeUnnamed_WithValidQuery
  ❌ SubscriptionSet_Add_AddsSubscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ebe011f0-d176-4ea0-ac7d-4beafd60910c' because this user has been removed.
  ❌ SubscriptionSet_Add_ComplexQuery_AddsSubscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'd7803581-21e7-494b-b86f-5ad4a2907152' because this user has been removed.
  ❌ SubscriptionSet_Add_WithoutUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '02b0aef4-fe79-44bc-b26f-76e0979cbd90' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_DifferentType_UpdateExisting_Updates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f5379d71-1343-41d3-aa1b-f58a47572ba3' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentQuery_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5ab7cc04-4257-4204-8c24-d75cced112a0' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentType_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0c457fdb-b385-4c48-a07c-295f223219d2' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenIdentical_DoesntThrow
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '2d6e4a1b-f696-4e12-b2b3-84037cf5f443' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_UpdateExisting_Updates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '85dee456-4ed5-4d2a-992e-5aaf39a24458' because this user has been removed.
  ❌ SubscriptionSet_AddSameQuery_DifferentClasses_AddsBoth
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1daad49f-b0ee-4f58-8bd9-c37564c07cc8' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_Deduplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '439a230d-b5c2-498a-9abe-272f2b702f6a' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_DifferentNames_Duplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a476fbf6-b8a3-4376-a787-2ee488559c7f' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_NamedAndUnnamed_Duplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1dabe518-fa74-4d3d-bd9e-a9bbfc2004b1' because this user has been removed.
  ❌ SubscriptionSet_Enumerator
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '46f31325-9486-415b-97d5-a8d3cce23416' because this user has been removed.
  ❌ SubscriptionSet_Enumerator_DoubleDispose_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'bcd64fa0-901c-4c61-aaaa-1d0493980077' because this user has been removed.
  ❌ SubscriptionSet_Enumerator_Reset
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '88f62c3b-5028-40dc-ad56-b57abf4ab483' because this user has been removed.
  ❌ SubscriptionSet_FindByName_Finds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '8efc9d41-08d4-421d-848b-97a9922742e1' because this user has been removed.
  ❌ SubscriptionSet_FindByName_ReturnsNullWhenMissing
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c63851df-47f0-493a-ba97-e7ada6671282' because this user has been removed.
  ❌ SubscriptionSet_FindByQuery_Finds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'edd7e02c-9610-4c32-97db-089134e5163a' because this user has been removed.
  ❌ SubscriptionSet_FindByQuery_ReturnsNullWhenMissing
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4c4e7689-9e1f-49d1-bae3-422b52b85108' because this user has been removed.
  ❌ SubscriptionSet_GetsGarbageCollected
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'b8478ded-331b-44a7-ac70-1d134d8bc288' because this user has been removed.
  ❌ SubscriptionSet_Indexer
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'cb11980f-d6ac-464d-93ac-498aa62f0e60' because this user has been removed.
  ❌ SubscriptionSet_Iteration
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1f9d40d5-702d-4596-8590-8be0a6c2b33b' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByName
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4d6fd846-9136-4606-a434-92582369929c' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByName_OutsideUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'b949138a-e093-4633-ad77-5035e6691297' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4e42571a-f92d-45dc-9e70-d0a9a7e04c3e' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '3dce4da9-79cb-45c2-a421-6b32e48f99c2' because this user has been removed.
  ❌ SubscriptionSet_Remove_Subscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '177dddb9-f8ee-4251-85eb-555cf2b2940c' because this user has been removed.
  ❌ SubscriptionSet_Remove_Subscription_OutsideUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '87b1bf83-a1e6-4bf3-9eae-00125b2edf05' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '39ee036f-b45a-4807-a9e9-62075df21f91' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a4c4ea9b-aa6d-4d8e-8b96-f20b76e7c57b' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_Generic_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'd945aa4e-06c8-45da-af36-383703d452a6' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_Generic_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'e6f08a42-c0fa-4d71-b98d-a81bf905897d' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4eb8fb23-9796-4db4-9b77-92ab77e44ec3' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4a972fff-ac46-48f9-b9a5-26c7cfc8dfa7' because this user has been removed.
  ❌ SubscriptionSet_Update_IncrementsVersion
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5d107a90-15d4-4e38-903e-442836817b58' because this user has been removed.
  ❌ SubscriptionSet_Update_UpdatesItself
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9c9b257c-7bf5-4e2d-85d7-c5a22e319831' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenActionThrows_RollsbackTransaction
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ca65411f-9e5c-4e30-803d-01351b69aab0' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenEmpty_Succeeds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '17cfa856-828d-4ae9-aec1-17400fe74cdd' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenTransactionIsInProgress_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0b13cc37-eec0-40ac-9c17-42785fb9fb72' because this user has been removed.
  ❌ SubscriptionSet_WhenParentRealmIsClosed_GetsClosed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5ddc9e7a-6d04-4411-8151-094c1fa2a735' because this user has been removed.
  ❌ SubscriptionSet_WhenSupersededParentRealmIsClosed_GetsClosed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a8010d32-099b-4ab5-83b8-553957e322e8' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws.

Realms.Tests.Sync.FlexibleSyncTests
  ❌ SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'af49578e-fa08-493c-96fd-9ac5eb7ce333' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5b22f9bb-fe79-484f-ba1a-74d313ea9dc4' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_RemoveAll_OutsideUpdate_Throws.

Realms.Tests.Sync.FlexibleSyncTests
  ❌ SubscriptionSet_RemoveAll_OutsideUpdate_Throws(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '50dbbc65-431a-4331-a024-1eb009ae39bc' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_OutsideUpdate_Throws(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0b171a3a-f275-4f9d-89ce-b19c21eeff9b' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Sync.SessionTests.

Realms.Tests.Sync.SessionTests
  ❌ Realm_GetSession_ShouldReturnSameObject
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '91e04dc9-4c62-4414-93d0-7d8012eab765' because this user has been removed.
  ✔️ Realm_SyncSession_WhenLocalRealm_ShouldThrow
  ❌ Realm_SyncSession_WhenSyncedRealm
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '04939e41-4dca-403d-a991-5042bf4b0785' because this user has been removed.
  ✖️ Session_ClientResetDiscard_TriggersNotifications
  ✖️ Session_ConnectionState_FullFlow
  ✖️ Session_ConnectionState_Propagated_Within_Multiple_Sessions
  ❌ Session_Equals_WhenDifferentRealm_ReturnsFalse
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '6f5082a3-4165-42e5-81d1-fecdff157d61' because this user has been removed.
  ❌ Session_Equals_WhenOtherIsNotASession_ReturnsFalse
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7c75056d-fefd-4fcf-a629-e736bf0478ce' because this user has been removed.
  ❌ Session_Equals_WhenSameRealm_ReturnsTrue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '00a6e71f-fd59-4356-a2ab-890f66fcd66d' because this user has been removed.
  ❌ Session_GetHashCode_WhenDifferentRealm_ReturnsDifferentValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '201ff98d-50a3-41b3-b219-d439a29f04d7' because this user has been removed.
  ❌ Session_GetHashCode_WhenSameRealm_ReturnsSameValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1ddb97d8-d9a7-444e-9494-455f4e5cd109' because this user has been removed.
  ❌ Session_GetUser_GetApp_ReturnsMeaningfulValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '71d15373-4e49-4141-b4db-ce5ddf1326c5' because this user has been removed.
  ✖️ Session_NotificationToken_Freed_When_Close_Realm
  ✖️ Session_OnSessionError
  ✖️ Session_PermissionDenied_DoesntCrash
  ✖️ Session_PropertyChanged_FreedNotificationToken
  ✖️ Session_PropertyChanged_MultipleSubscribers
  ✖️ Session_Should_Free_Instance_With_No_PropertyChanged_Subscribers
  ✖️ Session_Should_Keep_Instance_Until_There_Are_Subscribers
  ✖️ Session_Should_Not_Free_Instance_With_PropertyChanged_Subscribers
  ❌ Session_Start_IsIdempotent
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '10dc94a9-ac88-4d11-9610-9cc6391f6374' because this user has been removed.
  ❌ Session_Start_ResumesSession
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '29c2ee26-78ad-4464-8c0a-9087b55bf493' because this user has been removed.
  ❌ Session_Stop_IsIdempotent
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '2290b674-810f-419d-a773-2fb8c5e76189' because this user has been removed.
  ❌ Session_Stop_StopsSession
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '66059aa3-a3e4-47b4-937e-ebfe292e0662' because this user has been removed.
  ✖️ Session_WaitForDownload_CanBeCancelled
  ✖️ Session_WaitForDownload_WithCancelledToken
  ✖️ Session_WaitForUpload_CanBeCancelled
  ✖️ Session_WaitForUpload_WithCancelledToken
  ❌ Session_WhenDisposed_MethodsThrow
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f2775f4c-2717-4e62-9c82-e67b7a73f933' because this user has been removed.
  ✖️ SessionIntegrationTest_ClientResetHandlers_OutOfBoundArrayInsert_AddedToTail

❌ Realm.Tests.dll.Realms.Tests.Sync.SyncConfigurationTests.

Realms.Tests.Sync.SyncConfigurationTests
  ❌ SyncConfiguration_CanBeSetAsRealmConfigurationDefault
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '12161103-c760-49cd-a43d-b13d10f5413f' because this user has been removed.
  ❌ SyncConfiguration_WithAbsolutePath
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'dbcc8eb0-1f71-4dd1-8eda-2f50a126fa43' because this user has been removed.
  ❌ SyncConfiguration_WithEncryptionKey_DoesntThrow
	  Expected: No Exception to be thrown
	  But was:  <Realms.Sync.Exceptions.AppException: Cannot start a sync session for user '82d29166-f65e-4cc0-be87-5ca434e0f2e0' because this user has been removed.
	  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
	  at Realms.Tests.Sync.SyncConfigurationTests+<>c__DisplayClass4_0.<SyncConfiguration_WithEncryptionKey_DoesntThrow>b__1 () [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
	  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
	  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 
	--- End of stack trace from previous location where exception was thrown ---
	
	  at NUnit.Framework.Internal.ExceptionHelper.Rethrow (System.Exception exception) [0x00007] in <25288f22b7c548d8adf4cb3c0171568e>:0 
	  at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions (System.Delegate delegate) [0x00018] in <25288f22b7c548d8adf4cb3c0171568e>:0 
	  at NUnit.Framework.Internal.ExceptionHelper.RecordException (System.Delegate parameterlessDelegate, System.String parameterName) [0x0007e] in <25288f22b7c548d8adf4cb3c0171568e>:0 >
	
  ❌ SyncConfiguration_WithoutPath
	  Expected: False
	  But was:  True
	
  ❌ SyncConfiguration_WithRelativePath
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'b72e5acd-895e-4df5-b54d-e215852366b9' because this user has been removed.
  ✖️ Test_SyncConfigRelease

❌ Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.

Realms.Tests.Sync.SynchronizedInstanceTests
  ✖️ CancelAsyncOperationsOnNonFatalErrors_WhenFalse_ShouldNotCancelAsyncOperationsOnTimeout
  ✖️ CancelAsyncOperationsOnNonFatalErrors_WhenTrue_ShouldCancelAsyncOperationsOnTimeout
  ❌ DeleteRealmWorksIfCalledMultipleTimes
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ EmbeddedObject_WhenAdditiveExplicit_ShouldThrow
	  Embedded object EmbeddedLevel3 is unreachable by any link path from top level objects
	  Expected: <Realms.Exceptions.RealmSchemaValidationException>
	  But was:  <Realms.Exceptions.RealmInvalidDatabaseException: Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
	  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
	  at Realms.Tests.Sync.SynchronizedInstanceTests+<>c__DisplayClass12_0.<EmbeddedObject_WhenAdditiveExplicit_ShouldThrow>b__0 () [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
	  at NUnit.Framework.Assert.Throws (NUnit.Framework.Constraints.IResolveConstraint expression, NUnit.Framework.TestDelegate code, System.String message, System.Object[] args) [0x00017] in <25288f22b7c548d8adf4cb3c0171568e>:0 >
	
  ❌ GetInstance_WhenDynamic_ReadsSchemaFromDisk
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ GetInstance_WhenDynamicAndDoesntExist_ReturnsEmptySchema
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ✖️ GetInstanceAsync_Cancel_ShouldCancelWait
  ✖️ GetInstanceAsync_CreatesNonExistentRealm
  ✖️ GetInstanceAsync_ReportsProgress
  ✖️ GetInstanceAsync_WithOnProgress_DoesntThrowWhenOnProgressIsSetToNull
  ✖️ GetInstanceAsync_WithOnProgressThrowing_ReportsErrorToLogs
  ✖️ InvalidSchemaChange_RaisesClientReset
  ❌ RealmDispose_ClosesSessions
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ✖️ SyncLogger_WhenLevelChanges_LogsAtNewLevel
  ✖️ SyncTimeouts_ArePassedCorrectlyToCore
  ✖️ WriteCopy_FailsWithEmptyConfig
  ✖️ WriteCopy_ThrowsWhenConvertingFromFLXToPBS
  ✖️ WriteCopy_ThrowsWhenConvertingFromLocalToFLX
  ✖️ WriteCopy_ThrowsWhenConvertingFromPBSToFLX

❌ Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.Compact_ShouldReduceSize.

Realms.Tests.Sync.SynchronizedInstanceTests
  ❌ Compact_ShouldReduceSize(True,True)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': Realm file decryption failed (Decryption failed: failed to decrypt block 0 in file of size 8192
	0   librealm-wrappers.dylib             0x0000000110eb3afe _ZN5realm4util16DecryptionFailedC2ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE + 46
	1   librealm-wrappers.dylib             0x0000000110eb248a _ZN5realm4util20EncryptedFileMapping12refresh_pageEmm + 3706
	2   librealm-wrappers.dylib             0x0000000110eb32a0 _ZN5realm4util20EncryptedFileMapping12read_barrierEPKvmPFmPKcEb + 560
	3   librealm-wrappers.dylib             0x0000000110a0d02a _ZN5realm4util26do_encryption_read_barrierEPKvmPFmPKcEPNS0_20EncryptedFileMappingEb + 74
	4   librealm-wrappers.dylib             0x0000000110cee9ea _ZN5realm9SlabAlloc24read_and_validate_headerERNS_4util4FileERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEmbPNS1_13WriteObserverE + 746
	5   librealm-wrappers.dylib             0x0000000110cedd81 _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigEPNS_4util13WriteObserverE + 737
	6   librealm-wrappers.dylib             0x0000000110d40499 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 3113
	7   librealm-wrappers.dylib             0x0000000110d49cb8 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 152
	8   librealm-wrappers.dylib             0x0000000110a98538 _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1608
	9   librealm-wrappers.dylib             0x0000000110a9973e _ZN5realm5_impl16RealmCoordinator12do_get_realmEONS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS4_8optionalINS_9VersionIDEEERNS_4util17CheckedUniqueLockEb + 62
	10  librealm-wrappers.dylib             0x0000000110a9962b _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENSt3__18optionalINS_9VersionIDEEE + 507
	11  librealm-wrappers.dylib             0x0000000110afa5d7 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 151
	12  librealm-wrappers.dylib             0x0000000110a27f11 shared_realm_open_with_sync + 225
	13  ???                                 0x00000001296c6e9e 0x0 + 4989939358
	14  ???                                 0x00000001296c6aeb 0x0 + 4989938411
	15  ???                                 0x00000001296c6713 0x0 + 4989937427
	16  ???                                 0x000000011cee9988 0x0 + 4780366216
	17  ???                                 0x000000011cee9892 0x0 + 4780365970
	18  ???                                 0x000000012e36821b 0x0 + 5070291483
	19  ???                                 0x000000012e3680e3 0x0 + 5070291171
	20  ???                                 0x00000001253b079b 0x0 + 4919592859
	21  ???                                 0x00000001253b066b 0x0 + 4919592555
	22  ???                                 0x0000000114aadf83 0x0 + 4641709955
	23  ???                                 0x0000000114aad94b 0x0 + 4641708363
	24  ???                                 0x0000000114aad363 0x0 + 4641706851
	25  ???                                 0x0000000114aa8ada 0x0 + 4641688282
	26  ???                                 0x0000000114aa89fb 0x0 + 4641688059
	27  ???                                 0x00000001253afc1b 0x0 + 4919589915
	28  Tests.XamarinMac                    0x000000010fc59673 mono_jit_runtime_invoke + 1603
	29  Tests.XamarinMac                    0x000000010fd8dd48 mono_runtime_invoke_checked + 136
	30  Tests.XamarinMac                    0x000000010fd96a1f mono_runtime_try_invoke_array + 1455
	31  Tests.XamarinMac                    0x000000010fd1ca77 ves_icall_InternalInvoke + 871
	32  Tests.XamarinMac                    0x000000010fd2f4a7 ves_icall_InternalInvoke_raw + 103
	33  ???                                 0x000000011cbf3509 0x0 + 4777260297
	34  ???                                 0x000000011cbf2ee9 0x0 + 4777258729
	35  ???                                 0x000000011cee7aeb 0x0 + 4780358379
	36  ???                                 0x000000011cee6f03 0x0 + 4780355331
	)
  ❌ Compact_ShouldReduceSize(True,False)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': Realm file decryption failed (Decryption failed: failed to decrypt block 0 in file of size 8192
	0   librealm-wrappers.dylib             0x0000000110eb3afe _ZN5realm4util16DecryptionFailedC2ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE + 46
	1   librealm-wrappers.dylib             0x0000000110eb248a _ZN5realm4util20EncryptedFileMapping12refresh_pageEmm + 3706
	2   librealm-wrappers.dylib             0x0000000110eb32a0 _ZN5realm4util20EncryptedFileMapping12read_barrierEPKvmPFmPKcEb + 560
	3   librealm-wrappers.dylib             0x0000000110a0d02a _ZN5realm4util26do_encryption_read_barrierEPKvmPFmPKcEPNS0_20EncryptedFileMappingEb + 74
	4   librealm-wrappers.dylib             0x0000000110cee9ea _ZN5realm9SlabAlloc24read_and_validate_headerERNS_4util4FileERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEmbPNS1_13WriteObserverE + 746
	5   librealm-wrappers.dylib             0x0000000110cedd81 _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigEPNS_4util13WriteObserverE + 737
	6   librealm-wrappers.dylib             0x0000000110d40499 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 3113
	7   librealm-wrappers.dylib             0x0000000110d49cb8 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 152
	8   librealm-wrappers.dylib             0x0000000110a98538 _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1608
	9   librealm-wrappers.dylib             0x0000000110a9973e _ZN5realm5_impl16RealmCoordinator12do_get_realmEONS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS4_8optionalINS_9VersionIDEEERNS_4util17CheckedUniqueLockEb + 62
	10  librealm-wrappers.dylib             0x0000000110a9962b _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENSt3__18optionalINS_9VersionIDEEE + 507
	11  librealm-wrappers.dylib             0x0000000110afa5d7 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 151
	12  librealm-wrappers.dylib             0x0000000110a27f11 shared_realm_open_with_sync + 225
	13  ???                                 0x00000001296c6e9e 0x0 + 4989939358
	14  ???                                 0x00000001296c6aeb 0x0 + 4989938411
	15  ???                                 0x00000001296c6713 0x0 + 4989937427
	16  ???                                 0x000000011cee9988 0x0 + 4780366216
	17  ???                                 0x000000011cee9892 0x0 + 4780365970
	18  ???                                 0x000000012e36821b 0x0 + 5070291483
	19  ???                                 0x000000012e3680e3 0x0 + 5070291171
	20  ???                                 0x00000001253b079b 0x0 + 4919592859
	21  ???                                 0x00000001253b066b 0x0 + 4919592555
	22  ???                                 0x0000000114aadf83 0x0 + 4641709955
	23  ???                                 0x0000000114aad94b 0x0 + 4641708363
	24  ???                                 0x0000000114aad363 0x0 + 4641706851
	25  ???                                 0x0000000114aa8ada 0x0 + 4641688282
	26  ???                                 0x0000000114aa89fb 0x0 + 4641688059
	27  ???                                 0x00000001253afc1b 0x0 + 4919589915
	28  Tests.XamarinMac                    0x000000010fc59673 mono_jit_runtime_invoke + 1603
	29  Tests.XamarinMac                    0x000000010fd8dd48 mono_runtime_invoke_checked + 136
	30  Tests.XamarinMac                    0x000000010fd96a1f mono_runtime_try_invoke_array + 1455
	31  Tests.XamarinMac                    0x000000010fd1ca77 ves_icall_InternalInvoke + 871
	32  Tests.XamarinMac                    0x000000010fd2f4a7 ves_icall_InternalInvoke_raw + 103
	33  ???                                 0x000000011cbf3509 0x0 + 4777260297
	34  ???                                 0x000000011cbf2ee9 0x0 + 4777258729
	35  ???                                 0x000000011cee7aeb 0x0 + 4780358379
	36  ???                                 0x000000011cee6f03 0x0 + 4780355331
	)
  ❌ Compact_ShouldReduceSize(False,True)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ Compact_ShouldReduceSize(False,False)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF

❌ Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests.

Realms.Tests.Sync.UserManagementTests
  ❌ AppAllUsers_WhenThereAreNineUsers_ShouldReturnAllOfThem
	  Expected: equivalent to < <User 0d2e0bef-1666-4259-92bc-de9eb5bbe834, State: Removed>, <User eb578528-5d34-4962-8748-630c886a2409, State: Removed>, <User 6b17b5a7-464e-42c8-9bb0-745f79403129, State: Removed>, <User 4cbbb773-bc3f-4c96-82c5-dbecb9150bfe, State: Removed>, <User 462b0184-b54b-41cf-ac05-32311fe723df, State: Removed>, <User 4c79fe16-b4d4-49a8-bca0-c9acb9c980e4, State: Removed>, <User 6cfeb9d1-95d4-402a-b85c-bf64b3988cf8, State: Removed>, <User 1882129f-674a-4dc0-945b-69f55d371e89, State: Removed>, <User e6234b50-334d-4c54-be49-e4bed9776ce0, State: Removed> >
	  But was:  <empty>
	  Missing (9): < <User 0d2e0bef-1666-4259-92bc-de9eb5bbe834, State: Removed>, <User eb578528-5d34-4962-8748-630c886a2409, State: Removed>, <User 6b17b5a7-464e-42c8-9bb0-745f79403129, State: Removed>, <User 4cbbb773-bc3f-4c96-82c5-dbecb9150bfe, State: Removed>, <User 462b0184-b54b-41cf-ac05-32311fe723df, State: Removed>, <User 4c79fe16-b4d4-49a8-bca0-c9acb9c980e4, State: Removed>, <User 6cfeb9d1-95d4-402a-b85c-bf64b3988cf8, State: Removed>, <User 1882129f-674a-4dc0-945b-69f55d371e89, State: Removed>, <User e6234b50-334d-4c54-be49-e4bed9776ce0, State: Removed> >
	
  ✔️ AppAllUsers_WhenThereAreNoUsers_ShouldReturnEmptyCollection
  ❌ AppAllUsers_WhenThereIsOneUser_ShouldReturnThatUser
	  Expected: 1
	  But was:  0
	
  ✔️ AppCurrentUser_WhenThereAreNoUsers_ShouldReturnNull
  ❌ AppCurrentUser_WhenThereIsMoreThanOneUser_ShouldReturnLastOne
	  Expected: <User 0c6e9244-3e93-4f61-ae75-b10ad03be202, State: Removed>
	  But was:  null
	
  ❌ AppCurrentUser_WhenThereIsOneUser_ShouldReturnThatUser
	  Expected: <User 4060f55c-1a6e-4874-a2cd-32df11c887df, State: Removed>
	  But was:  null
	
  ✖️ AppDeleteUserFromServer_RemovesUser
  ✖️ AppRemoveUser_RemovesUser
  ❌ AppSwitchUser_SwitchesCurrentUser
	  Expected: <User 8b9ccc1a-fdfd-466e-a45d-8a80074c81be, State: Removed>
	  But was:  null
	
  ❌ AppSwitchUser_WhenUserIsCurrent_DoesNothing
	  Expected: <User 8945045c-2bb5-45d7-bb2c-bcfea848cd1e, State: Removed>
	  But was:  null
	
  ✔️ AppSwitchUser_WhenUserIsNull_Throws
  ✖️ EmailPasswordRegisterUser_Works
  ✖️ User_CallResetPasswordFunctionAsync_ResetsUserPassword
  ✖️ User_ConfirmUserAsync_ConfirmsUser
  ✖️ User_Facebook_LogsInAndReadsDataFromFacebook
  ✖️ User_JWT_LogsInAndReadsDataFromToken
  ✖️ User_LinkCredentials_AllowsLoginWithNewCredentials
  ✖️ User_LinkCredentials_MultipleTimes_AllowsLoginWithAllCredentials
  ✖️ User_LinkCredentials_MultipleTimesSameCredentials_IsNoOp
  ✖️ User_LinkCredentials_WhenAnonymous_Throws
  ✖️ User_LinkCredentials_WhenInUse_Throws
  ✖️ User_LinkCredentials_WhenMultipleEmailPassword_Throws
  ✖️ User_ResetPasswordAsync_ConfirmsResetPassword
  ✖️ User_RetryCustomConfirmationAsync_RerunsConfirmation
  ✖️ UserAnonymous_CombiningReuseAndNotReuse
  ✖️ UserApiKeys_CanLoginWithGeneratedKey
  ✖️ UserApiKeys_CanLoginWithReenabledKey
  ✖️ UserApiKeys_CantLoginWithDeletedKey
  ✖️ UserApiKeys_CantLoginWithDisabledKey
  ✖️ UserApiKeys_Create_CreatesApiKeyAndRevealsValue
  ✖️ UserApiKeys_Create_WithInvalidName_Throws
  ✖️ UserApiKeys_DeleteKey_WithExistingId
  ✖️ UserApiKeys_DeleteKey_WithNonExistingId
  ✖️ UserApiKeys_Disable_DisablesKey
  ✖️ UserApiKeys_DisableApiKey_WhenDisabled_IsNoOp
  ✖️ UserApiKeys_DisableApiKey_WhenNonExistent_Throws
  ✖️ UserApiKeys_Enable_ReenablesKey
  ✖️ UserApiKeys_EnableApiKey_WhenEnabled_IsNoOp
  ✖️ UserApiKeys_EnableApiKey_WhenNonExistent_Throws
  ✖️ UserApiKeys_Fetch_WhenIdDoesntMatch_ReturnsNull
  ✖️ UserApiKeys_Fetch_WhenIdMatches_ReturnsKey
  ✖️ UserApiKeys_Fetch_WhenNoneExist_ReturnsNull
  ✖️ UserApiKeys_FetchAll_WithMultipleKeys
  ✖️ UserApiKeys_FetchAll_WithNoKeys
  ✖️ UserApiKeys_FetchAll_WithOneKey
  ✖️ UserChanged_DoesntKeepObjectAlive
  ✖️ UserCustomData
  ✖️ UserCustomData_Generic
  ❌ UserCustomData_Generic_ReadsFromAccessToken
	  Expected: not null
	  But was:  null
	
  ❌ UserCustomData_ReadsFromAccessToken
	  Expected: not null
	  But was:  null
	
  ✔️ UserCustomData_WhenEmpty_ReturnsNull
  ✖️ UserCustomDataChange_RaisesChanged
  ✖️ UserEqualsOverrides
  ✖️ UserLogOut_RaisesChanged
  ✔️ UserToStringOverride

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► FlexibleSync_Subscriptions_MatchesGuid(True)

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '3228a1c1-17fb-415e-b3e4-1f13b5667aed' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid (System.Boolean useLegacyRepresentation) [0x00042] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► FlexibleSync_Subscriptions_MatchesGuid(False)

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '73c3666e-f014-4545-bc5e-8a4124b60a9e' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid (System.Boolean useLegacyRepresentation) [0x00042] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► SynchronizedRealm_DoesntMigrate(True)

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate (System.Boolean useLegacyRepresentation) [0x00068] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► SynchronizedRealm_DoesntMigrate(False)

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate (System.Boolean useLegacyRepresentation) [0x00068] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Database.RemoveTests. ► Realms.Tests.Database.RemoveTests ► RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Exceptions.RealmFileAccessErrorException : Realm file at path '/Users/runner/work/realm-dotnet/realm-dotnet/Tests/Tests.XamarinMac/bin/Release/Tests.XamarinMac.app/Contents/Resources/tmp/rt-3316/default.realm' has history type 'SyncClient', but is being opened in local history mode. Synchronized Realms cannot be opened in non-sync mode, and vice versa.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Database.RemoveTests.RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema () [0x0003a] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenDisposed_Throws

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '69fffaa8-6b54-4efa-9933-c90b91de8cdb' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenDisposed_Throws () [0x00005] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenFLX_ReturnsSubscriptions

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f7b0d43f-272a-48b0-a5be-9f24f00c657e' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenFLX_ReturnsSubscriptions () [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenPBS_Throws

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'fc8de44e-9a14-42ee-83e3-27840b34f90e' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenPBS_Throws () [0x0000f] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1abfd716-06fa-46c3-bfaa-4036f1d5576a' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference () [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '428f4130-6600-4a26-89fe-226346273ab0' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.<Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne>b__5_0 () [0x0001c] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne () [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.macOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► SubscriptionSet_Add_AddsSubscription

Failed test found in:
  TestResults.XamarinMac.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ebe011f0-d176-4ea0-ac7d-4beafd60910c' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <a2ceb2b9e3f24fde83eb5c268359f268>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Add_AddsSubscription () [0x00006] in <6a4a098b19fc47528138ee2b5aafac84>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <b93220e0ab1c4d43bcdea67cc7930b72>:0