Skip to content

Update to .net 8

Update to .net 8 #271

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

Results Xamarin.macOS ❌

Tests failed

❌ TestResults.XamarinMac.xml

6070 tests were completed in 511s 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❌ 93ms
Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. 2❌ 51ms
Realm.Tests.dll.Realms.Tests.Database.RemoveTests. 11✔️ 1❌ 507ms
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. 1✔️ 46❌ 26✖️ 1s
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws. 2❌ 40ms
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_RemoveAll_OutsideUpdate_Throws. 2❌ 34ms
Realm.Tests.dll.Realms.Tests.Sync.SessionTests. 1✔️ 13❌ 16✖️ 380ms
Realm.Tests.dll.Realms.Tests.Sync.SyncConfigurationTests. 5❌ 1✖️ 115ms
Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests. 5❌ 14✖️ 196ms
Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.Compact_ShouldReduceSize. 4❌ 72ms
Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. 5✔️ 8❌ 42✖️ 354ms

❌ 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 '1d808125-9ac2-4b24-b441-96c6b4fc49f0' because this user has been removed.
  ❌ FlexibleSync_Subscriptions_MatchesGuid(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a7f4cb01-6402-454a-91de-ea26a5a6e712' 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-3703/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 '0053acf6-dcc9-4236-b56e-89c488f99184' because this user has been removed.
  ❌ Realm_Subscriptions_WhenFLX_ReturnsSubscriptions
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'aa95e86d-e0e1-4ca2-a454-10f22e751cd6' 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 '1ce928da-c8a7-4cf8-bd49-1bc75a0f85c5' because this user has been removed.
  ❌ Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4ccacb39-b0e2-4774-8f8a-993cdc0d9915' because this user has been removed.
  ❌ Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'cbf4d5c1-d28c-4205-bf6c-d3f4fae3d2a2' 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 '0880b9a5-50e7-4122-822b-7e700b5d0ac6' because this user has been removed.
  ❌ SubscriptionSet_Add_ComplexQuery_AddsSubscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ae18ded0-0414-4121-bf17-17b25e1fd1f5' because this user has been removed.
  ❌ SubscriptionSet_Add_WithoutUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f34f8a5e-7bdb-41f8-8021-66016742e8a9' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_DifferentType_UpdateExisting_Updates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4bf276bd-3b38-4f96-a7fb-acd5dc5feb35' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentQuery_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '6b1c8695-e8f0-4353-bba8-f9ebb573cad9' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentType_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ecaa76f5-59dc-4b35-a421-9eb4a1fd6fd3' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenIdentical_DoesntThrow
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'd4234c0b-cdfa-4227-88b0-cd7141c6746a' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_UpdateExisting_Updates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1e2a6a8b-6da5-4f73-996c-1d947a2856c6' because this user has been removed.
  ❌ SubscriptionSet_AddSameQuery_DifferentClasses_AddsBoth
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f9ae8290-a2f6-493d-ac54-729ae5e33ce3' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_Deduplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c2dee81b-38b8-4a08-8e79-a42309f7730a' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_DifferentNames_Duplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '721641b6-cc7a-43ba-a49b-09e673953745' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_NamedAndUnnamed_Duplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '6d8f0e43-98af-4774-90b6-9b9057426d61' because this user has been removed.
  ❌ SubscriptionSet_Enumerator
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'eede827e-3ec1-44b1-ace8-c3e7eab10d01' because this user has been removed.
  ❌ SubscriptionSet_Enumerator_DoubleDispose_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4bc1b00f-7aee-4539-a008-b30112f8af86' because this user has been removed.
  ❌ SubscriptionSet_Enumerator_Reset
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'b1511166-da2a-4fa7-b823-40bfddd246e0' because this user has been removed.
  ❌ SubscriptionSet_FindByName_Finds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '86893944-bc02-4f04-8a05-c1aef95c5d5f' because this user has been removed.
  ❌ SubscriptionSet_FindByName_ReturnsNullWhenMissing
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a1c50c69-83cb-4a40-8fca-d39f87a2da23' because this user has been removed.
  ❌ SubscriptionSet_FindByQuery_Finds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '59e26338-bcfd-46dc-a8cd-c6d051bd80e6' because this user has been removed.
  ❌ SubscriptionSet_FindByQuery_ReturnsNullWhenMissing
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '191541ec-6bb5-4c1a-9a5c-be72aceede5f' because this user has been removed.
  ❌ SubscriptionSet_GetsGarbageCollected
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'b5887f1f-219b-477f-86b5-145e0b8239bc' because this user has been removed.
  ❌ SubscriptionSet_Indexer
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5c16ebd1-2248-469d-8a23-89af02ad14a5' because this user has been removed.
  ❌ SubscriptionSet_Iteration
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'cb7ea746-bd70-48ad-a053-6298b4d659bb' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByName
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0dc9ee0c-d7e3-4910-8925-305de3bbc584' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByName_OutsideUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '97491aec-c989-4bc0-9470-2e9403379b18' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'fa7e4c45-ed1b-426c-9492-5de3cdf297e6' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f46ed1ef-82cc-4670-9701-5a26837d0d5f' because this user has been removed.
  ❌ SubscriptionSet_Remove_Subscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f3fbb302-98b9-4c55-8478-5e51c40f67f7' because this user has been removed.
  ❌ SubscriptionSet_Remove_Subscription_OutsideUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '22320ad8-a1a7-438f-a946-9c66d41fbc45' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5f2810a8-76f0-49e2-a96e-e19ffc83b7e8' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5ae5ab8f-5834-4b08-9248-5c51e19d3029' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_Generic_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '321f7419-99b5-4834-a427-a29f4e425f59' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_Generic_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1c225068-906b-49c4-95f8-f0bc8dc51628' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '8e5b18e2-f26b-4087-a0ce-e6f9090060c3' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '15142cc4-bda1-4bac-8f18-2ffeb7624373' because this user has been removed.
  ❌ SubscriptionSet_Update_IncrementsVersion
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c835279a-5240-4e47-b3ea-baa384d7b19f' because this user has been removed.
  ❌ SubscriptionSet_Update_UpdatesItself
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c70d9270-8a3d-48dd-b14f-fc0dbc847914' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenActionThrows_RollsbackTransaction
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ed7a8fcb-1e7c-4afe-8088-a374da49add0' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenEmpty_Succeeds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '139b4c69-e45f-435b-b788-103b0ee315d1' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenTransactionIsInProgress_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '30f9465c-21ba-40cb-be6d-9134bf35fe6e' because this user has been removed.
  ❌ SubscriptionSet_WhenParentRealmIsClosed_GetsClosed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0ee9f8cc-5bcc-444d-9b94-735ad99d583b' because this user has been removed.
  ❌ SubscriptionSet_WhenSupersededParentRealmIsClosed_GetsClosed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f924391a-78ae-4c2d-8322-18c0e6fad95d' 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 'c00278f4-7900-4586-a629-7dfae02867aa' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c3bca85d-a3fc-4944-9443-860cae21bef6' 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 'b2d70704-a36c-4fd1-9314-7c3e2d7aa0e4' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_OutsideUpdate_Throws(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '52331b74-694b-4c6e-afde-9561de2c5521' 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 '6edb0784-b103-4ad0-ad14-cede049e2980' because this user has been removed.
  ✔️ Realm_SyncSession_WhenLocalRealm_ShouldThrow
  ❌ Realm_SyncSession_WhenSyncedRealm
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '564be5b2-93ef-4a06-9b05-ab3a32ee3e60' 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 '8a506eb2-0755-4ffc-a171-3e223aeff92e' because this user has been removed.
  ❌ Session_Equals_WhenOtherIsNotASession_ReturnsFalse
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '347a00aa-cb36-48e8-bbb4-dfe8de0252cf' because this user has been removed.
  ❌ Session_Equals_WhenSameRealm_ReturnsTrue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a97a9e03-0a08-4121-ab03-3bbaf668f57e' because this user has been removed.
  ❌ Session_GetHashCode_WhenDifferentRealm_ReturnsDifferentValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '21fb4b6f-4e7b-4dd5-912f-7e793a155627' because this user has been removed.
  ❌ Session_GetHashCode_WhenSameRealm_ReturnsSameValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '50b58b88-d9f0-4788-b13d-cd7137d22e52' because this user has been removed.
  ❌ Session_GetUser_GetApp_ReturnsMeaningfulValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '2747d3c2-3846-4bcb-aa6a-79c7af669c60' 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 '2d068f5e-9f52-44e3-9d20-6cc2527d767d' because this user has been removed.
  ❌ Session_Start_ResumesSession
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'dfcd567c-fc7f-4f29-8ea2-0aaa44d15352' because this user has been removed.
  ❌ Session_Stop_IsIdempotent
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'aa7054fa-c381-42bd-8905-82d481154809' because this user has been removed.
  ❌ Session_Stop_StopsSession
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'de6a042c-d4ab-47bd-b146-db049c29e2f9' 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 'd73c9a0c-d4c7-4e58-b80f-eedca13d49f6' 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 '734e2cb4-3860-4c9d-bd29-da905e857144' because this user has been removed.
  ❌ SyncConfiguration_WithAbsolutePath
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '25aa9c66-cf8a-4046-97de-3e75912b3763' 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 'ccd2ac78-aa73-4d08-bcb4-0e9ac86cbae4' because this user has been removed.
	  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
	  at Realms.Tests.Sync.SyncConfigurationTests+<>c__DisplayClass4_0.<SyncConfiguration_WithEncryptionKey_DoesntThrow>b__1 () [0x00000] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 'f7c427ae-aef3-46b6-8ef3-457189a2d0a5' 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-3703/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-3703/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 <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
	  at Realms.Tests.Sync.SynchronizedInstanceTests+<>c__DisplayClass12_0.<EmbeddedObject_WhenAdditiveExplicit_ShouldThrow>b__0 () [0x00000] in <c727183c7a204082be66f903f37c58fd>: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-3703/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-3703/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-3703/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-3703/default.realm': Realm file decryption failed (Decryption failed: failed to decrypt block 0 in file of size 8192
	0   librealm-wrappers.dylib             0x00000001112d7afe _ZN5realm4util16DecryptionFailedC2ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE + 46
	1   librealm-wrappers.dylib             0x00000001112d648a _ZN5realm4util20EncryptedFileMapping12refresh_pageEmm + 3706
	2   librealm-wrappers.dylib             0x00000001112d72a0 _ZN5realm4util20EncryptedFileMapping12read_barrierEPKvmPFmPKcEb + 560
	3   librealm-wrappers.dylib             0x0000000110e3102a _ZN5realm4util26do_encryption_read_barrierEPKvmPFmPKcEPNS0_20EncryptedFileMappingEb + 74
	4   librealm-wrappers.dylib             0x00000001111129ea _ZN5realm9SlabAlloc24read_and_validate_headerERNS_4util4FileERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEmbPNS1_13WriteObserverE + 746
	5   librealm-wrappers.dylib             0x0000000111111d81 _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigEPNS_4util13WriteObserverE + 737
	6   librealm-wrappers.dylib             0x0000000111164499 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 3113
	7   librealm-wrappers.dylib             0x000000011116dcb8 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 152
	8   librealm-wrappers.dylib             0x0000000110ebc538 _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1608
	9   librealm-wrappers.dylib             0x0000000110ebd73e _ZN5realm5_impl16RealmCoordinator12do_get_realmEONS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS4_8optionalINS_9VersionIDEEERNS_4util17CheckedUniqueLockEb + 62
	10  librealm-wrappers.dylib             0x0000000110ebd62b _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENSt3__18optionalINS_9VersionIDEEE + 507
	11  librealm-wrappers.dylib             0x0000000110f1e5d7 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 151
	12  librealm-wrappers.dylib             0x0000000110e4bf11 shared_realm_open_with_sync + 225
	13  ???                                 0x0000000125a93cde 0x0 + 4926815454
	14  ???                                 0x0000000125a9392b 0x0 + 4926814507
	15  ???                                 0x0000000125a93553 0x0 + 4926813523
	16  ???                                 0x000000011d2a9ae8 0x0 + 4784298728
	17  ???                                 0x000000011d2a99f2 0x0 + 4784298482
	18  ???                                 0x000000012a933c9b 0x0 + 5009259675
	19  ???                                 0x000000012a933b63 0x0 + 5009259363
	20  ???                                 0x000000012577c79b 0x0 + 4923574171
	21  ???                                 0x000000012577c66b 0x0 + 4923573867
	22  ???                                 0x0000000114ec6f83 0x0 + 4646006659
	23  ???                                 0x0000000114ec694b 0x0 + 4646005067
	24  ???                                 0x0000000114ec6363 0x0 + 4646003555
	25  ???                                 0x0000000114ec1ada 0x0 + 4645984986
	26  ???                                 0x0000000114ec19fb 0x0 + 4645984763
	27  ???                                 0x000000012577bc1b 0x0 + 4923571227
	28  Tests.XamarinMac                    0x000000011007d673 mono_jit_runtime_invoke + 1603
	29  Tests.XamarinMac                    0x00000001101b1d48 mono_runtime_invoke_checked + 136
	30  Tests.XamarinMac                    0x00000001101baa1f mono_runtime_try_invoke_array + 1455
	31  Tests.XamarinMac                    0x0000000110140a77 ves_icall_InternalInvoke + 871
	32  Tests.XamarinMac                    0x00000001101534a7 ves_icall_InternalInvoke_raw + 103
	33  ???                                 0x000000011c9a4509 0x0 + 4774839561
	34  ???                                 0x000000011c9a3ee9 0x0 + 4774837993
	35  ???                                 0x000000011d2a7aeb 0x0 + 4784290539
	36  ???                                 0x000000011d2a6f03 0x0 + 4784287491
	)
  ❌ 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-3703/default.realm': Realm file decryption failed (Decryption failed: failed to decrypt block 0 in file of size 8192
	0   librealm-wrappers.dylib             0x00000001112d7afe _ZN5realm4util16DecryptionFailedC2ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE + 46
	1   librealm-wrappers.dylib             0x00000001112d648a _ZN5realm4util20EncryptedFileMapping12refresh_pageEmm + 3706
	2   librealm-wrappers.dylib             0x00000001112d72a0 _ZN5realm4util20EncryptedFileMapping12read_barrierEPKvmPFmPKcEb + 560
	3   librealm-wrappers.dylib             0x0000000110e3102a _ZN5realm4util26do_encryption_read_barrierEPKvmPFmPKcEPNS0_20EncryptedFileMappingEb + 74
	4   librealm-wrappers.dylib             0x00000001111129ea _ZN5realm9SlabAlloc24read_and_validate_headerERNS_4util4FileERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEmbPNS1_13WriteObserverE + 746
	5   librealm-wrappers.dylib             0x0000000111111d81 _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigEPNS_4util13WriteObserverE + 737
	6   librealm-wrappers.dylib             0x0000000111164499 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 3113
	7   librealm-wrappers.dylib             0x000000011116dcb8 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 152
	8   librealm-wrappers.dylib             0x0000000110ebc538 _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1608
	9   librealm-wrappers.dylib             0x0000000110ebd73e _ZN5realm5_impl16RealmCoordinator12do_get_realmEONS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS4_8optionalINS_9VersionIDEEERNS_4util17CheckedUniqueLockEb + 62
	10  librealm-wrappers.dylib             0x0000000110ebd62b _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENSt3__18optionalINS_9VersionIDEEE + 507
	11  librealm-wrappers.dylib             0x0000000110f1e5d7 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 151
	12  librealm-wrappers.dylib             0x0000000110e4bf11 shared_realm_open_with_sync + 225
	13  ???                                 0x0000000125a93cde 0x0 + 4926815454
	14  ???                                 0x0000000125a9392b 0x0 + 4926814507
	15  ???                                 0x0000000125a93553 0x0 + 4926813523
	16  ???                                 0x000000011d2a9ae8 0x0 + 4784298728
	17  ???                                 0x000000011d2a99f2 0x0 + 4784298482
	18  ???                                 0x000000012a933c9b 0x0 + 5009259675
	19  ???                                 0x000000012a933b63 0x0 + 5009259363
	20  ???                                 0x000000012577c79b 0x0 + 4923574171
	21  ???                                 0x000000012577c66b 0x0 + 4923573867
	22  ???                                 0x0000000114ec6f83 0x0 + 4646006659
	23  ???                                 0x0000000114ec694b 0x0 + 4646005067
	24  ???                                 0x0000000114ec6363 0x0 + 4646003555
	25  ???                                 0x0000000114ec1ada 0x0 + 4645984986
	26  ???                                 0x0000000114ec19fb 0x0 + 4645984763
	27  ???                                 0x000000012577bc1b 0x0 + 4923571227
	28  Tests.XamarinMac                    0x000000011007d673 mono_jit_runtime_invoke + 1603
	29  Tests.XamarinMac                    0x00000001101b1d48 mono_runtime_invoke_checked + 136
	30  Tests.XamarinMac                    0x00000001101baa1f mono_runtime_try_invoke_array + 1455
	31  Tests.XamarinMac                    0x0000000110140a77 ves_icall_InternalInvoke + 871
	32  Tests.XamarinMac                    0x00000001101534a7 ves_icall_InternalInvoke_raw + 103
	33  ???                                 0x000000011c9a4509 0x0 + 4774839561
	34  ???                                 0x000000011c9a3ee9 0x0 + 4774837993
	35  ???                                 0x000000011d2a7aeb 0x0 + 4784290539
	36  ???                                 0x000000011d2a6f03 0x0 + 4784287491
	)
  ❌ 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-3703/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-3703/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 e9492577-e0e2-48f1-aa6d-39ea4b8374da, State: Removed>, <User 07b044c7-e114-4d90-9d09-983466820b13, State: Removed>, <User abb7f0d8-966a-4507-b76c-45eb15e032ce, State: Removed>, <User 87cfec84-13a6-4e98-ab93-901751a86fb1, State: Removed>, <User 42000062-5c67-431f-a601-dd87ee310e71, State: Removed>, <User 571ef0e7-1e0f-465f-94dd-5e06f052d877, State: Removed>, <User 9f5a7438-06a1-45a6-9cf5-0172fb7886e7, State: Removed>, <User af2b97f6-c629-4c41-93c2-3a042fe58a02, State: Removed>, <User 4feb0fb6-599c-4c1c-8cd2-26071b5a0436, State: Removed> >
	  But was:  <empty>
	  Missing (9): < <User e9492577-e0e2-48f1-aa6d-39ea4b8374da, State: Removed>, <User 07b044c7-e114-4d90-9d09-983466820b13, State: Removed>, <User abb7f0d8-966a-4507-b76c-45eb15e032ce, State: Removed>, <User 87cfec84-13a6-4e98-ab93-901751a86fb1, State: Removed>, <User 42000062-5c67-431f-a601-dd87ee310e71, State: Removed>, <User 571ef0e7-1e0f-465f-94dd-5e06f052d877, State: Removed>, <User 9f5a7438-06a1-45a6-9cf5-0172fb7886e7, State: Removed>, <User af2b97f6-c629-4c41-93c2-3a042fe58a02, State: Removed>, <User 4feb0fb6-599c-4c1c-8cd2-26071b5a0436, State: Removed> >
	
  ✔️ AppAllUsers_WhenThereAreNoUsers_ShouldReturnEmptyCollection
  ❌ AppAllUsers_WhenThereIsOneUser_ShouldReturnThatUser
	  Expected: 1
	  But was:  0
	
  ✔️ AppCurrentUser_WhenThereAreNoUsers_ShouldReturnNull
  ❌ AppCurrentUser_WhenThereIsMoreThanOneUser_ShouldReturnLastOne
	  Expected: <User ca293c23-b548-4465-9fa4-e1fe01bcad16, State: Removed>
	  But was:  null
	
  ❌ AppCurrentUser_WhenThereIsOneUser_ShouldReturnThatUser
	  Expected: <User b8c8d53b-beaf-4cf6-956b-0164c38a3265, State: Removed>
	  But was:  null
	
  ✖️ AppDeleteUserFromServer_RemovesUser
  ✖️ AppRemoveUser_RemovesUser
  ❌ AppSwitchUser_SwitchesCurrentUser
	  Expected: <User 7d32208d-ddd0-4fbd-9b74-60f4fbfd590f, State: Removed>
	  But was:  null
	
  ❌ AppSwitchUser_WhenUserIsCurrent_DoesNothing
	  Expected: <User 555106d9-2f31-41b5-a6c3-0e351461b2f1, 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 '1d808125-9ac2-4b24-b441-96c6b4fc49f0' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid (System.Boolean useLegacyRepresentation) [0x00042] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 'a7f4cb01-6402-454a-91de-ea26a5a6e712' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid (System.Boolean useLegacyRepresentation) [0x00042] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate (System.Boolean useLegacyRepresentation) [0x00068] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate (System.Boolean useLegacyRepresentation) [0x00068] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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-3703/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 <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Database.RemoveTests.RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema () [0x0003a] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 '0053acf6-dcc9-4236-b56e-89c488f99184' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenDisposed_Throws () [0x00005] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 'aa95e86d-e0e1-4ca2-a454-10f22e751cd6' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenFLX_ReturnsSubscriptions () [0x00000] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 '1ce928da-c8a7-4cf8-bd49-1bc75a0f85c5' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenPBS_Throws () [0x0000f] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 '4ccacb39-b0e2-4774-8f8a-993cdc0d9915' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference () [0x00000] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 'cbf4d5c1-d28c-4205-bf6c-d3f4fae3d2a2' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.<Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne>b__5_0 () [0x0001c] in <c727183c7a204082be66f903f37c58fd>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass34_0.<RunAsyncTest>b__0 () [0x00079] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <14e92e9eac794b40badcf4f40cd21b06>: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 <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne () [0x00000] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>: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 '0880b9a5-50e7-4122-822b-7e700b5d0ac6' because this user has been removed.
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.SharedRealmHandle.OpenWithSync (Realms.Native.Configuration configuration, Realms.Sync.Native.SyncConfiguration syncConfiguration) [0x00009] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.SyncConfigurationBase.CreateHandle (Realms.Native.Configuration& configuration) [0x00007] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Sync.FlexibleSyncConfiguration.CreateRealm () [0x00006] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <18a7db3b60a445209df3a577a33c54ec>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm () [0x0000b] in <c727183c7a204082be66f903f37c58fd>:0 
  at Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Add_AddsSubscription () [0x00006] in <c727183c7a204082be66f903f37c58fd>: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 <14e92e9eac794b40badcf4f40cd21b06>:0