Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: double dispose of proxy handles #459

Merged
merged 1 commit into from
Oct 20, 2024

fix: double dispose of proxy handles

91a2738
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: double dispose of proxy handles #459

fix: double dispose of proxy handles
91a2738
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results completed Oct 20, 2024 in 0s

✅ Test Results - 44/44 - Passed in 4.689s

✅ editmode-results.xml - 44/44 - Passed in 4.689s

Details

✅ editmode-results.xml - 44/44 - Passed in 4.689s
  • ✅ UnitTests.AvatarNameFilterTests - 1/1 - Passed in 0.016s
    • TestAvatarNameFilter - Passed in 0.016s
  • ✅ UnitTests.BuildAssetBundle - 1/1 - Passed in 3.722s
    • Build - Passed in 3.722s
  • ✅ UnitTests.EditorTests.PublishedValueTest - 3/3 - Passed in 0.022s
    • BasicObserve - Passed in 0.015s
    • ObserveWithExtract - Passed in 0.004s
    • ObserveWithExtractAndEquals - Passed in 0.003s
  • ✅ UnitTests.EditorTests.ShadowHierarchyTest - 15/15 - Passed in 0.319s
    • ComponentChangeNotification_FiredAfterReorderEvent - Passed in 0.015s
    • ComponentChangeNotifications_FiredAfterReparents - Passed in 0.004s
    • ComponentChangeNotifications_GeneratedWhenChildChanges - Passed in 0.004s
    • ComponentChangeNotifications_GeneratedWhenObjectItselfChanges - Passed in 0.003s
    • ComponentMonitoringTest - Passed in 0.007s
    • ComponentReorder_TriggersStructureChange - Passed in 0.006s
    • ListenerDeregisteredAfterTrueReturn - Passed in 0.004s
    • OnDestroy_NotificationsBlasted - Passed in 0.004s
    • OnInvalidateAll_EverythingIsInvalidated - Passed in 0.005s
    • OnReparentDestroyedObject_NotificationsBlasted - Passed in 0.003s
    • PathNotifications_GeneratedWhenGrandparentChanged - Passed in 0.004s
    • PathNotifications_GeneratedWhenImmediateParentChanged - Passed in 0.003s
    • TestBasic - Passed in 0.003s
    • WhenDisposed_ListenerIsRemoved - Passed in 0.003s
    • WhenTargetGCd_ListenerIsRemoved - Passed in 0.250s
  • ✅ UnitTests.ExportsPluginTest.SupportsMultipleDeclarations - 1/1 - Passed in 0.015s
    • TestSupportsMultipleDeclarations - Passed in 0.015s
  • ✅ UnitTests.InlineErrorTests - 2/2 - Passed in 0.013s
    • TestEnumerableExpansion - Passed in 0.011s
    • TestInlineError - Passed in 0.002s
  • ✅ UnitTests.LocalizationFallback.LocalizationFallbackTest - 1/1 - Passed in 0.003s
    • TestLanguageSelection - Passed in 0.003s
  • ✅ UnitTests.NodeControllerTest - 1/1 - Passed in 0.048s
    • TestObjectRegistryProcessing - Passed in 0.048s
  • ✅ UnitTests.Parameters.InheritanceTest - 3/3 - Passed in 0.026s
    • DoesNotResolveAmbiguous - Passed in 0.016s
    • ResolvesByDepth - Passed in 0.006s
    • ResolvesInterface - Passed in 0.005s
  • ✅ UnitTests.Parameters.ParameterIntrospectionTest - 7/7 - Passed in 0.189s
    • DefaultValueMerge - Passed in 0.034s
    • EditorOnly - Passed in 0.007s
    • ForBuildContext - Passed in 0.071s
    • SimpleRemap - Passed in 0.021s
    • SimpleUsage - Passed in 0.007s
    • TestEmpty - Passed in 0.006s
    • TypeMerge - Passed in 0.041s
  • ✅ UnitTests.Parameters.VRChatBindingsTest.TestContact - 3/3 - Passed in 0.027s
    • TestContact(Constant,Bool) - Passed in 0.015s
    • TestContact(OnEnter,Bool) - Passed in 0.006s
    • TestContact(Proximity,Float) - Passed in 0.006s
  • ✅ UnitTests.Parameters.VRChatBindingsTest - 2/2 - Passed in 0.021s
    • TestPhysBone - Passed in 0.008s
    • VRCParams - Passed in 0.013s
  • ✅ UnitTests.PluginResolverTests.BeforeAfterPlugin - 1/1 - Passed in 0.008s
    • TestBeforeAfterPluginConstraints - Passed in 0.008s
  • ✅ UnitTests.SerializationSweepTest - 1/1 - Passed in 0.103s
    • testSerialization - Passed in 0.103s
  • ✅ UnitTests.TopoSortTest - 2/2 - Passed in 0.022s
    • StrongSequencingTest - Passed in 0.013s
    • WeakOrderingTest - Passed in 0.009s