com.wallstop-studios.dxmessaging 2.1.7 → 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1408) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/Runtime/Core/DxMessagingStaticState.cs +19 -13
  3. package/Runtime/Core/Helper/MessageHelperIndexer.cs +14 -77
  4. package/Runtime/Core/MessageBus/MessageRegistrationBuilder.cs +0 -5
  5. package/Runtime/Core/MessageRegistrationHandle.cs +0 -5
  6. package/package.json +25 -1
  7. package/.artifacts/SourceGenerators.Tests/TestResults/0e800bba-2376-4062-bb19-cf916d3083a1/coverage.cobertura.xml +0 -2624
  8. package/.artifacts/SourceGenerators.Tests/TestResults/260ab294-e640-4674-9ae9-29b5344c0540/coverage.cobertura.xml +0 -2624
  9. package/.artifacts/SourceGenerators.Tests/TestResults/31c02772-7d85-4466-a2c4-93742725076e/coverage.cobertura.xml +0 -2624
  10. package/.artifacts/SourceGenerators.Tests/TestResults/ca4d2ef2-0c53-49dc-91b5-039938571ed8/coverage.cobertura.xml +0 -2624
  11. package/.artifacts/SourceGenerators.Tests/TestResults/f6cadd7e-1bf5-44b0-9351-47426600fc69/coverage.cobertura.xml +0 -2624
  12. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/.msCoverageSourceRootsMapping_WallstopStudios.DxMessaging.SourceGenerators.Tests +0 -0
  13. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/CoverletSourceRootsMapping_WallstopStudios.DxMessaging.SourceGenerators.Tests +0 -0
  14. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.ApplicationInsights.dll +0 -0
  15. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  16. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll +0 -0
  17. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll +0 -0
  18. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CommunicationUtilities.dll +0 -0
  19. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CoreUtilities.dll +0 -0
  20. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.CrossPlatEngine.dll +0 -0
  21. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll +0 -0
  22. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.TestPlatform.Utilities.dll +0 -0
  23. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.Testing.Extensions.MSBuild.dll +0 -0
  24. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.Testing.Extensions.Telemetry.dll +0 -0
  25. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll +0 -0
  26. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll +0 -0
  27. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.Testing.Platform.dll +0 -0
  28. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll +0 -0
  29. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.Common.dll +0 -0
  30. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +0 -0
  31. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/NUnit3.TestAdapter.dll +0 -0
  32. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/Newtonsoft.Json.dll +0 -0
  33. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.deps.json +0 -872
  34. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  35. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.runtimeconfig.json +0 -13
  36. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.dll +0 -0
  37. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  38. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  39. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  40. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  41. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  42. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  43. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  44. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  45. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  46. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.Testing.Platform.resources.dll +0 -0
  47. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  48. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  49. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  50. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  51. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  52. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  53. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  54. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  55. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  56. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  57. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  58. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.Testing.Platform.resources.dll +0 -0
  59. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  60. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  61. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  62. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  63. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  64. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  65. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  66. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  67. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  68. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  69. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  70. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.Testing.Platform.resources.dll +0 -0
  71. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  72. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  73. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  74. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  75. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  76. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  77. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  78. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  79. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  80. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  81. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  82. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.Testing.Platform.resources.dll +0 -0
  83. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  84. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  85. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  86. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  87. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  88. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  89. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  90. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  91. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  92. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  93. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  94. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.Testing.Platform.resources.dll +0 -0
  95. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  96. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  97. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  98. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  99. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  100. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  101. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  102. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  103. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  104. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  105. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  106. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.Testing.Platform.resources.dll +0 -0
  107. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  108. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  109. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  110. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  111. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  112. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  113. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  114. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  115. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  116. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  117. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  118. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.Testing.Platform.resources.dll +0 -0
  119. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  120. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  121. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/nunit.engine.api.dll +0 -0
  122. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/nunit.engine.core.dll +0 -0
  123. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/nunit.engine.dll +0 -0
  124. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/nunit.framework.dll +0 -0
  125. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/nunit.framework.legacy.dll +0 -0
  126. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  127. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  128. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  129. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  130. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  131. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  132. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  133. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  134. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  135. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.Testing.Platform.resources.dll +0 -0
  136. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  137. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  138. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  139. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  140. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  141. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  142. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  143. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  144. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  145. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  146. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  147. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll +0 -0
  148. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  149. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  150. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  151. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  152. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  153. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  154. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  155. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  156. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  157. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  158. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  159. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.Testing.Platform.resources.dll +0 -0
  160. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  161. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  162. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/testcentric.engine.metadata.dll +0 -0
  163. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/testhost.dll +0 -0
  164. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/testhost.exe +0 -0
  165. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  166. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  167. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  168. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  169. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  170. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  171. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  172. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  173. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  174. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.Testing.Platform.resources.dll +0 -0
  175. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  176. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  177. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  178. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  179. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  180. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  181. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  182. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  183. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  184. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  185. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  186. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll +0 -0
  187. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  188. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  189. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  190. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  191. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  192. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  193. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  194. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  195. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  196. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  197. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  198. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll +0 -0
  199. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  200. package/.artifacts/SourceGenerators.Tests/bin/Debug/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  201. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/.msCoverageSourceRootsMapping_WallstopStudios.DxMessaging.SourceGenerators.Tests +0 -0
  202. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/CoverletSourceRootsMapping_WallstopStudios.DxMessaging.SourceGenerators.Tests +0 -0
  203. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.ApplicationInsights.dll +0 -0
  204. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  205. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.CodeAnalysis.dll +0 -0
  206. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.Extensions.DependencyModel.dll +0 -0
  207. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll +0 -0
  208. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.TestPlatform.CommunicationUtilities.dll +0 -0
  209. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.TestPlatform.CoreUtilities.dll +0 -0
  210. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.TestPlatform.CrossPlatEngine.dll +0 -0
  211. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll +0 -0
  212. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.TestPlatform.Utilities.dll +0 -0
  213. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.Testing.Extensions.MSBuild.dll +0 -0
  214. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.Testing.Extensions.Telemetry.dll +0 -0
  215. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll +0 -0
  216. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll +0 -0
  217. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.Testing.Platform.dll +0 -0
  218. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll +0 -0
  219. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.VisualStudio.TestPlatform.Common.dll +0 -0
  220. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +0 -0
  221. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/NUnit3.TestAdapter.dll +0 -0
  222. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/Newtonsoft.Json.dll +0 -0
  223. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.deps.json +0 -817
  224. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  225. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.runtimeconfig.json +0 -14
  226. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.dll +0 -0
  227. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  228. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  229. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  230. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  231. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  232. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  233. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  234. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  235. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  236. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.Testing.Platform.resources.dll +0 -0
  237. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  238. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  239. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  240. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  241. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  242. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  243. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  244. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  245. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  246. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  247. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  248. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.Testing.Platform.resources.dll +0 -0
  249. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  250. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  251. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  252. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  253. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  254. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  255. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  256. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  257. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  258. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  259. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  260. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.Testing.Platform.resources.dll +0 -0
  261. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  262. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  263. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  264. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  265. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  266. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  267. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  268. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  269. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  270. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  271. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  272. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.Testing.Platform.resources.dll +0 -0
  273. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  274. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  275. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  276. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  277. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  278. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  279. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  280. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  281. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  282. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  283. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  284. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.Testing.Platform.resources.dll +0 -0
  285. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  286. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  287. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  288. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  289. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  290. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  291. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  292. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  293. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  294. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  295. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  296. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.Testing.Platform.resources.dll +0 -0
  297. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  298. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  299. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  300. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  301. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  302. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  303. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  304. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  305. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  306. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  307. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  308. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.Testing.Platform.resources.dll +0 -0
  309. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  310. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  311. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/nunit.engine.api.dll +0 -0
  312. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/nunit.engine.core.dll +0 -0
  313. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/nunit.engine.dll +0 -0
  314. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/nunit.framework.dll +0 -0
  315. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/nunit.framework.legacy.dll +0 -0
  316. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  317. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  318. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  319. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  320. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  321. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  322. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  323. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  324. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  325. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.Testing.Platform.resources.dll +0 -0
  326. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  327. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  328. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  329. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  330. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  331. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  332. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  333. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  334. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  335. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  336. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  337. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll +0 -0
  338. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  339. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  340. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  341. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  342. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  343. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  344. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  345. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  346. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  347. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  348. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  349. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.Testing.Platform.resources.dll +0 -0
  350. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  351. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  352. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/testcentric.engine.metadata.dll +0 -0
  353. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/testhost.dll +0 -0
  354. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/testhost.exe +0 -0
  355. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  356. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  357. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  358. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  359. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  360. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  361. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  362. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  363. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  364. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.Testing.Platform.resources.dll +0 -0
  365. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  366. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  367. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  368. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  369. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  370. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  371. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  372. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  373. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  374. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  375. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  376. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll +0 -0
  377. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  378. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  379. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  380. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  381. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  382. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  383. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  384. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  385. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  386. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  387. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  388. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll +0 -0
  389. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  390. package/.artifacts/SourceGenerators.Tests/bin/Release/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  391. package/.artifacts/SourceGenerators.Tests/bin/net9.0/.msCoverageSourceRootsMapping_WallstopStudios.DxMessaging.SourceGenerators.Tests +0 -0
  392. package/.artifacts/SourceGenerators.Tests/bin/net9.0/CoverletSourceRootsMapping_WallstopStudios.DxMessaging.SourceGenerators.Tests +0 -0
  393. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.ApplicationInsights.dll +0 -0
  394. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  395. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.CodeAnalysis.dll +0 -0
  396. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.Extensions.DependencyModel.dll +0 -0
  397. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll +0 -0
  398. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.TestPlatform.CommunicationUtilities.dll +0 -0
  399. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.TestPlatform.CoreUtilities.dll +0 -0
  400. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.TestPlatform.CrossPlatEngine.dll +0 -0
  401. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll +0 -0
  402. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.TestPlatform.Utilities.dll +0 -0
  403. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.Testing.Extensions.MSBuild.dll +0 -0
  404. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.Testing.Extensions.Telemetry.dll +0 -0
  405. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll +0 -0
  406. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll +0 -0
  407. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.Testing.Platform.dll +0 -0
  408. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll +0 -0
  409. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.VisualStudio.TestPlatform.Common.dll +0 -0
  410. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +0 -0
  411. package/.artifacts/SourceGenerators.Tests/bin/net9.0/NUnit3.TestAdapter.dll +0 -0
  412. package/.artifacts/SourceGenerators.Tests/bin/net9.0/Newtonsoft.Json.dll +0 -0
  413. package/.artifacts/SourceGenerators.Tests/bin/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.deps.json +0 -872
  414. package/.artifacts/SourceGenerators.Tests/bin/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  415. package/.artifacts/SourceGenerators.Tests/bin/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.runtimeconfig.json +0 -13
  416. package/.artifacts/SourceGenerators.Tests/bin/net9.0/WallstopStudios.DxMessaging.SourceGenerators.dll +0 -0
  417. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  418. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  419. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  420. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  421. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  422. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  423. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  424. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  425. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  426. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.Testing.Platform.resources.dll +0 -0
  427. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  428. package/.artifacts/SourceGenerators.Tests/bin/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  429. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  430. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  431. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  432. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  433. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  434. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  435. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  436. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  437. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  438. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.Testing.Platform.resources.dll +0 -0
  439. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  440. package/.artifacts/SourceGenerators.Tests/bin/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  441. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  442. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  443. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  444. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  445. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  446. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  447. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  448. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  449. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  450. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.Testing.Platform.resources.dll +0 -0
  451. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  452. package/.artifacts/SourceGenerators.Tests/bin/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  453. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  454. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  455. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  456. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  457. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  458. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  459. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  460. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  461. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  462. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.Testing.Platform.resources.dll +0 -0
  463. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  464. package/.artifacts/SourceGenerators.Tests/bin/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  465. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  466. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  467. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  468. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  469. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  470. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  471. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  472. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  473. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  474. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.Testing.Platform.resources.dll +0 -0
  475. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  476. package/.artifacts/SourceGenerators.Tests/bin/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  477. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  478. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  479. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  480. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  481. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  482. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  483. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  484. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  485. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  486. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.Testing.Platform.resources.dll +0 -0
  487. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  488. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  489. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  490. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  491. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  492. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  493. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  494. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  495. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  496. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  497. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  498. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.Testing.Platform.resources.dll +0 -0
  499. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  500. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  501. package/.artifacts/SourceGenerators.Tests/bin/net9.0/nunit.engine.api.dll +0 -0
  502. package/.artifacts/SourceGenerators.Tests/bin/net9.0/nunit.engine.core.dll +0 -0
  503. package/.artifacts/SourceGenerators.Tests/bin/net9.0/nunit.engine.dll +0 -0
  504. package/.artifacts/SourceGenerators.Tests/bin/net9.0/nunit.framework.dll +0 -0
  505. package/.artifacts/SourceGenerators.Tests/bin/net9.0/nunit.framework.legacy.dll +0 -0
  506. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  507. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  508. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  509. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  510. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  511. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  512. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  513. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  514. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  515. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.Testing.Platform.resources.dll +0 -0
  516. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  517. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  518. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  519. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  520. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  521. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  522. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  523. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  524. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  525. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  526. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  527. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll +0 -0
  528. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  529. package/.artifacts/SourceGenerators.Tests/bin/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  530. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  531. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  532. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  533. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  534. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  535. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  536. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  537. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  538. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  539. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.Testing.Platform.resources.dll +0 -0
  540. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  541. package/.artifacts/SourceGenerators.Tests/bin/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  542. package/.artifacts/SourceGenerators.Tests/bin/net9.0/testcentric.engine.metadata.dll +0 -0
  543. package/.artifacts/SourceGenerators.Tests/bin/net9.0/testhost.dll +0 -0
  544. package/.artifacts/SourceGenerators.Tests/bin/net9.0/testhost.exe +0 -0
  545. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  546. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  547. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  548. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  549. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  550. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  551. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  552. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  553. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  554. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.Testing.Platform.resources.dll +0 -0
  555. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  556. package/.artifacts/SourceGenerators.Tests/bin/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  557. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  558. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  559. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  560. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  561. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  562. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  563. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  564. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  565. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  566. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll +0 -0
  567. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  568. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  569. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  570. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  571. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll +0 -0
  572. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  573. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  574. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  575. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll +0 -0
  576. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll +0 -0
  577. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +0 -0
  578. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll +0 -0
  579. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  580. package/.artifacts/SourceGenerators.Tests/bin/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  581. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +0 -4
  582. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/Wallstop.9ADB0525.Up2Date +0 -0
  583. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.AssemblyInfo.cs +0 -22
  584. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.GeneratedMSBuildEditorConfig.editorconfig +0 -25
  585. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.GlobalUsings.g.cs +0 -8
  586. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.csproj.FileListAbsolute.txt +0 -28
  587. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  588. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.sourcelink.json +0 -1
  589. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/ref/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  590. package/.artifacts/SourceGenerators.Tests/obj/Debug/net9.0/refint/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  591. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +0 -4
  592. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/Wallstop.9ADB0525.Up2Date +0 -0
  593. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.AssemblyInfo.cs +0 -23
  594. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.GeneratedMSBuildEditorConfig.editorconfig +0 -17
  595. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.GlobalUsings.g.cs +0 -8
  596. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.csproj.BuildWithSkipAnalyzers +0 -0
  597. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.csproj.FileListAbsolute.txt +0 -84
  598. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  599. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.sourcelink.json +0 -1
  600. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/ref/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  601. package/.artifacts/SourceGenerators.Tests/obj/Release/net9.0/refint/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  602. package/.artifacts/SourceGenerators.Tests/obj/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +0 -4
  603. package/.artifacts/SourceGenerators.Tests/obj/net9.0/Wallstop.9ADB0525.Up2Date +0 -0
  604. package/.artifacts/SourceGenerators.Tests/obj/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.AssemblyInfo.cs +0 -22
  605. package/.artifacts/SourceGenerators.Tests/obj/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.GeneratedMSBuildEditorConfig.editorconfig +0 -23
  606. package/.artifacts/SourceGenerators.Tests/obj/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.GlobalUsings.g.cs +0 -8
  607. package/.artifacts/SourceGenerators.Tests/obj/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.csproj.FileListAbsolute.txt +0 -55
  608. package/.artifacts/SourceGenerators.Tests/obj/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  609. package/.artifacts/SourceGenerators.Tests/obj/net9.0/WallstopStudios.DxMessaging.SourceGenerators.Tests.sourcelink.json +0 -1
  610. package/.artifacts/SourceGenerators.Tests/obj/net9.0/ref/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  611. package/.artifacts/SourceGenerators.Tests/obj/net9.0/refint/WallstopStudios.DxMessaging.SourceGenerators.Tests.dll +0 -0
  612. package/.config/dotnet-tools.json +0 -10
  613. package/.csharpierignore +0 -1
  614. package/.csharpierrc.json +0 -3
  615. package/.cspell.json +0 -222
  616. package/.cursorrules +0 -3
  617. package/.devcontainer/.dockerignore +0 -92
  618. package/.devcontainer/Dockerfile +0 -475
  619. package/.devcontainer/devcontainer.json +0 -54
  620. package/.devcontainer/verify-tools.sh +0 -183
  621. package/.editorconfig +0 -190
  622. package/.gitattributes +0 -99
  623. package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -95
  624. package/.github/ISSUE_TEMPLATE/config.yml +0 -5
  625. package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -46
  626. package/.github/copilot-instructions.md +0 -3
  627. package/.github/dependabot.yml +0 -66
  628. package/.github/pull_request_template.md +0 -30
  629. package/.github/release-drafter.yml +0 -92
  630. package/.github/scripts/check-markdown-links.ps1 +0 -101
  631. package/.github/scripts/check_markdown_links.py +0 -187
  632. package/.github/scripts/check_markdown_url_encoding.py +0 -74
  633. package/.github/scripts/test_check_markdown_links.py +0 -545
  634. package/.github/scripts/validate_markdown_links.py +0 -194
  635. package/.github/workflows/actionlint.yml +0 -47
  636. package/.github/workflows/csharpier-autofix.yml +0 -192
  637. package/.github/workflows/deploy-docs.yml +0 -118
  638. package/.github/workflows/dotnet-tests.yml +0 -85
  639. package/.github/workflows/format-on-demand.yml +0 -309
  640. package/.github/workflows/json-format-check.yml +0 -59
  641. package/.github/workflows/lint-doc-links.yml +0 -44
  642. package/.github/workflows/markdown-json.yml +0 -63
  643. package/.github/workflows/markdown-link-text-check.yml +0 -32
  644. package/.github/workflows/markdown-link-validity.yml +0 -43
  645. package/.github/workflows/markdownlint.yml +0 -57
  646. package/.github/workflows/prettier-autofix.yml +0 -266
  647. package/.github/workflows/release-drafter.yml +0 -135
  648. package/.github/workflows/spellcheck.yml +0 -56
  649. package/.github/workflows/sync-wiki.yml +0 -139
  650. package/.github/workflows/update-dotnet-tools.yml +0 -84
  651. package/.github/workflows/validate-docs.yml +0 -196
  652. package/.github/workflows/validate-skills.yml +0 -46
  653. package/.github/workflows/yaml-format-lint.yml +0 -68
  654. package/.llm/context.md +0 -379
  655. package/.llm/skills/documentation/changelog-entry-writing.md +0 -277
  656. package/.llm/skills/documentation/changelog-management.md +0 -228
  657. package/.llm/skills/documentation/changelog-release-workflow.md +0 -249
  658. package/.llm/skills/documentation/documentation-code-samples.md +0 -262
  659. package/.llm/skills/documentation/documentation-style-guide.md +0 -203
  660. package/.llm/skills/documentation/documentation-update-workflow.md +0 -148
  661. package/.llm/skills/documentation/documentation-updates.md +0 -148
  662. package/.llm/skills/documentation/documentation-xml-docs.md +0 -190
  663. package/.llm/skills/documentation/external-url-fragment-validation.md +0 -181
  664. package/.llm/skills/documentation/github-actions-version-consistency.md +0 -203
  665. package/.llm/skills/documentation/link-quality-guidelines.md +0 -267
  666. package/.llm/skills/documentation/markdown-compatibility.md +0 -476
  667. package/.llm/skills/documentation/mermaid-theming.md +0 -326
  668. package/.llm/skills/documentation/mkdocs-navigation.md +0 -290
  669. package/.llm/skills/documentation/skill-file-sizing.md +0 -260
  670. package/.llm/skills/github-actions/git-renormalize-patterns.md +0 -231
  671. package/.llm/skills/github-actions/workflow-consistency.md +0 -346
  672. package/.llm/skills/index.md +0 -257
  673. package/.llm/skills/performance/aggressive-inlining-performance-notes.md +0 -94
  674. package/.llm/skills/performance/aggressive-inlining.md +0 -342
  675. package/.llm/skills/performance/array-pooling-usage-examples.md +0 -145
  676. package/.llm/skills/performance/array-pooling.md +0 -315
  677. package/.llm/skills/performance/cache-eviction-builder.md +0 -203
  678. package/.llm/skills/performance/cache-eviction-implementation.md +0 -340
  679. package/.llm/skills/performance/cache-eviction-policies.md +0 -176
  680. package/.llm/skills/performance/collection-pooling.md +0 -313
  681. package/.llm/skills/performance/object-pooling-anti-patterns.md +0 -144
  682. package/.llm/skills/performance/object-pooling-usage-examples.md +0 -114
  683. package/.llm/skills/performance/object-pooling-variations.md +0 -147
  684. package/.llm/skills/performance/object-pooling.md +0 -319
  685. package/.llm/skills/performance/readonly-struct-cached-hash-performance-notes.md +0 -91
  686. package/.llm/skills/performance/readonly-struct-cached-hash.md +0 -337
  687. package/.llm/skills/performance/serializable-dictionary-property-drawer.md +0 -147
  688. package/.llm/skills/performance/serializable-dictionary-usage-examples.md +0 -135
  689. package/.llm/skills/performance/serializable-dictionary.md +0 -281
  690. package/.llm/skills/performance/singleton-autoload.md +0 -111
  691. package/.llm/skills/performance/singleton-patterns.md +0 -165
  692. package/.llm/skills/performance/singleton-runtime.md +0 -187
  693. package/.llm/skills/performance/singleton-scriptableobject.md +0 -177
  694. package/.llm/skills/performance/singleton-usage-examples.md +0 -139
  695. package/.llm/skills/performance/stringbuilder-pooling.md +0 -319
  696. package/.llm/skills/performance/yield-instruction-pooling.md +0 -347
  697. package/.llm/skills/scripting/cross-platform-compatibility.md +0 -224
  698. package/.llm/skills/scripting/cross-platform-compatibility.md.meta +0 -7
  699. package/.llm/skills/scripting/javascript-code-quality.md +0 -417
  700. package/.llm/skills/scripting/powershell-best-practices.md +0 -386
  701. package/.llm/skills/scripting/regex-documentation.md +0 -461
  702. package/.llm/skills/scripting/shell-best-practices.md +0 -386
  703. package/.llm/skills/scripting/validation-patterns.md +0 -418
  704. package/.llm/skills/solid/collection-extensions-accessors.md +0 -229
  705. package/.llm/skills/solid/collection-extensions-shuffle.md +0 -144
  706. package/.llm/skills/solid/collection-extensions-type-specialization.md +0 -168
  707. package/.llm/skills/solid/collection-extensions.md +0 -144
  708. package/.llm/skills/solid/fluent-builder-pattern-templates.md +0 -117
  709. package/.llm/skills/solid/fluent-builder-pattern-usage-examples.md +0 -128
  710. package/.llm/skills/solid/fluent-builder-pattern.md +0 -322
  711. package/.llm/skills/solid/iequatable-implementation-usage.md +0 -111
  712. package/.llm/skills/solid/iequatable-implementation-variants.md +0 -201
  713. package/.llm/skills/solid/iequatable-implementation.md +0 -239
  714. package/.llm/skills/solid/try-pattern-apis-usage.md +0 -136
  715. package/.llm/skills/solid/try-pattern-apis-variants.md +0 -233
  716. package/.llm/skills/solid/try-pattern-apis.md +0 -220
  717. package/.llm/skills/specification.md +0 -468
  718. package/.llm/skills/templates/skill-template.md +0 -143
  719. package/.llm/skills/testing/comprehensive-test-coverage.md +0 -141
  720. package/.llm/skills/testing/data-driven-tests-sources.md +0 -255
  721. package/.llm/skills/testing/data-driven-tests-usage.md +0 -107
  722. package/.llm/skills/testing/data-driven-tests.md +0 -197
  723. package/.llm/skills/testing/git-workflow-robustness.md +0 -369
  724. package/.llm/skills/testing/script-test-coverage.md +0 -259
  725. package/.llm/skills/testing/script-test-coverage.md.meta +0 -7
  726. package/.llm/skills/testing/shared-test-fixtures-generic-base.md +0 -185
  727. package/.llm/skills/testing/shared-test-fixtures-reference-counting.md +0 -252
  728. package/.llm/skills/testing/shared-test-fixtures.md +0 -165
  729. package/.llm/skills/testing/test-base-class-cleanup-usage.md +0 -218
  730. package/.llm/skills/testing/test-base-class-cleanup.md +0 -323
  731. package/.llm/skills/testing/test-categories-execution.md +0 -142
  732. package/.llm/skills/testing/test-categories.md +0 -287
  733. package/.llm/skills/testing/test-code-quality.md +0 -243
  734. package/.llm/skills/testing/test-coverage-data-driven.md +0 -172
  735. package/.llm/skills/testing/test-coverage-organization-assertions.md +0 -171
  736. package/.llm/skills/testing/test-coverage-scenario-categories.md +0 -223
  737. package/.llm/skills/testing/test-coverage-unity-anti-patterns.md +0 -232
  738. package/.llm/skills/testing/test-diagnostics-patterns.md +0 -189
  739. package/.llm/skills/testing/test-diagnostics-usage.md +0 -196
  740. package/.llm/skills/testing/test-diagnostics.md +0 -247
  741. package/.llm/skills/testing/test-failure-investigation-procedure.md +0 -216
  742. package/.llm/skills/testing/test-failure-investigation-root-causes.md +0 -186
  743. package/.llm/skills/testing/test-failure-investigation.md +0 -119
  744. package/.llm/skills/testing/test-invalid-skill.md +0 -26
  745. package/.llm/skills/testing/test-production-code.md +0 -348
  746. package/.lychee.toml +0 -30
  747. package/.markdownlint-cli2.jsonc +0 -17
  748. package/.markdownlint.json +0 -23
  749. package/.markdownlint.jsonc +0 -23
  750. package/.markdownlintignore +0 -7
  751. package/.pre-commit-config.yaml +0 -165
  752. package/.prettierignore +0 -21
  753. package/.prettierrc.json +0 -20
  754. package/.vs/ProjectEvaluation/com.wallstop-studios.dxmessaging.metadata.v10.bin +0 -0
  755. package/.vs/ProjectEvaluation/com.wallstop-studios.dxmessaging.projects.v10.bin +0 -0
  756. package/.vs/ProjectEvaluation/com.wallstop-studios.dxmessaging.strings.v10.bin +0 -0
  757. package/.vs/ProjectSettings.json +0 -3
  758. package/.vs/VSWorkspaceState.json +0 -9
  759. package/.vs/com.wallstop-studios.dxmessaging/CopilotIndices/17.14.1347.20289/CodeChunks.db +0 -0
  760. package/.vs/com.wallstop-studios.dxmessaging/CopilotIndices/17.14.1347.20289/SemanticSymbols.db +0 -0
  761. package/.vs/com.wallstop-studios.dxmessaging/DesignTimeBuild/.dtbcache.v2 +0 -0
  762. package/.vs/com.wallstop-studios.dxmessaging/FileContentIndex/41b4588f-fa0f-484b-a29b-733b6ce84c26.vsidx +0 -0
  763. package/.vs/com.wallstop-studios.dxmessaging/FileContentIndex/9a73875f-5693-4296-95fd-0672bf61c5ac.vsidx +0 -0
  764. package/.vs/com.wallstop-studios.dxmessaging/FileContentIndex/fd44ab3e-7015-4c20-918a-a0a916be8934.vsidx +0 -0
  765. package/.vs/com.wallstop-studios.dxmessaging/v17/.futdcache.v2 +0 -0
  766. package/.vs/com.wallstop-studios.dxmessaging/v17/.wsuo +0 -0
  767. package/.vs/com.wallstop-studios.dxmessaging/v17/DocumentLayout.backup.json +0 -82
  768. package/.vs/com.wallstop-studios.dxmessaging/v17/DocumentLayout.json +0 -82
  769. package/.vs/com.wallstop-studios.dxmessaging/v17/TestStore/0/000.testlog +0 -0
  770. package/.vs/com.wallstop-studios.dxmessaging/v17/TestStore/0/testlog.manifest +0 -0
  771. package/.vs/com.wallstop-studios.dxmessaging/v17/csharpier.json +0 -1
  772. package/.vs/com.wallstop-studios.dxmessaging/v18/.futdcache.v2 +0 -0
  773. package/.vs/com.wallstop-studios.dxmessaging/v18/DocumentLayout.backup.json +0 -86
  774. package/.vs/com.wallstop-studios.dxmessaging/v18/DocumentLayout.json +0 -86
  775. package/.vs/slnx.sqlite +0 -0
  776. package/.yamllint.yaml +0 -31
  777. package/AGENTS.md +0 -3
  778. package/AGENTS.md.meta +0 -7
  779. package/CLAUDE.md +0 -3
  780. package/CLAUDE.md.meta +0 -7
  781. package/CONTRIBUTING.md +0 -43
  782. package/CONTRIBUTING.md.meta +0 -7
  783. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/.vs/WallstopStudios.DxMessaging.SourceGenerators/CopilotIndices/17.14.1231.31060/CodeChunks.db +0 -0
  784. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/.vs/WallstopStudios.DxMessaging.SourceGenerators/CopilotIndices/17.14.1231.31060/SemanticSymbols.db +0 -0
  785. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/.vs/WallstopStudios.DxMessaging.SourceGenerators/DesignTimeBuild/.dtbcache.v2 +0 -0
  786. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/.vs/WallstopStudios.DxMessaging.SourceGenerators/FileContentIndex/c90afd9b-d899-4546-bd92-ab874e448437.vsidx +0 -0
  787. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/.vs/WallstopStudios.DxMessaging.SourceGenerators/v17/.futdcache.v2 +0 -0
  788. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/DocsSnippetCompilationTests.cs +0 -544
  789. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/DocsSnippetCompilationTests.cs.meta +0 -11
  790. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/DxAutoConstructorGeneratorDiagnosticsTests.cs +0 -69
  791. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/DxAutoConstructorGeneratorDiagnosticsTests.cs.meta +0 -11
  792. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/DxMessageIdGeneratorDiagnosticsTests.cs +0 -66
  793. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/DxMessageIdGeneratorDiagnosticsTests.cs.meta +0 -11
  794. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/GeneratorTestUtilities.cs +0 -155
  795. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/GeneratorTestUtilities.cs.meta +0 -11
  796. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/WallstopStudios.DxMessaging.SourceGenerators.Tests.csproj +0 -20
  797. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests/WallstopStudios.DxMessaging.SourceGenerators.Tests.csproj.meta +0 -7
  798. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.Tests.meta +0 -8
  799. package/Tests/Editor/MessagingComponentEditorHarnessTests.cs +0 -243
  800. package/Tests/Editor/MessagingComponentEditorHarnessTests.cs.meta +0 -3
  801. package/Tests/Editor/MessagingComponentSerializationTests.cs +0 -129
  802. package/Tests/Editor/MessagingComponentSerializationTests.cs.meta +0 -3
  803. package/Tests/Editor/WallstopStudios.DxMessaging.Tests.Editor.asmdef +0 -19
  804. package/Tests/Editor/WallstopStudios.DxMessaging.Tests.Editor.asmdef.meta +0 -3
  805. package/Tests/Editor.meta +0 -3
  806. package/Tests/Runtime/Benchmarks/BenchmarkSession.cs +0 -450
  807. package/Tests/Runtime/Benchmarks/BenchmarkSession.cs.meta +0 -11
  808. package/Tests/Runtime/Benchmarks/BenchmarkTestBase.cs +0 -97
  809. package/Tests/Runtime/Benchmarks/BenchmarkTestBase.cs.meta +0 -11
  810. package/Tests/Runtime/Benchmarks/ComparisonPerformanceTests.cs +0 -398
  811. package/Tests/Runtime/Benchmarks/ComparisonPerformanceTests.cs.meta +0 -11
  812. package/Tests/Runtime/Benchmarks/PerformanceTests.cs +0 -623
  813. package/Tests/Runtime/Benchmarks/PerformanceTests.cs.meta +0 -11
  814. package/Tests/Runtime/Benchmarks/ProviderResolutionBenchmarks.cs +0 -142
  815. package/Tests/Runtime/Benchmarks/ProviderResolutionBenchmarks.cs.meta +0 -12
  816. package/Tests/Runtime/Benchmarks/WallstopStudios.DxMessaging.Tests.Runtime.Benchmarks.asmdef +0 -45
  817. package/Tests/Runtime/Benchmarks/WallstopStudios.DxMessaging.Tests.Runtime.Benchmarks.asmdef.meta +0 -7
  818. package/Tests/Runtime/Benchmarks.meta +0 -8
  819. package/Tests/Runtime/Core/AlternateBusTests.cs +0 -85
  820. package/Tests/Runtime/Core/AlternateBusTests.cs.meta +0 -11
  821. package/Tests/Runtime/Core/BroadcastTests.cs +0 -914
  822. package/Tests/Runtime/Core/BroadcastTests.cs.meta +0 -11
  823. package/Tests/Runtime/Core/CyclicBufferTests.cs +0 -343
  824. package/Tests/Runtime/Core/CyclicBufferTests.cs.meta +0 -11
  825. package/Tests/Runtime/Core/DefaultBusFallbackTests.cs +0 -336
  826. package/Tests/Runtime/Core/DefaultBusFallbackTests.cs.meta +0 -11
  827. package/Tests/Runtime/Core/DiagnosticsTests.cs +0 -193
  828. package/Tests/Runtime/Core/DiagnosticsTests.cs.meta +0 -11
  829. package/Tests/Runtime/Core/DxMessagingStaticStateTests.cs +0 -69
  830. package/Tests/Runtime/Core/DxMessagingStaticStateTests.cs.meta +0 -11
  831. package/Tests/Runtime/Core/EdgeCaseTests.cs +0 -582
  832. package/Tests/Runtime/Core/EdgeCaseTests.cs.meta +0 -11
  833. package/Tests/Runtime/Core/EnablementTests.cs +0 -72
  834. package/Tests/Runtime/Core/EnablementTests.cs.meta +0 -3
  835. package/Tests/Runtime/Core/Extensions/MessageBusExtensionsTests.cs +0 -259
  836. package/Tests/Runtime/Core/Extensions/MessageBusExtensionsTests.cs.meta +0 -11
  837. package/Tests/Runtime/Core/Extensions/MessageExtensionsProviderTests.cs +0 -289
  838. package/Tests/Runtime/Core/Extensions/MessageExtensionsProviderTests.cs.meta +0 -11
  839. package/Tests/Runtime/Core/Extensions.meta +0 -8
  840. package/Tests/Runtime/Core/GenericMessageTests.cs +0 -50
  841. package/Tests/Runtime/Core/GenericMessageTests.cs.meta +0 -3
  842. package/Tests/Runtime/Core/GlobalAcceptAllTests.cs +0 -193
  843. package/Tests/Runtime/Core/GlobalAcceptAllTests.cs.meta +0 -11
  844. package/Tests/Runtime/Core/IntegrationShimSmokeTests.cs +0 -57
  845. package/Tests/Runtime/Core/IntegrationShimSmokeTests.cs.meta +0 -11
  846. package/Tests/Runtime/Core/InterceptorCancellationTests.cs +0 -173
  847. package/Tests/Runtime/Core/InterceptorCancellationTests.cs.meta +0 -11
  848. package/Tests/Runtime/Core/LifecycleTests.cs +0 -75
  849. package/Tests/Runtime/Core/LifecycleTests.cs.meta +0 -11
  850. package/Tests/Runtime/Core/MessageEmissionDataTests.cs +0 -70
  851. package/Tests/Runtime/Core/MessageEmissionDataTests.cs.meta +0 -11
  852. package/Tests/Runtime/Core/MessageHandlerGlobalBusTests.cs +0 -219
  853. package/Tests/Runtime/Core/MessageHandlerGlobalBusTests.cs.meta +0 -11
  854. package/Tests/Runtime/Core/MessageRegistrationBuilderTests.cs +0 -204
  855. package/Tests/Runtime/Core/MessageRegistrationBuilderTests.cs.meta +0 -11
  856. package/Tests/Runtime/Core/MessagingComponentLifecycleTests.cs +0 -92
  857. package/Tests/Runtime/Core/MessagingComponentLifecycleTests.cs.meta +0 -11
  858. package/Tests/Runtime/Core/MessagingTestBase.cs +0 -211
  859. package/Tests/Runtime/Core/MessagingTestBase.cs.meta +0 -11
  860. package/Tests/Runtime/Core/MutationDedupeTests.cs +0 -101
  861. package/Tests/Runtime/Core/MutationDedupeTests.cs.meta +0 -11
  862. package/Tests/Runtime/Core/MutationDestructionTests.cs +0 -437
  863. package/Tests/Runtime/Core/MutationDestructionTests.cs.meta +0 -11
  864. package/Tests/Runtime/Core/MutationDuringEmissionTests.cs +0 -2141
  865. package/Tests/Runtime/Core/MutationDuringEmissionTests.cs.meta +0 -11
  866. package/Tests/Runtime/Core/MutationGlobalAddTests.cs +0 -102
  867. package/Tests/Runtime/Core/MutationGlobalAddTests.cs.meta +0 -11
  868. package/Tests/Runtime/Core/MutationHighVolumeStressTests.cs +0 -512
  869. package/Tests/Runtime/Core/MutationHighVolumeStressTests.cs.meta +0 -11
  870. package/Tests/Runtime/Core/MutationInterceptorTests.cs +0 -190
  871. package/Tests/Runtime/Core/MutationInterceptorTests.cs.meta +0 -11
  872. package/Tests/Runtime/Core/MutationPostProcessorAcrossHandlersTests.cs +0 -109
  873. package/Tests/Runtime/Core/MutationPostProcessorAcrossHandlersTests.cs.meta +0 -11
  874. package/Tests/Runtime/Core/MutationPostProcessorMoreTests.cs +0 -117
  875. package/Tests/Runtime/Core/MutationPostProcessorMoreTests.cs.meta +0 -11
  876. package/Tests/Runtime/Core/MutationPriorityTests.cs +0 -119
  877. package/Tests/Runtime/Core/MutationPriorityTests.cs.meta +0 -11
  878. package/Tests/Runtime/Core/NominalTests.cs +0 -1738
  879. package/Tests/Runtime/Core/NominalTests.cs.meta +0 -11
  880. package/Tests/Runtime/Core/OrderingManyRegistrationsTests.cs +0 -683
  881. package/Tests/Runtime/Core/OrderingManyRegistrationsTests.cs.meta +0 -11
  882. package/Tests/Runtime/Core/OrderingTests.cs +0 -1932
  883. package/Tests/Runtime/Core/OrderingTests.cs.meta +0 -11
  884. package/Tests/Runtime/Core/OverDeregistrationTests.cs +0 -128
  885. package/Tests/Runtime/Core/OverDeregistrationTests.cs.meta +0 -11
  886. package/Tests/Runtime/Core/PostProcessorTests.cs +0 -1248
  887. package/Tests/Runtime/Core/PostProcessorTests.cs.meta +0 -11
  888. package/Tests/Runtime/Core/ReflexiveErrorTests.cs +0 -43
  889. package/Tests/Runtime/Core/ReflexiveErrorTests.cs.meta +0 -11
  890. package/Tests/Runtime/Core/ReflexiveMessageWarningTests.cs +0 -89
  891. package/Tests/Runtime/Core/ReflexiveMessageWarningTests.cs.meta +0 -11
  892. package/Tests/Runtime/Core/ReflexiveTests.cs +0 -173
  893. package/Tests/Runtime/Core/ReflexiveTests.cs.meta +0 -11
  894. package/Tests/Runtime/Core/RegistrationTests.cs +0 -1269
  895. package/Tests/Runtime/Core/RegistrationTests.cs.meta +0 -11
  896. package/Tests/Runtime/Core/SourceGeneratorNestedTests.cs +0 -116
  897. package/Tests/Runtime/Core/SourceGeneratorNestedTests.cs.meta +0 -11
  898. package/Tests/Runtime/Core/StringShorthandTests.cs +0 -101
  899. package/Tests/Runtime/Core/StringShorthandTests.cs.meta +0 -12
  900. package/Tests/Runtime/Core/TargetedTests.cs +0 -905
  901. package/Tests/Runtime/Core/TargetedTests.cs.meta +0 -11
  902. package/Tests/Runtime/Core/TypedShorthandTests.cs +0 -233
  903. package/Tests/Runtime/Core/TypedShorthandTests.cs.meta +0 -12
  904. package/Tests/Runtime/Core/UntargetedEquivalenceTests.cs +0 -173
  905. package/Tests/Runtime/Core/UntargetedEquivalenceTests.cs.meta +0 -12
  906. package/Tests/Runtime/Core/UntargetedPrefreezeTests.cs +0 -50
  907. package/Tests/Runtime/Core/UntargetedPrefreezeTests.cs.meta +0 -11
  908. package/Tests/Runtime/Core/UntargetedTests.cs +0 -280
  909. package/Tests/Runtime/Core/UntargetedTests.cs.meta +0 -11
  910. package/Tests/Runtime/Core.meta +0 -8
  911. package/Tests/Runtime/Integrations/Reflex/ReflexIntegrationTests.cs +0 -165
  912. package/Tests/Runtime/Integrations/Reflex/ReflexIntegrationTests.cs.meta +0 -11
  913. package/Tests/Runtime/Integrations/Reflex/Resources/ReflexSettings.asset +0 -16
  914. package/Tests/Runtime/Integrations/Reflex/Resources/ReflexSettings.asset.meta +0 -8
  915. package/Tests/Runtime/Integrations/Reflex/Resources.meta +0 -8
  916. package/Tests/Runtime/Integrations/Reflex/WallstopStudios.DxMessaging.Tests.Runtime.Reflex.asmdef +0 -27
  917. package/Tests/Runtime/Integrations/Reflex/WallstopStudios.DxMessaging.Tests.Runtime.Reflex.asmdef.meta +0 -7
  918. package/Tests/Runtime/Integrations/Reflex.meta +0 -8
  919. package/Tests/Runtime/Integrations/VContainer/VContainerIntegrationTests.cs +0 -143
  920. package/Tests/Runtime/Integrations/VContainer/VContainerIntegrationTests.cs.meta +0 -11
  921. package/Tests/Runtime/Integrations/VContainer/WallstopStudios.DxMessaging.Tests.Runtime.VContainer.asmdef +0 -37
  922. package/Tests/Runtime/Integrations/VContainer/WallstopStudios.DxMessaging.Tests.Runtime.VContainer.asmdef.meta +0 -7
  923. package/Tests/Runtime/Integrations/VContainer.meta +0 -8
  924. package/Tests/Runtime/Integrations/Zenject/WallstopStudios.DxMessaging.Tests.Runtime.Zenject.asmdef +0 -37
  925. package/Tests/Runtime/Integrations/Zenject/WallstopStudios.DxMessaging.Tests.Runtime.Zenject.asmdef.meta +0 -7
  926. package/Tests/Runtime/Integrations/Zenject/ZenjectIntegrationTests.cs +0 -142
  927. package/Tests/Runtime/Integrations/Zenject/ZenjectIntegrationTests.cs.meta +0 -11
  928. package/Tests/Runtime/Integrations/Zenject.meta +0 -8
  929. package/Tests/Runtime/Integrations.meta +0 -8
  930. package/Tests/Runtime/Scripts/Components/EmptyMessageAwareComponent.cs +0 -9
  931. package/Tests/Runtime/Scripts/Components/EmptyMessageAwareComponent.cs.meta +0 -11
  932. package/Tests/Runtime/Scripts/Components/GenericMessageAwareComponent.cs +0 -21
  933. package/Tests/Runtime/Scripts/Components/GenericMessageAwareComponent.cs.meta +0 -3
  934. package/Tests/Runtime/Scripts/Components/ManualListenerComponent.cs +0 -25
  935. package/Tests/Runtime/Scripts/Components/ManualListenerComponent.cs.meta +0 -11
  936. package/Tests/Runtime/Scripts/Components/ReflexiveReceiverComponent.cs +0 -17
  937. package/Tests/Runtime/Scripts/Components/ReflexiveReceiverComponent.cs.meta +0 -11
  938. package/Tests/Runtime/Scripts/Components/ShorthandTargetedBroadcastComponent.cs +0 -46
  939. package/Tests/Runtime/Scripts/Components/ShorthandTargetedBroadcastComponent.cs.meta +0 -12
  940. package/Tests/Runtime/Scripts/Components/SimpleMessageAwareComponent.cs +0 -198
  941. package/Tests/Runtime/Scripts/Components/SimpleMessageAwareComponent.cs.meta +0 -11
  942. package/Tests/Runtime/Scripts/Components/StringMessageAwareComponent.cs +0 -75
  943. package/Tests/Runtime/Scripts/Components/StringMessageAwareComponent.cs.meta +0 -12
  944. package/Tests/Runtime/Scripts/Components/UntargetedClassReceiverComponent.cs +0 -16
  945. package/Tests/Runtime/Scripts/Components/UntargetedClassReceiverComponent.cs.meta +0 -12
  946. package/Tests/Runtime/Scripts/Components/UntargetedReceiverComponent.cs +0 -16
  947. package/Tests/Runtime/Scripts/Components/UntargetedReceiverComponent.cs.meta +0 -12
  948. package/Tests/Runtime/Scripts/Components.meta +0 -8
  949. package/Tests/Runtime/Scripts/Messages/ClassUntargetedMessage.cs +0 -17
  950. package/Tests/Runtime/Scripts/Messages/ClassUntargetedMessage.cs.meta +0 -12
  951. package/Tests/Runtime/Scripts/Messages/ComplexTargetedMessage.cs +0 -29
  952. package/Tests/Runtime/Scripts/Messages/ComplexTargetedMessage.cs.meta +0 -11
  953. package/Tests/Runtime/Scripts/Messages/GenericUntargetedMessage.cs +0 -7
  954. package/Tests/Runtime/Scripts/Messages/GenericUntargetedMessage.cs.meta +0 -3
  955. package/Tests/Runtime/Scripts/Messages/SimpleBroadcastMessage.cs +0 -7
  956. package/Tests/Runtime/Scripts/Messages/SimpleBroadcastMessage.cs.meta +0 -11
  957. package/Tests/Runtime/Scripts/Messages/SimpleTargetedMessage.cs +0 -7
  958. package/Tests/Runtime/Scripts/Messages/SimpleTargetedMessage.cs.meta +0 -11
  959. package/Tests/Runtime/Scripts/Messages/SimpleUntargetedMessage.cs +0 -7
  960. package/Tests/Runtime/Scripts/Messages/SimpleUntargetedMessage.cs.meta +0 -11
  961. package/Tests/Runtime/Scripts/Messages.meta +0 -8
  962. package/Tests/Runtime/Scripts.meta +0 -8
  963. package/Tests/Runtime/TestUtilities/UnityFixtureBase.cs +0 -67
  964. package/Tests/Runtime/TestUtilities/UnityFixtureBase.cs.meta +0 -12
  965. package/Tests/Runtime/TestUtilities.meta +0 -9
  966. package/Tests/Runtime/Unity/MessageBusProviderAssetTests.cs +0 -60
  967. package/Tests/Runtime/Unity/MessageBusProviderAssetTests.cs.meta +0 -11
  968. package/Tests/Runtime/Unity/MessageBusProviderHandleTests.cs +0 -191
  969. package/Tests/Runtime/Unity/MessageBusProviderHandleTests.cs.meta +0 -12
  970. package/Tests/Runtime/Unity/MessagingComponentInstallerSceneTests.cs +0 -109
  971. package/Tests/Runtime/Unity/MessagingComponentInstallerSceneTests.cs.meta +0 -11
  972. package/Tests/Runtime/Unity/MessagingComponentProviderIntegrationTests.cs +0 -352
  973. package/Tests/Runtime/Unity/MessagingComponentProviderIntegrationTests.cs.meta +0 -12
  974. package/Tests/Runtime/Unity.meta +0 -9
  975. package/Tests/Runtime/WallstopStudios.DxMessaging.Tests.Runtime.asmdef +0 -21
  976. package/Tests/Runtime/WallstopStudios.DxMessaging.Tests.Runtime.asmdef.meta +0 -7
  977. package/Tests/Runtime.meta +0 -8
  978. package/Tests.meta +0 -8
  979. package/coverage/clover.xml +0 -219
  980. package/coverage/clover.xml.meta +0 -7
  981. package/coverage/coverage-final.json +0 -2
  982. package/coverage/coverage-final.json.meta +0 -7
  983. package/coverage/lcov-report/base.css +0 -224
  984. package/coverage/lcov-report/base.css.meta +0 -7
  985. package/coverage/lcov-report/block-navigation.js +0 -87
  986. package/coverage/lcov-report/block-navigation.js.meta +0 -7
  987. package/coverage/lcov-report/favicon.png +0 -0
  988. package/coverage/lcov-report/favicon.png.meta +0 -127
  989. package/coverage/lcov-report/index.html +0 -116
  990. package/coverage/lcov-report/index.html.meta +0 -7
  991. package/coverage/lcov-report/prettify.css +0 -1
  992. package/coverage/lcov-report/prettify.css.meta +0 -7
  993. package/coverage/lcov-report/prettify.js +0 -2
  994. package/coverage/lcov-report/prettify.js.meta +0 -7
  995. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  996. package/coverage/lcov-report/sort-arrow-sprite.png.meta +0 -127
  997. package/coverage/lcov-report/sorter.js +0 -210
  998. package/coverage/lcov-report/sorter.js.meta +0 -7
  999. package/coverage/lcov-report/transform-docs-to-wiki.js.html +0 -1312
  1000. package/coverage/lcov-report/transform-docs-to-wiki.js.html.meta +0 -7
  1001. package/coverage/lcov-report/vendor.meta +0 -8
  1002. package/coverage/lcov-report.meta +0 -8
  1003. package/coverage/lcov.info +0 -365
  1004. package/coverage/lcov.info.meta +0 -7
  1005. package/docs/advanced/emit-shorthands.md +0 -468
  1006. package/docs/advanced/emit-shorthands.md.meta +0 -7
  1007. package/docs/advanced/message-bus-providers.md +0 -497
  1008. package/docs/advanced/message-bus-providers.md.meta +0 -7
  1009. package/docs/advanced/registration-builders.md +0 -444
  1010. package/docs/advanced/registration-builders.md.meta +0 -7
  1011. package/docs/advanced/runtime-configuration.md +0 -408
  1012. package/docs/advanced/runtime-configuration.md.meta +0 -7
  1013. package/docs/advanced/string-messages.md +0 -71
  1014. package/docs/advanced/string-messages.md.meta +0 -7
  1015. package/docs/advanced.meta +0 -8
  1016. package/docs/architecture/comparisons.md +0 -1684
  1017. package/docs/architecture/comparisons.md.meta +0 -7
  1018. package/docs/architecture/design-and-architecture.md +0 -142
  1019. package/docs/architecture/design-and-architecture.md.meta +0 -7
  1020. package/docs/architecture/performance.md +0 -53
  1021. package/docs/architecture/performance.md.meta +0 -7
  1022. package/docs/architecture.meta +0 -8
  1023. package/docs/concepts/index.md +0 -37
  1024. package/docs/concepts/index.md.meta +0 -7
  1025. package/docs/concepts/interceptors-and-ordering.md +0 -522
  1026. package/docs/concepts/interceptors-and-ordering.md.meta +0 -7
  1027. package/docs/concepts/listening-patterns.md +0 -266
  1028. package/docs/concepts/listening-patterns.md.meta +0 -7
  1029. package/docs/concepts/mental-model.md +0 -390
  1030. package/docs/concepts/mental-model.md.meta +0 -7
  1031. package/docs/concepts/message-types.md +0 -218
  1032. package/docs/concepts/message-types.md.meta +0 -7
  1033. package/docs/concepts/targeting-and-context.md +0 -451
  1034. package/docs/concepts/targeting-and-context.md.meta +0 -7
  1035. package/docs/concepts.meta +0 -8
  1036. package/docs/examples/end-to-end-scene-transitions.md +0 -130
  1037. package/docs/examples/end-to-end-scene-transitions.md.meta +0 -7
  1038. package/docs/examples/end-to-end.md +0 -139
  1039. package/docs/examples/end-to-end.md.meta +0 -7
  1040. package/docs/examples.meta +0 -8
  1041. package/docs/getting-started/getting-started.md +0 -203
  1042. package/docs/getting-started/getting-started.md.meta +0 -7
  1043. package/docs/getting-started/index.md +0 -317
  1044. package/docs/getting-started/index.md.meta +0 -7
  1045. package/docs/getting-started/install.md +0 -89
  1046. package/docs/getting-started/install.md.meta +0 -7
  1047. package/docs/getting-started/overview.md +0 -159
  1048. package/docs/getting-started/overview.md.meta +0 -7
  1049. package/docs/getting-started/quick-start.md +0 -175
  1050. package/docs/getting-started/quick-start.md.meta +0 -7
  1051. package/docs/getting-started/visual-guide.md +0 -605
  1052. package/docs/getting-started/visual-guide.md.meta +0 -7
  1053. package/docs/getting-started.meta +0 -8
  1054. package/docs/guides/advanced.md +0 -261
  1055. package/docs/guides/advanced.md.meta +0 -7
  1056. package/docs/guides/diagnostics.md +0 -300
  1057. package/docs/guides/diagnostics.md.meta +0 -7
  1058. package/docs/guides/migration-guide.md +0 -513
  1059. package/docs/guides/migration-guide.md.meta +0 -7
  1060. package/docs/guides/patterns.md +0 -1080
  1061. package/docs/guides/patterns.md.meta +0 -7
  1062. package/docs/guides/testing.md +0 -243
  1063. package/docs/guides/testing.md.meta +0 -7
  1064. package/docs/guides/unity-integration.md +0 -139
  1065. package/docs/guides/unity-integration.md.meta +0 -7
  1066. package/docs/guides.meta +0 -8
  1067. package/docs/hooks.py +0 -177
  1068. package/docs/hooks.py.meta +0 -7
  1069. package/docs/images/DxMessaging-banner.svg +0 -119
  1070. package/docs/images/DxMessaging-banner.svg.meta +0 -7
  1071. package/docs/images.meta +0 -8
  1072. package/docs/index.md +0 -61
  1073. package/docs/index.md.meta +0 -7
  1074. package/docs/integrations/index.md +0 -66
  1075. package/docs/integrations/index.md.meta +0 -7
  1076. package/docs/integrations/reflex.md +0 -317
  1077. package/docs/integrations/reflex.md.meta +0 -7
  1078. package/docs/integrations/vcontainer.md +0 -333
  1079. package/docs/integrations/vcontainer.md.meta +0 -7
  1080. package/docs/integrations/zenject.md +0 -333
  1081. package/docs/integrations/zenject.md.meta +0 -7
  1082. package/docs/integrations.meta +0 -8
  1083. package/docs/javascripts/csharp-highlight.js +0 -246
  1084. package/docs/javascripts/csharp-highlight.js.meta +0 -7
  1085. package/docs/javascripts/mermaid-config.js +0 -387
  1086. package/docs/javascripts/mermaid-config.js.meta +0 -7
  1087. package/docs/javascripts.meta +0 -8
  1088. package/docs/reference/compatibility.md +0 -44
  1089. package/docs/reference/compatibility.md.meta +0 -7
  1090. package/docs/reference/faq.md +0 -57
  1091. package/docs/reference/faq.md.meta +0 -7
  1092. package/docs/reference/glossary.md +0 -267
  1093. package/docs/reference/glossary.md.meta +0 -7
  1094. package/docs/reference/helpers.md +0 -989
  1095. package/docs/reference/helpers.md.meta +0 -7
  1096. package/docs/reference/quick-reference.md +0 -269
  1097. package/docs/reference/quick-reference.md.meta +0 -7
  1098. package/docs/reference/reference.md +0 -365
  1099. package/docs/reference/reference.md.meta +0 -7
  1100. package/docs/reference/troubleshooting.md +0 -63
  1101. package/docs/reference/troubleshooting.md.meta +0 -7
  1102. package/docs/reference.meta +0 -8
  1103. package/docs/stylesheets/extra.css +0 -485
  1104. package/docs/stylesheets/extra.css.meta +0 -7
  1105. package/docs/stylesheets.meta +0 -8
  1106. package/docs.meta +0 -8
  1107. package/mkdocs.yml +0 -200
  1108. package/mkdocs.yml.meta +0 -7
  1109. package/requirements-docs.txt +0 -23
  1110. package/requirements-docs.txt.meta +0 -7
  1111. package/scripts/__tests__/generate-skills-index.test.js +0 -397
  1112. package/scripts/__tests__/generate-skills-index.test.js.meta +0 -7
  1113. package/scripts/__tests__/mermaid-config.test.js +0 -467
  1114. package/scripts/__tests__/mermaid-config.test.js.meta +0 -7
  1115. package/scripts/__tests__/sync-banner-version.test.js +0 -606
  1116. package/scripts/__tests__/sync-banner-version.test.js.meta +0 -7
  1117. package/scripts/__tests__/validate-skills-optional-fields.test.js +0 -1474
  1118. package/scripts/__tests__/validate-skills-optional-fields.test.js.meta +0 -7
  1119. package/scripts/__tests__/validate-skills-required-fields.test.js +0 -188
  1120. package/scripts/__tests__/validate-skills-required-fields.test.js.meta +0 -7
  1121. package/scripts/__tests__/validate-skills-tags.test.js +0 -353
  1122. package/scripts/__tests__/validate-skills-tags.test.js.meta +0 -7
  1123. package/scripts/__tests__/validate-workflows.test.js +0 -188
  1124. package/scripts/__tests__/validate-workflows.test.js.meta +0 -7
  1125. package/scripts/__tests__.meta +0 -8
  1126. package/scripts/check-eol.js +0 -365
  1127. package/scripts/check-eol.js.meta +0 -7
  1128. package/scripts/check-eol.ps1 +0 -179
  1129. package/scripts/check-eol.ps1.meta +0 -8
  1130. package/scripts/fix-eol.js +0 -164
  1131. package/scripts/fix-eol.js.meta +0 -7
  1132. package/scripts/fix-markdown-file.js +0 -64
  1133. package/scripts/fix-markdown-file.js.meta +0 -7
  1134. package/scripts/fix-md036-headings.js +0 -71
  1135. package/scripts/fix-md036-headings.js.meta +0 -7
  1136. package/scripts/generate-skills-index.js +0 -597
  1137. package/scripts/generate-skills-index.js.meta +0 -7
  1138. package/scripts/generate-skills-index.ps1 +0 -38
  1139. package/scripts/generate-skills-index.ps1.meta +0 -7
  1140. package/scripts/hooks/pre-commit +0 -59
  1141. package/scripts/hooks/pre-commit.meta +0 -7
  1142. package/scripts/hooks.meta +0 -8
  1143. package/scripts/lint-doc-links.ps1 +0 -25
  1144. package/scripts/lint-doc-links.ps1.meta +0 -7
  1145. package/scripts/sync-banner-version.ps1 +0 -133
  1146. package/scripts/sync-banner-version.ps1.meta +0 -7
  1147. package/scripts/sync-banner-version.sh +0 -16
  1148. package/scripts/sync-banner-version.sh.meta +0 -7
  1149. package/scripts/validate-skills.js +0 -757
  1150. package/scripts/validate-skills.js.meta +0 -7
  1151. package/scripts/validate-workflows.js +0 -272
  1152. package/scripts/validate-workflows.js.meta +0 -7
  1153. package/scripts/wiki/__tests__/transform.test.js +0 -380
  1154. package/scripts/wiki/__tests__/transform.test.js.meta +0 -7
  1155. package/scripts/wiki/__tests__.meta +0 -7
  1156. package/scripts/wiki/generate-wiki-sidebar.js +0 -122
  1157. package/scripts/wiki/generate-wiki-sidebar.js.meta +0 -7
  1158. package/scripts/wiki/transform-docs-to-wiki.js +0 -409
  1159. package/scripts/wiki/transform-docs-to-wiki.js.meta +0 -7
  1160. package/scripts/wiki.meta +0 -8
  1161. package/scripts.meta +0 -8
  1162. package/site/404.html +0 -1
  1163. package/site/404.html.meta +0 -7
  1164. package/site/advanced/emit-shorthands/index.html +0 -212
  1165. package/site/advanced/emit-shorthands/index.html.meta +0 -7
  1166. package/site/advanced/emit-shorthands.meta +0 -8
  1167. package/site/advanced/message-bus-providers/index.html +0 -241
  1168. package/site/advanced/message-bus-providers/index.html.meta +0 -7
  1169. package/site/advanced/message-bus-providers.meta +0 -8
  1170. package/site/advanced/registration-builders/index.html +0 -228
  1171. package/site/advanced/registration-builders/index.html.meta +0 -7
  1172. package/site/advanced/registration-builders.meta +0 -8
  1173. package/site/advanced/runtime-configuration/index.html +0 -196
  1174. package/site/advanced/runtime-configuration/index.html.meta +0 -7
  1175. package/site/advanced/runtime-configuration.meta +0 -8
  1176. package/site/advanced/string-messages/index.html +0 -29
  1177. package/site/advanced/string-messages/index.html.meta +0 -7
  1178. package/site/advanced/string-messages.meta +0 -8
  1179. package/site/advanced.meta +0 -8
  1180. package/site/architecture/comparisons/index.html +0 -356
  1181. package/site/architecture/comparisons/index.html.meta +0 -7
  1182. package/site/architecture/comparisons.meta +0 -8
  1183. package/site/architecture/design-and-architecture/index.html +0 -34
  1184. package/site/architecture/design-and-architecture/index.html.meta +0 -7
  1185. package/site/architecture/design-and-architecture.meta +0 -8
  1186. package/site/architecture/performance/index.html +0 -1
  1187. package/site/architecture/performance/index.html.meta +0 -7
  1188. package/site/architecture/performance.meta +0 -8
  1189. package/site/architecture.meta +0 -8
  1190. package/site/assets/images/favicon.png +0 -0
  1191. package/site/assets/images/favicon.png.meta +0 -127
  1192. package/site/assets/images.meta +0 -8
  1193. package/site/assets/javascripts/bundle.79ae519e.min.js +0 -16
  1194. package/site/assets/javascripts/bundle.79ae519e.min.js.map +0 -7
  1195. package/site/assets/javascripts/bundle.79ae519e.min.js.map.meta +0 -7
  1196. package/site/assets/javascripts/bundle.79ae519e.min.js.meta +0 -7
  1197. package/site/assets/javascripts/lunr/min/lunr.ar.min.js +0 -1
  1198. package/site/assets/javascripts/lunr/min/lunr.ar.min.js.meta +0 -7
  1199. package/site/assets/javascripts/lunr/min/lunr.da.min.js +0 -18
  1200. package/site/assets/javascripts/lunr/min/lunr.da.min.js.meta +0 -7
  1201. package/site/assets/javascripts/lunr/min/lunr.de.min.js +0 -18
  1202. package/site/assets/javascripts/lunr/min/lunr.de.min.js.meta +0 -7
  1203. package/site/assets/javascripts/lunr/min/lunr.du.min.js +0 -18
  1204. package/site/assets/javascripts/lunr/min/lunr.du.min.js.meta +0 -7
  1205. package/site/assets/javascripts/lunr/min/lunr.el.min.js +0 -1
  1206. package/site/assets/javascripts/lunr/min/lunr.el.min.js.meta +0 -7
  1207. package/site/assets/javascripts/lunr/min/lunr.es.min.js +0 -18
  1208. package/site/assets/javascripts/lunr/min/lunr.es.min.js.meta +0 -7
  1209. package/site/assets/javascripts/lunr/min/lunr.fi.min.js +0 -18
  1210. package/site/assets/javascripts/lunr/min/lunr.fi.min.js.meta +0 -7
  1211. package/site/assets/javascripts/lunr/min/lunr.fr.min.js +0 -18
  1212. package/site/assets/javascripts/lunr/min/lunr.fr.min.js.meta +0 -7
  1213. package/site/assets/javascripts/lunr/min/lunr.he.min.js +0 -1
  1214. package/site/assets/javascripts/lunr/min/lunr.he.min.js.meta +0 -7
  1215. package/site/assets/javascripts/lunr/min/lunr.hi.min.js +0 -1
  1216. package/site/assets/javascripts/lunr/min/lunr.hi.min.js.meta +0 -7
  1217. package/site/assets/javascripts/lunr/min/lunr.hu.min.js +0 -18
  1218. package/site/assets/javascripts/lunr/min/lunr.hu.min.js.meta +0 -7
  1219. package/site/assets/javascripts/lunr/min/lunr.hy.min.js +0 -1
  1220. package/site/assets/javascripts/lunr/min/lunr.hy.min.js.meta +0 -7
  1221. package/site/assets/javascripts/lunr/min/lunr.it.min.js +0 -18
  1222. package/site/assets/javascripts/lunr/min/lunr.it.min.js.meta +0 -7
  1223. package/site/assets/javascripts/lunr/min/lunr.ja.min.js +0 -1
  1224. package/site/assets/javascripts/lunr/min/lunr.ja.min.js.meta +0 -7
  1225. package/site/assets/javascripts/lunr/min/lunr.jp.min.js +0 -1
  1226. package/site/assets/javascripts/lunr/min/lunr.jp.min.js.meta +0 -7
  1227. package/site/assets/javascripts/lunr/min/lunr.kn.min.js +0 -1
  1228. package/site/assets/javascripts/lunr/min/lunr.kn.min.js.meta +0 -7
  1229. package/site/assets/javascripts/lunr/min/lunr.ko.min.js +0 -1
  1230. package/site/assets/javascripts/lunr/min/lunr.ko.min.js.meta +0 -7
  1231. package/site/assets/javascripts/lunr/min/lunr.multi.min.js +0 -1
  1232. package/site/assets/javascripts/lunr/min/lunr.multi.min.js.meta +0 -7
  1233. package/site/assets/javascripts/lunr/min/lunr.nl.min.js +0 -18
  1234. package/site/assets/javascripts/lunr/min/lunr.nl.min.js.meta +0 -7
  1235. package/site/assets/javascripts/lunr/min/lunr.no.min.js +0 -18
  1236. package/site/assets/javascripts/lunr/min/lunr.no.min.js.meta +0 -7
  1237. package/site/assets/javascripts/lunr/min/lunr.pt.min.js +0 -18
  1238. package/site/assets/javascripts/lunr/min/lunr.pt.min.js.meta +0 -7
  1239. package/site/assets/javascripts/lunr/min/lunr.ro.min.js +0 -18
  1240. package/site/assets/javascripts/lunr/min/lunr.ro.min.js.meta +0 -7
  1241. package/site/assets/javascripts/lunr/min/lunr.ru.min.js +0 -18
  1242. package/site/assets/javascripts/lunr/min/lunr.ru.min.js.meta +0 -7
  1243. package/site/assets/javascripts/lunr/min/lunr.sa.min.js +0 -1
  1244. package/site/assets/javascripts/lunr/min/lunr.sa.min.js.meta +0 -7
  1245. package/site/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +0 -1
  1246. package/site/assets/javascripts/lunr/min/lunr.stemmer.support.min.js.meta +0 -7
  1247. package/site/assets/javascripts/lunr/min/lunr.sv.min.js +0 -18
  1248. package/site/assets/javascripts/lunr/min/lunr.sv.min.js.meta +0 -7
  1249. package/site/assets/javascripts/lunr/min/lunr.ta.min.js +0 -1
  1250. package/site/assets/javascripts/lunr/min/lunr.ta.min.js.meta +0 -7
  1251. package/site/assets/javascripts/lunr/min/lunr.te.min.js +0 -1
  1252. package/site/assets/javascripts/lunr/min/lunr.te.min.js.meta +0 -7
  1253. package/site/assets/javascripts/lunr/min/lunr.th.min.js +0 -1
  1254. package/site/assets/javascripts/lunr/min/lunr.th.min.js.meta +0 -7
  1255. package/site/assets/javascripts/lunr/min/lunr.tr.min.js +0 -18
  1256. package/site/assets/javascripts/lunr/min/lunr.tr.min.js.meta +0 -7
  1257. package/site/assets/javascripts/lunr/min/lunr.vi.min.js +0 -1
  1258. package/site/assets/javascripts/lunr/min/lunr.vi.min.js.meta +0 -7
  1259. package/site/assets/javascripts/lunr/min/lunr.zh.min.js +0 -1
  1260. package/site/assets/javascripts/lunr/min/lunr.zh.min.js.meta +0 -7
  1261. package/site/assets/javascripts/lunr/min.meta +0 -8
  1262. package/site/assets/javascripts/lunr/tinyseg.js +0 -206
  1263. package/site/assets/javascripts/lunr/tinyseg.js.meta +0 -7
  1264. package/site/assets/javascripts/lunr/wordcut.js +0 -6708
  1265. package/site/assets/javascripts/lunr/wordcut.js.meta +0 -7
  1266. package/site/assets/javascripts/lunr.meta +0 -8
  1267. package/site/assets/javascripts/workers/search.2c215733.min.js +0 -42
  1268. package/site/assets/javascripts/workers/search.2c215733.min.js.map +0 -7
  1269. package/site/assets/javascripts/workers/search.2c215733.min.js.map.meta +0 -7
  1270. package/site/assets/javascripts/workers/search.2c215733.min.js.meta +0 -7
  1271. package/site/assets/javascripts/workers.meta +0 -8
  1272. package/site/assets/javascripts.meta +0 -8
  1273. package/site/assets/stylesheets/main.484c7ddc.min.css +0 -1
  1274. package/site/assets/stylesheets/main.484c7ddc.min.css.map +0 -1
  1275. package/site/assets/stylesheets/main.484c7ddc.min.css.map.meta +0 -7
  1276. package/site/assets/stylesheets/main.484c7ddc.min.css.meta +0 -7
  1277. package/site/assets/stylesheets/palette.ab4e12ef.min.css +0 -1
  1278. package/site/assets/stylesheets/palette.ab4e12ef.min.css.map +0 -1
  1279. package/site/assets/stylesheets/palette.ab4e12ef.min.css.map.meta +0 -7
  1280. package/site/assets/stylesheets/palette.ab4e12ef.min.css.meta +0 -7
  1281. package/site/assets/stylesheets.meta +0 -8
  1282. package/site/assets.meta +0 -8
  1283. package/site/concepts/index.html +0 -1
  1284. package/site/concepts/index.html.meta +0 -7
  1285. package/site/concepts/interceptors-and-ordering/index.html +0 -352
  1286. package/site/concepts/interceptors-and-ordering/index.html.meta +0 -7
  1287. package/site/concepts/interceptors-and-ordering.meta +0 -8
  1288. package/site/concepts/listening-patterns/index.html +0 -193
  1289. package/site/concepts/listening-patterns/index.html.meta +0 -7
  1290. package/site/concepts/listening-patterns.meta +0 -8
  1291. package/site/concepts/mental-model/index.html +0 -146
  1292. package/site/concepts/mental-model/index.html.meta +0 -7
  1293. package/site/concepts/mental-model.meta +0 -8
  1294. package/site/concepts/message-types/index.html +0 -111
  1295. package/site/concepts/message-types/index.html.meta +0 -7
  1296. package/site/concepts/message-types.meta +0 -8
  1297. package/site/concepts/targeting-and-context/index.html +0 -201
  1298. package/site/concepts/targeting-and-context/index.html.meta +0 -7
  1299. package/site/concepts/targeting-and-context.meta +0 -8
  1300. package/site/concepts.meta +0 -8
  1301. package/site/css/timeago.css +0 -15
  1302. package/site/css/timeago.css.meta +0 -7
  1303. package/site/css.meta +0 -8
  1304. package/site/examples/end-to-end/index.html +0 -85
  1305. package/site/examples/end-to-end/index.html.meta +0 -7
  1306. package/site/examples/end-to-end-scene-transitions/index.html +0 -84
  1307. package/site/examples/end-to-end-scene-transitions/index.html.meta +0 -7
  1308. package/site/examples/end-to-end-scene-transitions.meta +0 -8
  1309. package/site/examples/end-to-end.meta +0 -8
  1310. package/site/examples.meta +0 -8
  1311. package/site/getting-started/getting-started/index.html +0 -66
  1312. package/site/getting-started/getting-started/index.html.meta +0 -7
  1313. package/site/getting-started/getting-started.meta +0 -8
  1314. package/site/getting-started/index.html +0 -29
  1315. package/site/getting-started/index.html.meta +0 -7
  1316. package/site/getting-started/install/index.html +0 -8
  1317. package/site/getting-started/install/index.html.meta +0 -7
  1318. package/site/getting-started/install.meta +0 -8
  1319. package/site/getting-started/overview/index.html +0 -33
  1320. package/site/getting-started/overview/index.html.meta +0 -7
  1321. package/site/getting-started/overview.meta +0 -8
  1322. package/site/getting-started/quick-start/index.html +0 -81
  1323. package/site/getting-started/quick-start/index.html.meta +0 -7
  1324. package/site/getting-started/quick-start.meta +0 -8
  1325. package/site/getting-started/visual-guide/index.html +0 -256
  1326. package/site/getting-started/visual-guide/index.html.meta +0 -7
  1327. package/site/getting-started/visual-guide.meta +0 -8
  1328. package/site/getting-started.meta +0 -8
  1329. package/site/guides/advanced/index.html +0 -119
  1330. package/site/guides/advanced/index.html.meta +0 -7
  1331. package/site/guides/advanced.meta +0 -8
  1332. package/site/guides/diagnostics/index.html +0 -110
  1333. package/site/guides/diagnostics/index.html.meta +0 -7
  1334. package/site/guides/diagnostics.meta +0 -8
  1335. package/site/guides/migration-guide/index.html +0 -199
  1336. package/site/guides/migration-guide/index.html.meta +0 -7
  1337. package/site/guides/migration-guide.meta +0 -8
  1338. package/site/guides/patterns/index.html +0 -545
  1339. package/site/guides/patterns/index.html.meta +0 -7
  1340. package/site/guides/patterns.meta +0 -8
  1341. package/site/guides/testing/index.html +0 -153
  1342. package/site/guides/testing/index.html.meta +0 -7
  1343. package/site/guides/testing.meta +0 -8
  1344. package/site/guides/unity-integration/index.html +0 -67
  1345. package/site/guides/unity-integration/index.html.meta +0 -7
  1346. package/site/guides/unity-integration.meta +0 -8
  1347. package/site/guides.meta +0 -8
  1348. package/site/hooks.py +0 -168
  1349. package/site/hooks.py.meta +0 -7
  1350. package/site/images/DxMessaging-banner.svg +0 -119
  1351. package/site/images/DxMessaging-banner.svg.meta +0 -7
  1352. package/site/images.meta +0 -8
  1353. package/site/index.html +0 -17
  1354. package/site/index.html.meta +0 -7
  1355. package/site/integrations/index.html +0 -8
  1356. package/site/integrations/index.html.meta +0 -7
  1357. package/site/integrations/reflex/index.html +0 -186
  1358. package/site/integrations/reflex/index.html.meta +0 -7
  1359. package/site/integrations/reflex.meta +0 -8
  1360. package/site/integrations/vcontainer/index.html +0 -192
  1361. package/site/integrations/vcontainer/index.html.meta +0 -7
  1362. package/site/integrations/vcontainer.meta +0 -8
  1363. package/site/integrations/zenject/index.html +0 -197
  1364. package/site/integrations/zenject/index.html.meta +0 -7
  1365. package/site/integrations/zenject.meta +0 -8
  1366. package/site/integrations.meta +0 -8
  1367. package/site/javascripts/csharp-highlight.js +0 -246
  1368. package/site/javascripts/csharp-highlight.js.meta +0 -7
  1369. package/site/javascripts/mermaid-config.js +0 -350
  1370. package/site/javascripts/mermaid-config.js.meta +0 -7
  1371. package/site/javascripts.meta +0 -8
  1372. package/site/js/timeago.min.js +0 -2
  1373. package/site/js/timeago.min.js.meta +0 -7
  1374. package/site/js/timeago_mkdocs_material.js +0 -33
  1375. package/site/js/timeago_mkdocs_material.js.meta +0 -7
  1376. package/site/js.meta +0 -8
  1377. package/site/reference/compatibility/index.html +0 -1
  1378. package/site/reference/compatibility/index.html.meta +0 -7
  1379. package/site/reference/compatibility.meta +0 -8
  1380. package/site/reference/faq/index.html +0 -1
  1381. package/site/reference/faq/index.html.meta +0 -7
  1382. package/site/reference/faq.meta +0 -8
  1383. package/site/reference/glossary/index.html +0 -55
  1384. package/site/reference/glossary/index.html.meta +0 -7
  1385. package/site/reference/glossary.meta +0 -8
  1386. package/site/reference/helpers/index.html +0 -475
  1387. package/site/reference/helpers/index.html.meta +0 -7
  1388. package/site/reference/helpers.meta +0 -8
  1389. package/site/reference/quick-reference/index.html +0 -138
  1390. package/site/reference/quick-reference/index.html.meta +0 -7
  1391. package/site/reference/quick-reference.meta +0 -8
  1392. package/site/reference/reference/index.html +0 -194
  1393. package/site/reference/reference/index.html.meta +0 -7
  1394. package/site/reference/reference.meta +0 -8
  1395. package/site/reference/troubleshooting/index.html +0 -1
  1396. package/site/reference/troubleshooting/index.html.meta +0 -7
  1397. package/site/reference/troubleshooting.meta +0 -8
  1398. package/site/reference.meta +0 -8
  1399. package/site/search/search_index.json +0 -1
  1400. package/site/search/search_index.json.meta +0 -7
  1401. package/site/search.meta +0 -8
  1402. package/site/sitemap.xml +0 -163
  1403. package/site/sitemap.xml.gz +0 -0
  1404. package/site/sitemap.xml.gz.meta +0 -7
  1405. package/site/sitemap.xml.meta +0 -7
  1406. package/site/stylesheets/extra.css +0 -485
  1407. package/site/stylesheets/extra.css.meta +0 -7
  1408. package/site/stylesheets.meta +0 -8
@@ -1,1932 +0,0 @@
1
- #if UNITY_2021_3_OR_NEWER
2
- namespace DxMessaging.Tests.Runtime.Core
3
- {
4
- using System.Collections;
5
- using System.Collections.Generic;
6
- using DxMessaging.Core;
7
- using DxMessaging.Core.Extensions;
8
- using DxMessaging.Core.Messages;
9
- using DxMessaging.Tests.Runtime.Scripts.Components;
10
- using DxMessaging.Tests.Runtime.Scripts.Messages;
11
- using NUnit.Framework;
12
- using UnityEngine;
13
- using UnityEngine.TestTools;
14
-
15
- public sealed class OrderingTests : MessagingTestBase
16
- {
17
- [UnityTest]
18
- public IEnumerator UntargetedMixedFastThenActions()
19
- {
20
- GameObject go = new(
21
- nameof(UntargetedMixedFastThenActions),
22
- typeof(EmptyMessageAwareComponent)
23
- );
24
- _spawned.Add(go);
25
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
26
- MessageRegistrationToken token = GetToken(comp);
27
- List<string> order = new();
28
- _ = token.RegisterUntargeted((ref SimpleUntargetedMessage _) => order.Add("F1"), 0);
29
- _ = token.RegisterUntargeted((SimpleUntargetedMessage _) => order.Add("A1"), 0);
30
- _ = token.RegisterUntargeted((SimpleUntargetedMessage _) => order.Add("A2"), 0);
31
- SimpleUntargetedMessage msg = new();
32
- msg.EmitUntargeted();
33
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
34
- yield break;
35
- }
36
-
37
- [UnityTest]
38
- public IEnumerator PipelineOrderingUntargeted()
39
- {
40
- GameObject go = new(
41
- nameof(PipelineOrderingUntargeted),
42
- typeof(EmptyMessageAwareComponent)
43
- );
44
- _spawned.Add(go);
45
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
46
- MessageRegistrationToken token = GetToken(comp);
47
-
48
- List<string> stages = new();
49
-
50
- // Interceptors at different priorities
51
- _ = token.RegisterUntargetedInterceptor(
52
- (ref SimpleUntargetedMessage _) =>
53
- {
54
- stages.Add("I0");
55
- return true;
56
- },
57
- priority: 0
58
- );
59
- _ = token.RegisterUntargetedInterceptor(
60
- (ref SimpleUntargetedMessage _) =>
61
- {
62
- stages.Add("I1");
63
- return true;
64
- },
65
- priority: 1
66
- );
67
-
68
- // Global accept-all (untargeted only)
69
- _ = token.RegisterGlobalAcceptAll(_ => stages.Add("G"), (_, _) => { }, (_, _) => { });
70
-
71
- // Type handler
72
- _ = token.RegisterUntargeted((ref SimpleUntargetedMessage _) => stages.Add("H"));
73
-
74
- // Post-processor
75
- _ = token.RegisterUntargetedPostProcessor(
76
- (ref SimpleUntargetedMessage _) => stages.Add("P")
77
- );
78
-
79
- SimpleUntargetedMessage msg = new();
80
- msg.EmitUntargeted();
81
-
82
- Assert.AreEqual(
83
- new[] { "I0", "I1", "G", "H", "P" },
84
- stages.ToArray(),
85
- "Untargeted pipeline must be Interceptors -> Global -> Handlers -> Post-Processors."
86
- );
87
- yield break;
88
- }
89
-
90
- [UnityTest]
91
- public IEnumerator PipelineOrderingTargetedGameObject()
92
- {
93
- GameObject go = new(
94
- nameof(PipelineOrderingTargetedGameObject),
95
- typeof(EmptyMessageAwareComponent)
96
- );
97
- _spawned.Add(go);
98
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
99
- MessageRegistrationToken token = GetToken(comp);
100
- InstanceId target = go;
101
-
102
- List<string> stages = new();
103
-
104
- _ = token.RegisterTargetedInterceptor(
105
- (ref InstanceId _, ref SimpleTargetedMessage _) =>
106
- {
107
- stages.Add("I0");
108
- return true;
109
- },
110
- 0
111
- );
112
- _ = token.RegisterTargetedInterceptor(
113
- (ref InstanceId _, ref SimpleTargetedMessage _) =>
114
- {
115
- stages.Add("I1");
116
- return true;
117
- },
118
- 1
119
- );
120
-
121
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => stages.Add("G"), (_, _) => { });
122
-
123
- _ = token.RegisterGameObjectTargeted(
124
- go,
125
- (ref SimpleTargetedMessage _) => stages.Add("H")
126
- );
127
- _ = token.RegisterGameObjectTargetedPostProcessor(
128
- go,
129
- (ref SimpleTargetedMessage _) => stages.Add("P")
130
- );
131
-
132
- SimpleTargetedMessage msg = new();
133
- msg.EmitTargeted(target);
134
- Assert.AreEqual(
135
- new[] { "I0", "I1", "G", "H", "P" },
136
- stages.ToArray(),
137
- "Targeted pipeline must be Interceptors -> Global -> Handlers -> Post-Processors."
138
- );
139
- yield break;
140
- }
141
-
142
- [UnityTest]
143
- public IEnumerator PipelineOrderingBroadcastGameObject()
144
- {
145
- GameObject go = new(
146
- nameof(PipelineOrderingBroadcastGameObject),
147
- typeof(EmptyMessageAwareComponent)
148
- );
149
- _spawned.Add(go);
150
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
151
- MessageRegistrationToken token = GetToken(comp);
152
-
153
- List<string> stages = new();
154
-
155
- _ = token.RegisterBroadcastInterceptor(
156
- (ref InstanceId _, ref SimpleBroadcastMessage _) =>
157
- {
158
- stages.Add("I0");
159
- return true;
160
- },
161
- 0
162
- );
163
- _ = token.RegisterBroadcastInterceptor(
164
- (ref InstanceId _, ref SimpleBroadcastMessage _) =>
165
- {
166
- stages.Add("I1");
167
- return true;
168
- },
169
- 1
170
- );
171
-
172
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => { }, (_, _) => stages.Add("G"));
173
-
174
- _ = token.RegisterGameObjectBroadcast(
175
- go,
176
- (ref SimpleBroadcastMessage _) => stages.Add("H")
177
- );
178
- _ = token.RegisterGameObjectBroadcastPostProcessor(
179
- go,
180
- (ref SimpleBroadcastMessage _) => stages.Add("P")
181
- );
182
-
183
- SimpleBroadcastMessage msg = new();
184
- msg.EmitGameObjectBroadcast(go);
185
- Assert.AreEqual(
186
- new[] { "I0", "I1", "G", "H", "P" },
187
- stages.ToArray(),
188
- "Broadcast pipeline must be Interceptors -> Global -> Handlers -> Post-Processors."
189
- );
190
- yield break;
191
- }
192
-
193
- [UnityTest]
194
- public IEnumerator PostProcessorTargetedSamePriorityInRegistrationOrder()
195
- {
196
- GameObject go = new(
197
- nameof(PostProcessorTargetedSamePriorityInRegistrationOrder),
198
- typeof(EmptyMessageAwareComponent)
199
- );
200
- _spawned.Add(go);
201
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
202
- MessageRegistrationToken token = GetToken(comp);
203
-
204
- List<int> order = new();
205
- _ = token.RegisterGameObjectTargetedPostProcessor(
206
- go,
207
- (ref SimpleTargetedMessage _) => order.Add(1),
208
- 0
209
- );
210
- _ = token.RegisterGameObjectTargetedPostProcessor(
211
- go,
212
- (ref SimpleTargetedMessage _) => order.Add(2),
213
- 0
214
- );
215
- _ = token.RegisterGameObjectTargetedPostProcessor(
216
- go,
217
- (ref SimpleTargetedMessage _) => order.Add(3),
218
- 0
219
- );
220
-
221
- SimpleTargetedMessage msg = new();
222
- msg.EmitGameObjectTargeted(go);
223
- Assert.AreEqual(
224
- new[] { 1, 2, 3 },
225
- order.ToArray(),
226
- "Targeted post-processors at same priority should run by registration order."
227
- );
228
- yield break;
229
- }
230
-
231
- [UnityTest]
232
- public IEnumerator PostProcessorBroadcastSamePriorityInRegistrationOrder()
233
- {
234
- GameObject go = new(
235
- nameof(PostProcessorBroadcastSamePriorityInRegistrationOrder),
236
- typeof(EmptyMessageAwareComponent)
237
- );
238
- _spawned.Add(go);
239
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
240
- MessageRegistrationToken token = GetToken(comp);
241
-
242
- List<int> order = new();
243
- _ = token.RegisterGameObjectBroadcastPostProcessor(
244
- go,
245
- (ref SimpleBroadcastMessage _) => order.Add(1),
246
- 0
247
- );
248
- _ = token.RegisterGameObjectBroadcastPostProcessor(
249
- go,
250
- (ref SimpleBroadcastMessage _) => order.Add(2),
251
- 0
252
- );
253
- _ = token.RegisterGameObjectBroadcastPostProcessor(
254
- go,
255
- (ref SimpleBroadcastMessage _) => order.Add(3),
256
- 0
257
- );
258
-
259
- SimpleBroadcastMessage msg = new();
260
- msg.EmitGameObjectBroadcast(go);
261
- Assert.AreEqual(
262
- new[] { 1, 2, 3 },
263
- order.ToArray(),
264
- "Broadcast post-processors at same priority should run by registration order."
265
- );
266
- yield break;
267
- }
268
-
269
- [UnityTest]
270
- public IEnumerator TargetedWithoutTargetingHandlersSamePriorityInRegistrationOrder()
271
- {
272
- GameObject go = new(
273
- nameof(TargetedWithoutTargetingHandlersSamePriorityInRegistrationOrder),
274
- typeof(EmptyMessageAwareComponent)
275
- );
276
- _spawned.Add(go);
277
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
278
- MessageRegistrationToken token = GetToken(comp);
279
-
280
- List<int> order = new();
281
- _ = token.RegisterTargetedWithoutTargeting(
282
- (InstanceId _, SimpleTargetedMessage _) => order.Add(1),
283
- 0
284
- );
285
- _ = token.RegisterTargetedWithoutTargeting(
286
- (InstanceId _, SimpleTargetedMessage _) => order.Add(2),
287
- 0
288
- );
289
- _ = token.RegisterTargetedWithoutTargeting(
290
- (InstanceId _, SimpleTargetedMessage _) => order.Add(3),
291
- 0
292
- );
293
-
294
- SimpleTargetedMessage msg = new();
295
- msg.EmitGameObjectTargeted(go);
296
- Assert.AreEqual(
297
- new[] { 1, 2, 3 },
298
- order.ToArray(),
299
- "TargetedWithoutTargeting handlers at same priority should run by registration order."
300
- );
301
- yield break;
302
- }
303
-
304
- [UnityTest]
305
- public IEnumerator TargetedWithoutTargetingPostProcessorsSamePriorityInRegistrationOrder()
306
- {
307
- GameObject go = new(
308
- nameof(TargetedWithoutTargetingPostProcessorsSamePriorityInRegistrationOrder),
309
- typeof(EmptyMessageAwareComponent)
310
- );
311
- _spawned.Add(go);
312
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
313
- MessageRegistrationToken token = GetToken(comp);
314
-
315
- List<int> order = new();
316
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
317
- (InstanceId _, SimpleTargetedMessage _) => order.Add(1),
318
- 0
319
- );
320
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
321
- (InstanceId _, SimpleTargetedMessage _) => order.Add(2),
322
- 0
323
- );
324
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
325
- (InstanceId _, SimpleTargetedMessage _) => order.Add(3),
326
- 0
327
- );
328
-
329
- SimpleTargetedMessage msg = new();
330
- msg.EmitGameObjectTargeted(go);
331
- Assert.AreEqual(
332
- new[] { 1, 2, 3 },
333
- order.ToArray(),
334
- "TargetedWithoutTargeting post-processors at same priority should run by registration order."
335
- );
336
- yield break;
337
- }
338
-
339
- [UnityTest]
340
- public IEnumerator BroadcastWithoutSourceHandlersSamePriorityInRegistrationOrder()
341
- {
342
- GameObject go = new(
343
- nameof(BroadcastWithoutSourceHandlersSamePriorityInRegistrationOrder),
344
- typeof(EmptyMessageAwareComponent)
345
- );
346
- _spawned.Add(go);
347
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
348
- MessageRegistrationToken token = GetToken(comp);
349
-
350
- List<int> order = new();
351
- _ = token.RegisterBroadcastWithoutSource(
352
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(1),
353
- 0
354
- );
355
- _ = token.RegisterBroadcastWithoutSource(
356
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(2),
357
- 0
358
- );
359
- _ = token.RegisterBroadcastWithoutSource(
360
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(3),
361
- 0
362
- );
363
-
364
- SimpleBroadcastMessage msg = new();
365
- msg.EmitGameObjectBroadcast(go);
366
- Assert.AreEqual(
367
- new[] { 1, 2, 3 },
368
- order.ToArray(),
369
- "BroadcastWithoutSource handlers at same priority should run by registration order."
370
- );
371
- yield break;
372
- }
373
-
374
- [UnityTest]
375
- public IEnumerator BroadcastWithoutSourcePostProcessorsSamePriorityInRegistrationOrder()
376
- {
377
- GameObject go = new(
378
- nameof(BroadcastWithoutSourcePostProcessorsSamePriorityInRegistrationOrder),
379
- typeof(EmptyMessageAwareComponent)
380
- );
381
- _spawned.Add(go);
382
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
383
- MessageRegistrationToken token = GetToken(comp);
384
-
385
- List<int> order = new();
386
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
387
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(1),
388
- 0
389
- );
390
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
391
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(2),
392
- 0
393
- );
394
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
395
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(3),
396
- 0
397
- );
398
-
399
- SimpleBroadcastMessage msg = new();
400
- msg.EmitGameObjectBroadcast(go);
401
- Assert.AreEqual(
402
- new[] { 1, 2, 3 },
403
- order.ToArray(),
404
- "BroadcastWithoutSource post-processors at same priority should run by registration order."
405
- );
406
- yield break;
407
- }
408
-
409
- [UnityTest]
410
- public IEnumerator GlobalAcceptAllUntargetedFastBeforeActions()
411
- {
412
- GameObject go = new(
413
- nameof(GlobalAcceptAllUntargetedFastBeforeActions),
414
- typeof(EmptyMessageAwareComponent)
415
- );
416
- _spawned.Add(go);
417
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
418
- MessageRegistrationToken token = GetToken(comp);
419
-
420
- List<string> order = new();
421
- // Register action first, then fast — fast should still run first
422
- _ = token.RegisterGlobalAcceptAll(_ => order.Add("A"), (_, _) => { }, (_, _) => { });
423
- _ = token.RegisterGlobalAcceptAll(
424
- (ref IUntargetedMessage _) => order.Add("F"),
425
- (ref InstanceId _, ref ITargetedMessage _) => { },
426
- (ref InstanceId _, ref IBroadcastMessage _) => { }
427
- );
428
-
429
- SimpleUntargetedMessage msg = new();
430
- msg.EmitUntargeted();
431
- Assert.AreEqual(
432
- new[] { "F", "A" },
433
- order.ToArray(),
434
- "GlobalAcceptAll (Untargeted) should run fast handlers before action handlers at the same logical step."
435
- );
436
- yield break;
437
- }
438
-
439
- [UnityTest]
440
- public IEnumerator GlobalAcceptAllTargetedFastBeforeActions()
441
- {
442
- GameObject go = new(
443
- nameof(GlobalAcceptAllTargetedFastBeforeActions),
444
- typeof(EmptyMessageAwareComponent)
445
- );
446
- _spawned.Add(go);
447
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
448
- MessageRegistrationToken token = GetToken(comp);
449
-
450
- List<string> order = new();
451
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => order.Add("A"), (_, _) => { });
452
- _ = token.RegisterGlobalAcceptAll(
453
- (ref IUntargetedMessage _) => { },
454
- (ref InstanceId _, ref ITargetedMessage _) => order.Add("F"),
455
- (ref InstanceId _, ref IBroadcastMessage _) => { }
456
- );
457
-
458
- SimpleTargetedMessage msg = new();
459
- msg.EmitGameObjectTargeted(go);
460
- Assert.AreEqual(
461
- new[] { "F", "A" },
462
- order.ToArray(),
463
- "GlobalAcceptAll (Targeted) should run fast handlers before action handlers at the same logical step."
464
- );
465
- yield break;
466
- }
467
-
468
- [UnityTest]
469
- public IEnumerator GlobalAcceptAllBroadcastFastBeforeActions()
470
- {
471
- GameObject go = new(
472
- nameof(GlobalAcceptAllBroadcastFastBeforeActions),
473
- typeof(EmptyMessageAwareComponent)
474
- );
475
- _spawned.Add(go);
476
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
477
- MessageRegistrationToken token = GetToken(comp);
478
-
479
- List<string> order = new();
480
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => { }, (_, _) => order.Add("A"));
481
- _ = token.RegisterGlobalAcceptAll(
482
- (ref IUntargetedMessage _) => { },
483
- (ref InstanceId _, ref ITargetedMessage _) => { },
484
- (ref InstanceId _, ref IBroadcastMessage _) => order.Add("F")
485
- );
486
-
487
- SimpleBroadcastMessage msg = new();
488
- msg.EmitGameObjectBroadcast(go);
489
- Assert.AreEqual(
490
- new[] { "F", "A" },
491
- order.ToArray(),
492
- "GlobalAcceptAll (Broadcast) should run fast handlers before action handlers at the same logical step."
493
- );
494
- yield break;
495
- }
496
-
497
- [UnityTest]
498
- public IEnumerator TargetedWithoutTargetingMixedFastBeforeActions()
499
- {
500
- GameObject go = new(
501
- nameof(TargetedWithoutTargetingMixedFastBeforeActions),
502
- typeof(EmptyMessageAwareComponent)
503
- );
504
- _spawned.Add(go);
505
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
506
- MessageRegistrationToken token = GetToken(comp);
507
-
508
- List<string> order = new();
509
- // Register action then fast — fast should still be invoked first within the group
510
- _ = token.RegisterTargetedWithoutTargeting(
511
- (InstanceId _, SimpleTargetedMessage _) => order.Add("A"),
512
- 0
513
- );
514
- _ = token.RegisterTargetedWithoutTargeting(
515
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add("F"),
516
- 0
517
- );
518
-
519
- SimpleTargetedMessage msg = new();
520
- msg.EmitGameObjectTargeted(go);
521
- Assert.AreEqual(new[] { "F", "A" }, order.ToArray());
522
- yield break;
523
- }
524
-
525
- [UnityTest]
526
- public IEnumerator BroadcastWithoutSourceMixedFastBeforeActions()
527
- {
528
- GameObject go = new(
529
- nameof(BroadcastWithoutSourceMixedFastBeforeActions),
530
- typeof(EmptyMessageAwareComponent)
531
- );
532
- _spawned.Add(go);
533
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
534
- MessageRegistrationToken token = GetToken(comp);
535
-
536
- List<string> order = new();
537
- _ = token.RegisterBroadcastWithoutSource(
538
- (InstanceId _, SimpleBroadcastMessage _) => order.Add("A"),
539
- 0
540
- );
541
- _ = token.RegisterBroadcastWithoutSource(
542
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add("F"),
543
- 0
544
- );
545
-
546
- SimpleBroadcastMessage msg = new();
547
- msg.EmitGameObjectBroadcast(go);
548
- Assert.AreEqual(new[] { "F", "A" }, order.ToArray());
549
- yield break;
550
- }
551
-
552
- [UnityTest]
553
- public IEnumerator PipelineOrderingTargetedWithWithoutTargetingHandlersAndPostProcessors()
554
- {
555
- GameObject go = new(
556
- nameof(PipelineOrderingTargetedWithWithoutTargetingHandlersAndPostProcessors),
557
- typeof(EmptyMessageAwareComponent)
558
- );
559
- _spawned.Add(go);
560
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
561
- MessageRegistrationToken token = GetToken(comp);
562
-
563
- List<string> stages = new();
564
-
565
- _ = token.RegisterTargetedInterceptor(
566
- (ref InstanceId _, ref SimpleTargetedMessage _) =>
567
- {
568
- stages.Add("I");
569
- return true;
570
- },
571
- 0
572
- );
573
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => stages.Add("G"), (_, _) => { });
574
- _ = token.RegisterGameObjectTargeted(
575
- go,
576
- (ref SimpleTargetedMessage _) => stages.Add("Hspec")
577
- );
578
- _ = token.RegisterTargetedWithoutTargeting(
579
- (InstanceId _, SimpleTargetedMessage _) => stages.Add("Hall")
580
- );
581
- _ = token.RegisterGameObjectTargetedPostProcessor(
582
- go,
583
- (ref SimpleTargetedMessage _) => stages.Add("Pspec")
584
- );
585
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
586
- (InstanceId _, SimpleTargetedMessage _) => stages.Add("Pall")
587
- );
588
-
589
- SimpleTargetedMessage msg = new();
590
- msg.EmitGameObjectTargeted(go);
591
- Assert.AreEqual(
592
- new[] { "I", "G", "Hspec", "Hall", "Pspec", "Pall" },
593
- stages.ToArray(),
594
- "Targeted pipeline must include WithoutTargeting handlers between specific handlers and post-processors."
595
- );
596
- yield break;
597
- }
598
-
599
- [UnityTest]
600
- public IEnumerator PipelineOrderingBroadcastWithWithoutSourceHandlersAndPostProcessors()
601
- {
602
- GameObject go = new(
603
- nameof(PipelineOrderingBroadcastWithWithoutSourceHandlersAndPostProcessors),
604
- typeof(EmptyMessageAwareComponent)
605
- );
606
- _spawned.Add(go);
607
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
608
- MessageRegistrationToken token = GetToken(comp);
609
-
610
- List<string> stages = new();
611
- _ = token.RegisterBroadcastInterceptor(
612
- (ref InstanceId _, ref SimpleBroadcastMessage _) =>
613
- {
614
- stages.Add("I");
615
- return true;
616
- },
617
- 0
618
- );
619
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => { }, (_, _) => stages.Add("G"));
620
- _ = token.RegisterGameObjectBroadcast(
621
- go,
622
- (ref SimpleBroadcastMessage _) => stages.Add("Hspec")
623
- );
624
- _ = token.RegisterBroadcastWithoutSource(
625
- (InstanceId _, SimpleBroadcastMessage _) => stages.Add("Hall")
626
- );
627
- _ = token.RegisterGameObjectBroadcastPostProcessor(
628
- go,
629
- (ref SimpleBroadcastMessage _) => stages.Add("Pspec")
630
- );
631
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
632
- (InstanceId _, SimpleBroadcastMessage _) => stages.Add("Pall")
633
- );
634
-
635
- SimpleBroadcastMessage msg = new();
636
- msg.EmitGameObjectBroadcast(go);
637
- Assert.AreEqual(
638
- new[] { "I", "G", "Hspec", "Hall", "Pspec", "Pall" },
639
- stages.ToArray(),
640
- "Broadcast pipeline must include WithoutSource handlers between specific handlers and post-processors."
641
- );
642
- yield break;
643
- }
644
-
645
- [UnityTest]
646
- public IEnumerator UntargetedSamePriorityActionsInRegistrationOrder()
647
- {
648
- GameObject go = new(
649
- nameof(UntargetedSamePriorityActionsInRegistrationOrder),
650
- typeof(EmptyMessageAwareComponent)
651
- );
652
- _spawned.Add(go);
653
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
654
- MessageRegistrationToken token = GetToken(comp);
655
-
656
- List<int> order = new();
657
- _ = token.RegisterUntargeted((SimpleUntargetedMessage _) => order.Add(1), 0);
658
- _ = token.RegisterUntargeted((SimpleUntargetedMessage _) => order.Add(2), 0);
659
- _ = token.RegisterUntargeted((SimpleUntargetedMessage _) => order.Add(3), 0);
660
-
661
- SimpleUntargetedMessage msg = new();
662
- msg.EmitUntargeted();
663
- Assert.AreEqual(
664
- new[] { 1, 2, 3 },
665
- order.ToArray(),
666
- "Untargeted action handlers at same priority should run by registration order."
667
- );
668
- yield break;
669
- }
670
-
671
- [UnityTest]
672
- public IEnumerator UntargetedSamePriorityFastInRegistrationOrder()
673
- {
674
- GameObject go = new(
675
- nameof(UntargetedSamePriorityFastInRegistrationOrder),
676
- typeof(EmptyMessageAwareComponent)
677
- );
678
- _spawned.Add(go);
679
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
680
- MessageRegistrationToken token = GetToken(comp);
681
-
682
- List<int> order = new();
683
- _ = token.RegisterUntargeted((ref SimpleUntargetedMessage _) => order.Add(1), 0);
684
- _ = token.RegisterUntargeted((ref SimpleUntargetedMessage _) => order.Add(2), 0);
685
- _ = token.RegisterUntargeted((ref SimpleUntargetedMessage _) => order.Add(3), 0);
686
-
687
- SimpleUntargetedMessage msg = new();
688
- msg.EmitUntargeted();
689
- Assert.AreEqual(
690
- new[] { 1, 2, 3 },
691
- order.ToArray(),
692
- "Untargeted fast handlers at same priority should run by registration order."
693
- );
694
- yield break;
695
- }
696
-
697
- [UnityTest]
698
- public IEnumerator UntargetedSamePriorityMixedFastBeforeActions()
699
- {
700
- GameObject go = new(
701
- nameof(UntargetedSamePriorityMixedFastBeforeActions),
702
- typeof(EmptyMessageAwareComponent)
703
- );
704
- _spawned.Add(go);
705
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
706
- MessageRegistrationToken token = GetToken(comp);
707
-
708
- List<string> order = new();
709
- // Register an action handler first (by-value)
710
- _ = token.RegisterUntargeted((SimpleUntargetedMessage _) => order.Add("A1"), 0);
711
- // Then a fast handler (by-ref)
712
- _ = token.RegisterUntargeted((ref SimpleUntargetedMessage _) => order.Add("F1"), 0);
713
- // Another action handler (by-value)
714
- _ = token.RegisterUntargeted((SimpleUntargetedMessage _) => order.Add("A2"), 0);
715
-
716
- SimpleUntargetedMessage msg = new();
717
- msg.EmitUntargeted();
718
- // Fast handlers run before action handlers at the same priority; within each group, registration order is preserved
719
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
720
- yield break;
721
- }
722
-
723
- [UnityTest]
724
- public IEnumerator TargetedSamePriorityActionsGameObjectInRegistrationOrder()
725
- {
726
- GameObject go = new(
727
- nameof(TargetedSamePriorityActionsGameObjectInRegistrationOrder),
728
- typeof(EmptyMessageAwareComponent)
729
- );
730
- _spawned.Add(go);
731
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
732
- MessageRegistrationToken token = GetToken(comp);
733
-
734
- List<int> order = new();
735
- _ = token.RegisterGameObjectTargeted(go, (SimpleTargetedMessage _) => order.Add(1), 0);
736
- _ = token.RegisterGameObjectTargeted(go, (SimpleTargetedMessage _) => order.Add(2), 0);
737
- _ = token.RegisterGameObjectTargeted(go, (SimpleTargetedMessage _) => order.Add(3), 0);
738
-
739
- SimpleTargetedMessage msg = new();
740
- msg.EmitGameObjectTargeted(go);
741
- Assert.AreEqual(
742
- new[] { 1, 2, 3 },
743
- order.ToArray(),
744
- "Targeted action handlers at same priority should run by registration order."
745
- );
746
- yield break;
747
- }
748
-
749
- [UnityTest]
750
- public IEnumerator BroadcastWithoutSourcePostProcessorsFastOnlySamePriorityInRegistrationOrder()
751
- {
752
- GameObject go = new(
753
- nameof(BroadcastWithoutSourcePostProcessorsFastOnlySamePriorityInRegistrationOrder),
754
- typeof(EmptyMessageAwareComponent)
755
- );
756
- _spawned.Add(go);
757
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
758
- MessageRegistrationToken token = GetToken(comp);
759
-
760
- List<int> order = new();
761
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
762
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add(1),
763
- 0
764
- );
765
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
766
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add(2),
767
- 0
768
- );
769
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
770
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add(3),
771
- 0
772
- );
773
-
774
- SimpleBroadcastMessage msg = new();
775
- msg.EmitGameObjectBroadcast(go);
776
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
777
- yield break;
778
- }
779
-
780
- [UnityTest]
781
- public IEnumerator TargetedWithoutTargetingPostProcessorsFastOnlySamePriorityInRegistrationOrder()
782
- {
783
- GameObject go = new(
784
- nameof(
785
- TargetedWithoutTargetingPostProcessorsFastOnlySamePriorityInRegistrationOrder
786
- ),
787
- typeof(EmptyMessageAwareComponent)
788
- );
789
- _spawned.Add(go);
790
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
791
- MessageRegistrationToken token = GetToken(comp);
792
-
793
- List<int> order = new();
794
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
795
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add(1),
796
- 0
797
- );
798
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
799
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add(2),
800
- 0
801
- );
802
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
803
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add(3),
804
- 0
805
- );
806
-
807
- SimpleTargetedMessage msg = new();
808
- msg.EmitGameObjectTargeted(go);
809
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
810
- yield break;
811
- }
812
-
813
- [UnityTest]
814
- public IEnumerator TargetedSamePriorityFastGameObjectInRegistrationOrder()
815
- {
816
- GameObject go = new(
817
- nameof(TargetedSamePriorityFastGameObjectInRegistrationOrder),
818
- typeof(EmptyMessageAwareComponent)
819
- );
820
- _spawned.Add(go);
821
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
822
- MessageRegistrationToken token = GetToken(comp);
823
-
824
- List<int> order = new();
825
- _ = token.RegisterGameObjectTargeted(
826
- go,
827
- (ref SimpleTargetedMessage _) => order.Add(1),
828
- 0
829
- );
830
- _ = token.RegisterGameObjectTargeted(
831
- go,
832
- (ref SimpleTargetedMessage _) => order.Add(2),
833
- 0
834
- );
835
- _ = token.RegisterGameObjectTargeted(
836
- go,
837
- (ref SimpleTargetedMessage _) => order.Add(3),
838
- 0
839
- );
840
-
841
- SimpleTargetedMessage msg = new();
842
- msg.EmitGameObjectTargeted(go);
843
- Assert.AreEqual(
844
- new[] { 1, 2, 3 },
845
- order.ToArray(),
846
- "Targeted fast handlers at same priority should run by registration order."
847
- );
848
- yield break;
849
- }
850
-
851
- [UnityTest]
852
- public IEnumerator BroadcastSamePriorityActionsGameObjectInRegistrationOrder()
853
- {
854
- GameObject go = new(
855
- nameof(BroadcastSamePriorityActionsGameObjectInRegistrationOrder),
856
- typeof(EmptyMessageAwareComponent)
857
- );
858
- _spawned.Add(go);
859
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
860
- MessageRegistrationToken token = GetToken(comp);
861
-
862
- List<int> order = new();
863
- _ = token.RegisterGameObjectBroadcast(
864
- go,
865
- (SimpleBroadcastMessage _) => order.Add(1),
866
- 0
867
- );
868
- _ = token.RegisterGameObjectBroadcast(
869
- go,
870
- (SimpleBroadcastMessage _) => order.Add(2),
871
- 0
872
- );
873
- _ = token.RegisterGameObjectBroadcast(
874
- go,
875
- (SimpleBroadcastMessage _) => order.Add(3),
876
- 0
877
- );
878
-
879
- SimpleBroadcastMessage msg = new();
880
- msg.EmitGameObjectBroadcast(go);
881
- Assert.AreEqual(
882
- new[] { 1, 2, 3 },
883
- order.ToArray(),
884
- "Broadcast action handlers at same priority should run by registration order."
885
- );
886
- yield break;
887
- }
888
-
889
- [UnityTest]
890
- public IEnumerator BroadcastSamePriorityFastGameObjectInRegistrationOrder()
891
- {
892
- GameObject go = new(
893
- nameof(BroadcastSamePriorityFastGameObjectInRegistrationOrder),
894
- typeof(EmptyMessageAwareComponent)
895
- );
896
- _spawned.Add(go);
897
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
898
- MessageRegistrationToken token = GetToken(comp);
899
-
900
- List<int> order = new();
901
- _ = token.RegisterGameObjectBroadcast(
902
- go,
903
- (ref SimpleBroadcastMessage _) => order.Add(1),
904
- 0
905
- );
906
- _ = token.RegisterGameObjectBroadcast(
907
- go,
908
- (ref SimpleBroadcastMessage _) => order.Add(2),
909
- 0
910
- );
911
- _ = token.RegisterGameObjectBroadcast(
912
- go,
913
- (ref SimpleBroadcastMessage _) => order.Add(3),
914
- 0
915
- );
916
-
917
- SimpleBroadcastMessage msg = new();
918
- msg.EmitGameObjectBroadcast(go);
919
- Assert.AreEqual(
920
- new[] { 1, 2, 3 },
921
- order.ToArray(),
922
- "Broadcast fast handlers at same priority should run by registration order."
923
- );
924
- yield break;
925
- }
926
-
927
- [UnityTest]
928
- public IEnumerator PostProcessorUntargetedSamePriorityInRegistrationOrder()
929
- {
930
- GameObject go = new(
931
- nameof(PostProcessorUntargetedSamePriorityInRegistrationOrder),
932
- typeof(EmptyMessageAwareComponent)
933
- );
934
- _spawned.Add(go);
935
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
936
- MessageRegistrationToken token = GetToken(comp);
937
-
938
- List<int> order = new();
939
- _ = token.RegisterUntargetedPostProcessor(
940
- (ref SimpleUntargetedMessage _) => order.Add(1),
941
- 0
942
- );
943
- _ = token.RegisterUntargetedPostProcessor(
944
- (ref SimpleUntargetedMessage _) => order.Add(2),
945
- 0
946
- );
947
- _ = token.RegisterUntargetedPostProcessor(
948
- (ref SimpleUntargetedMessage _) => order.Add(3),
949
- 0
950
- );
951
-
952
- SimpleUntargetedMessage msg = new();
953
- msg.EmitUntargeted();
954
- Assert.AreEqual(
955
- new[] { 1, 2, 3 },
956
- order.ToArray(),
957
- "Untargeted post-processors at same priority should run by registration order."
958
- );
959
- yield break;
960
- }
961
-
962
- [UnityTest]
963
- public IEnumerator DisposableRemovesRegistration()
964
- {
965
- GameObject go = new(
966
- nameof(DisposableRemovesRegistration),
967
- typeof(EmptyMessageAwareComponent)
968
- );
969
- _spawned.Add(go);
970
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
971
- MessageRegistrationToken token = GetToken(comp);
972
-
973
- int count = 0;
974
- MessageRegistrationHandle handle = token.RegisterUntargeted(
975
- (ref SimpleUntargetedMessage _) => ++count
976
- );
977
- using (token.AsDisposable(handle))
978
- {
979
- SimpleUntargetedMessage msg = new();
980
- msg.EmitUntargeted();
981
- Assert.AreEqual(1, count);
982
- }
983
-
984
- SimpleUntargetedMessage msg2 = new();
985
- msg2.EmitUntargeted();
986
- Assert.AreEqual(1, count, "Disposable should remove the registration when disposed.");
987
- yield break;
988
- }
989
-
990
- [UnityTest]
991
- public IEnumerator TargetedMixedFastBeforeActionsGameObject()
992
- {
993
- GameObject go = new(
994
- nameof(TargetedMixedFastBeforeActionsGameObject),
995
- typeof(EmptyMessageAwareComponent)
996
- );
997
- _spawned.Add(go);
998
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
999
- MessageRegistrationToken token = GetToken(comp);
1000
-
1001
- List<string> order = new();
1002
- _ = token.RegisterGameObjectTargeted(
1003
- go,
1004
- (SimpleTargetedMessage _) => order.Add("A1"),
1005
- 0
1006
- );
1007
- _ = token.RegisterGameObjectTargeted(
1008
- go,
1009
- (ref SimpleTargetedMessage _) => order.Add("F1"),
1010
- 0
1011
- );
1012
- _ = token.RegisterGameObjectTargeted(
1013
- go,
1014
- (SimpleTargetedMessage _) => order.Add("A2"),
1015
- 0
1016
- );
1017
-
1018
- SimpleTargetedMessage msg = new();
1019
- msg.EmitGameObjectTargeted(go);
1020
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1021
- yield break;
1022
- }
1023
-
1024
- [UnityTest]
1025
- public IEnumerator BroadcastMixedFastBeforeActionsGameObject()
1026
- {
1027
- GameObject go = new(
1028
- nameof(BroadcastMixedFastBeforeActionsGameObject),
1029
- typeof(EmptyMessageAwareComponent)
1030
- );
1031
- _spawned.Add(go);
1032
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1033
- MessageRegistrationToken token = GetToken(comp);
1034
-
1035
- List<string> order = new();
1036
- _ = token.RegisterGameObjectBroadcast(
1037
- go,
1038
- (SimpleBroadcastMessage _) => order.Add("A1"),
1039
- 0
1040
- );
1041
- _ = token.RegisterGameObjectBroadcast(
1042
- go,
1043
- (ref SimpleBroadcastMessage _) => order.Add("F1"),
1044
- 0
1045
- );
1046
- _ = token.RegisterGameObjectBroadcast(
1047
- go,
1048
- (SimpleBroadcastMessage _) => order.Add("A2"),
1049
- 0
1050
- );
1051
-
1052
- SimpleBroadcastMessage msg = new();
1053
- msg.EmitGameObjectBroadcast(go);
1054
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1055
- yield break;
1056
- }
1057
-
1058
- [UnityTest]
1059
- public IEnumerator TargetedSamePriorityActionsComponentInRegistrationOrder()
1060
- {
1061
- GameObject go = new(
1062
- nameof(TargetedSamePriorityActionsComponentInRegistrationOrder),
1063
- typeof(EmptyMessageAwareComponent)
1064
- );
1065
- _spawned.Add(go);
1066
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1067
- MessageRegistrationToken token = GetToken(comp);
1068
- List<int> order = new();
1069
- _ = token.RegisterComponentTargeted(comp, (SimpleTargetedMessage _) => order.Add(1), 0);
1070
- _ = token.RegisterComponentTargeted(comp, (SimpleTargetedMessage _) => order.Add(2), 0);
1071
- _ = token.RegisterComponentTargeted(comp, (SimpleTargetedMessage _) => order.Add(3), 0);
1072
- SimpleTargetedMessage msg = new();
1073
- msg.EmitComponentTargeted(comp);
1074
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1075
- yield break;
1076
- }
1077
-
1078
- [UnityTest]
1079
- public IEnumerator TargetedSamePriorityFastComponentInRegistrationOrder()
1080
- {
1081
- GameObject go = new(
1082
- nameof(TargetedSamePriorityFastComponentInRegistrationOrder),
1083
- typeof(EmptyMessageAwareComponent)
1084
- );
1085
- _spawned.Add(go);
1086
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1087
- MessageRegistrationToken token = GetToken(comp);
1088
- List<int> order = new();
1089
- _ = token.RegisterComponentTargeted(
1090
- comp,
1091
- (ref SimpleTargetedMessage _) => order.Add(1),
1092
- 0
1093
- );
1094
- _ = token.RegisterComponentTargeted(
1095
- comp,
1096
- (ref SimpleTargetedMessage _) => order.Add(2),
1097
- 0
1098
- );
1099
- _ = token.RegisterComponentTargeted(
1100
- comp,
1101
- (ref SimpleTargetedMessage _) => order.Add(3),
1102
- 0
1103
- );
1104
- SimpleTargetedMessage msg = new();
1105
- msg.EmitComponentTargeted(comp);
1106
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1107
- yield break;
1108
- }
1109
-
1110
- [UnityTest]
1111
- public IEnumerator TargetedMixedFastBeforeActionsComponent()
1112
- {
1113
- GameObject go = new(
1114
- nameof(TargetedMixedFastBeforeActionsComponent),
1115
- typeof(EmptyMessageAwareComponent)
1116
- );
1117
- _spawned.Add(go);
1118
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1119
- MessageRegistrationToken token = GetToken(comp);
1120
- List<string> order = new();
1121
- _ = token.RegisterComponentTargeted(
1122
- comp,
1123
- (SimpleTargetedMessage _) => order.Add("A1"),
1124
- 0
1125
- );
1126
- _ = token.RegisterComponentTargeted(
1127
- comp,
1128
- (ref SimpleTargetedMessage _) => order.Add("F1"),
1129
- 0
1130
- );
1131
- _ = token.RegisterComponentTargeted(
1132
- comp,
1133
- (SimpleTargetedMessage _) => order.Add("A2"),
1134
- 0
1135
- );
1136
- SimpleTargetedMessage msg = new();
1137
- msg.EmitComponentTargeted(comp);
1138
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1139
- yield break;
1140
- }
1141
-
1142
- [UnityTest]
1143
- public IEnumerator BroadcastSamePriorityActionsComponentInRegistrationOrder()
1144
- {
1145
- GameObject go = new(
1146
- nameof(BroadcastSamePriorityActionsComponentInRegistrationOrder),
1147
- typeof(EmptyMessageAwareComponent)
1148
- );
1149
- _spawned.Add(go);
1150
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1151
- MessageRegistrationToken token = GetToken(comp);
1152
- List<int> order = new();
1153
- _ = token.RegisterComponentBroadcast(
1154
- comp,
1155
- (SimpleBroadcastMessage _) => order.Add(1),
1156
- 0
1157
- );
1158
- _ = token.RegisterComponentBroadcast(
1159
- comp,
1160
- (SimpleBroadcastMessage _) => order.Add(2),
1161
- 0
1162
- );
1163
- _ = token.RegisterComponentBroadcast(
1164
- comp,
1165
- (SimpleBroadcastMessage _) => order.Add(3),
1166
- 0
1167
- );
1168
- SimpleBroadcastMessage msg = new();
1169
- msg.EmitComponentBroadcast(comp);
1170
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1171
- yield break;
1172
- }
1173
-
1174
- [UnityTest]
1175
- public IEnumerator BroadcastSamePriorityFastComponentInRegistrationOrder()
1176
- {
1177
- GameObject go = new(
1178
- nameof(BroadcastSamePriorityFastComponentInRegistrationOrder),
1179
- typeof(EmptyMessageAwareComponent)
1180
- );
1181
- _spawned.Add(go);
1182
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1183
- MessageRegistrationToken token = GetToken(comp);
1184
- List<int> order = new();
1185
- _ = token.RegisterComponentBroadcast(
1186
- comp,
1187
- (ref SimpleBroadcastMessage _) => order.Add(1),
1188
- 0
1189
- );
1190
- _ = token.RegisterComponentBroadcast(
1191
- comp,
1192
- (ref SimpleBroadcastMessage _) => order.Add(2),
1193
- 0
1194
- );
1195
- _ = token.RegisterComponentBroadcast(
1196
- comp,
1197
- (ref SimpleBroadcastMessage _) => order.Add(3),
1198
- 0
1199
- );
1200
- SimpleBroadcastMessage msg = new();
1201
- msg.EmitComponentBroadcast(comp);
1202
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1203
- yield break;
1204
- }
1205
-
1206
- [UnityTest]
1207
- public IEnumerator BroadcastMixedFastBeforeActionsComponent()
1208
- {
1209
- GameObject go = new(
1210
- nameof(BroadcastMixedFastBeforeActionsComponent),
1211
- typeof(EmptyMessageAwareComponent)
1212
- );
1213
- _spawned.Add(go);
1214
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1215
- MessageRegistrationToken token = GetToken(comp);
1216
- List<string> order = new();
1217
- _ = token.RegisterComponentBroadcast(
1218
- comp,
1219
- (SimpleBroadcastMessage _) => order.Add("A1"),
1220
- 0
1221
- );
1222
- _ = token.RegisterComponentBroadcast(
1223
- comp,
1224
- (ref SimpleBroadcastMessage _) => order.Add("F1"),
1225
- 0
1226
- );
1227
- _ = token.RegisterComponentBroadcast(
1228
- comp,
1229
- (SimpleBroadcastMessage _) => order.Add("A2"),
1230
- 0
1231
- );
1232
- SimpleBroadcastMessage msg = new();
1233
- msg.EmitComponentBroadcast(comp);
1234
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1235
- yield break;
1236
- }
1237
-
1238
- [UnityTest]
1239
- public IEnumerator TargetedWithoutTargetingHandlersSamePriorityComponentInRegistrationOrder()
1240
- {
1241
- GameObject go = new(
1242
- nameof(TargetedWithoutTargetingHandlersSamePriorityComponentInRegistrationOrder),
1243
- typeof(EmptyMessageAwareComponent)
1244
- );
1245
- _spawned.Add(go);
1246
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1247
- MessageRegistrationToken token = GetToken(comp);
1248
- List<int> order = new();
1249
- _ = token.RegisterTargetedWithoutTargeting(
1250
- (InstanceId _, SimpleTargetedMessage _) => order.Add(1),
1251
- 0
1252
- );
1253
- _ = token.RegisterTargetedWithoutTargeting(
1254
- (InstanceId _, SimpleTargetedMessage _) => order.Add(2),
1255
- 0
1256
- );
1257
- _ = token.RegisterTargetedWithoutTargeting(
1258
- (InstanceId _, SimpleTargetedMessage _) => order.Add(3),
1259
- 0
1260
- );
1261
- SimpleTargetedMessage msg = new();
1262
- msg.EmitComponentTargeted(comp);
1263
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1264
- yield break;
1265
- }
1266
-
1267
- [UnityTest]
1268
- public IEnumerator TargetedWithoutTargetingMixedFastBeforeActionsComponent()
1269
- {
1270
- GameObject go = new(
1271
- nameof(TargetedWithoutTargetingMixedFastBeforeActionsComponent),
1272
- typeof(EmptyMessageAwareComponent)
1273
- );
1274
- _spawned.Add(go);
1275
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1276
- MessageRegistrationToken token = GetToken(comp);
1277
- List<string> order = new();
1278
- _ = token.RegisterTargetedWithoutTargeting(
1279
- (InstanceId _, SimpleTargetedMessage _) => order.Add("A1"),
1280
- 0
1281
- );
1282
- _ = token.RegisterTargetedWithoutTargeting(
1283
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add("F1"),
1284
- 0
1285
- );
1286
- _ = token.RegisterTargetedWithoutTargeting(
1287
- (InstanceId _, SimpleTargetedMessage _) => order.Add("A2"),
1288
- 0
1289
- );
1290
- SimpleTargetedMessage msg = new();
1291
- msg.EmitComponentTargeted(comp);
1292
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1293
- yield break;
1294
- }
1295
-
1296
- [UnityTest]
1297
- public IEnumerator TargetedWithoutTargetingPostProcessorsSamePriorityComponentInRegistrationOrder()
1298
- {
1299
- GameObject go = new(
1300
- nameof(
1301
- TargetedWithoutTargetingPostProcessorsSamePriorityComponentInRegistrationOrder
1302
- ),
1303
- typeof(EmptyMessageAwareComponent)
1304
- );
1305
- _spawned.Add(go);
1306
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1307
- MessageRegistrationToken token = GetToken(comp);
1308
- List<int> order = new();
1309
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1310
- (InstanceId _, SimpleTargetedMessage _) => order.Add(1),
1311
- 0
1312
- );
1313
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1314
- (InstanceId _, SimpleTargetedMessage _) => order.Add(2),
1315
- 0
1316
- );
1317
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1318
- (InstanceId _, SimpleTargetedMessage _) => order.Add(3),
1319
- 0
1320
- );
1321
- SimpleTargetedMessage msg = new();
1322
- msg.EmitComponentTargeted(comp);
1323
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1324
- yield break;
1325
- }
1326
-
1327
- [UnityTest]
1328
- public IEnumerator TargetedWithoutTargetingPostProcessorsFastOnlyComponentInRegistrationOrder()
1329
- {
1330
- GameObject go = new(
1331
- nameof(TargetedWithoutTargetingPostProcessorsFastOnlyComponentInRegistrationOrder),
1332
- typeof(EmptyMessageAwareComponent)
1333
- );
1334
- _spawned.Add(go);
1335
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1336
- MessageRegistrationToken token = GetToken(comp);
1337
- List<int> order = new();
1338
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1339
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add(1),
1340
- 0
1341
- );
1342
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1343
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add(2),
1344
- 0
1345
- );
1346
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1347
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add(3),
1348
- 0
1349
- );
1350
- SimpleTargetedMessage msg = new();
1351
- msg.EmitComponentTargeted(comp);
1352
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1353
- yield break;
1354
- }
1355
-
1356
- [UnityTest]
1357
- public IEnumerator BroadcastWithoutSourceHandlersSamePriorityComponentInRegistrationOrder()
1358
- {
1359
- GameObject go = new(
1360
- nameof(BroadcastWithoutSourceHandlersSamePriorityComponentInRegistrationOrder),
1361
- typeof(EmptyMessageAwareComponent)
1362
- );
1363
- _spawned.Add(go);
1364
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1365
- MessageRegistrationToken token = GetToken(comp);
1366
- List<int> order = new();
1367
- _ = token.RegisterBroadcastWithoutSource(
1368
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(1),
1369
- 0
1370
- );
1371
- _ = token.RegisterBroadcastWithoutSource(
1372
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(2),
1373
- 0
1374
- );
1375
- _ = token.RegisterBroadcastWithoutSource(
1376
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(3),
1377
- 0
1378
- );
1379
- SimpleBroadcastMessage msg = new();
1380
- msg.EmitComponentBroadcast(comp);
1381
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1382
- yield break;
1383
- }
1384
-
1385
- [UnityTest]
1386
- public IEnumerator BroadcastWithoutSourceMixedFastBeforeActionsComponent()
1387
- {
1388
- GameObject go = new(
1389
- nameof(BroadcastWithoutSourceMixedFastBeforeActionsComponent),
1390
- typeof(EmptyMessageAwareComponent)
1391
- );
1392
- _spawned.Add(go);
1393
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1394
- MessageRegistrationToken token = GetToken(comp);
1395
- List<string> order = new();
1396
- _ = token.RegisterBroadcastWithoutSource(
1397
- (InstanceId _, SimpleBroadcastMessage _) => order.Add("A1"),
1398
- 0
1399
- );
1400
- _ = token.RegisterBroadcastWithoutSource(
1401
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add("F1"),
1402
- 0
1403
- );
1404
- _ = token.RegisterBroadcastWithoutSource(
1405
- (InstanceId _, SimpleBroadcastMessage _) => order.Add("A2"),
1406
- 0
1407
- );
1408
- SimpleBroadcastMessage msg = new();
1409
- msg.EmitComponentBroadcast(comp);
1410
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1411
- yield break;
1412
- }
1413
-
1414
- [UnityTest]
1415
- public IEnumerator BroadcastWithoutSourcePostProcessorsSamePriorityComponentInRegistrationOrder()
1416
- {
1417
- GameObject go = new(
1418
- nameof(
1419
- BroadcastWithoutSourcePostProcessorsSamePriorityComponentInRegistrationOrder
1420
- ),
1421
- typeof(EmptyMessageAwareComponent)
1422
- );
1423
- _spawned.Add(go);
1424
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1425
- MessageRegistrationToken token = GetToken(comp);
1426
- List<int> order = new();
1427
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1428
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(1),
1429
- 0
1430
- );
1431
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1432
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(2),
1433
- 0
1434
- );
1435
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1436
- (InstanceId _, SimpleBroadcastMessage _) => order.Add(3),
1437
- 0
1438
- );
1439
- SimpleBroadcastMessage msg = new();
1440
- msg.EmitComponentBroadcast(comp);
1441
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1442
- yield break;
1443
- }
1444
-
1445
- [UnityTest]
1446
- public IEnumerator BroadcastWithoutSourcePostProcessorsFastOnlyComponentInRegistrationOrder()
1447
- {
1448
- GameObject go = new(
1449
- nameof(BroadcastWithoutSourcePostProcessorsFastOnlyComponentInRegistrationOrder),
1450
- typeof(EmptyMessageAwareComponent)
1451
- );
1452
- _spawned.Add(go);
1453
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1454
- MessageRegistrationToken token = GetToken(comp);
1455
- List<int> order = new();
1456
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1457
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add(1),
1458
- 0
1459
- );
1460
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1461
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add(2),
1462
- 0
1463
- );
1464
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1465
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add(3),
1466
- 0
1467
- );
1468
- SimpleBroadcastMessage msg = new();
1469
- msg.EmitComponentBroadcast(comp);
1470
- Assert.AreEqual(new[] { 1, 2, 3 }, order.ToArray());
1471
- yield break;
1472
- }
1473
-
1474
- [UnityTest]
1475
- public IEnumerator OnlyGlobalAcceptAllUntargetedInvoked()
1476
- {
1477
- GameObject go = new(
1478
- nameof(OnlyGlobalAcceptAllUntargetedInvoked),
1479
- typeof(EmptyMessageAwareComponent)
1480
- );
1481
- _spawned.Add(go);
1482
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1483
- MessageRegistrationToken token = GetToken(comp);
1484
- int gUntargeted = 0,
1485
- gTargeted = 0,
1486
- gBroadcast = 0;
1487
- _ = token.RegisterGlobalAcceptAll(
1488
- _ => ++gUntargeted,
1489
- (_, _) => ++gTargeted,
1490
- (_, _) => ++gBroadcast
1491
- );
1492
- SimpleUntargetedMessage msg = new();
1493
- msg.EmitUntargeted();
1494
- Assert.AreEqual(1, gUntargeted);
1495
- Assert.AreEqual(0, gTargeted);
1496
- Assert.AreEqual(0, gBroadcast);
1497
- yield break;
1498
- }
1499
-
1500
- [UnityTest]
1501
- public IEnumerator OnlyGlobalAcceptAllTargetedInvoked()
1502
- {
1503
- GameObject go = new(
1504
- nameof(OnlyGlobalAcceptAllTargetedInvoked),
1505
- typeof(EmptyMessageAwareComponent)
1506
- );
1507
- _spawned.Add(go);
1508
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1509
- MessageRegistrationToken token = GetToken(comp);
1510
- int gUntargeted = 0,
1511
- gTargeted = 0,
1512
- gBroadcast = 0;
1513
- _ = token.RegisterGlobalAcceptAll(
1514
- _ => ++gUntargeted,
1515
- (_, _) => ++gTargeted,
1516
- (_, _) => ++gBroadcast
1517
- );
1518
- SimpleTargetedMessage msg = new();
1519
- msg.EmitComponentTargeted(comp);
1520
- Assert.AreEqual(0, gUntargeted);
1521
- Assert.AreEqual(1, gTargeted);
1522
- Assert.AreEqual(0, gBroadcast);
1523
- yield break;
1524
- }
1525
-
1526
- [UnityTest]
1527
- public IEnumerator OnlyGlobalAcceptAllBroadcastInvoked()
1528
- {
1529
- GameObject go = new(
1530
- nameof(OnlyGlobalAcceptAllBroadcastInvoked),
1531
- typeof(EmptyMessageAwareComponent)
1532
- );
1533
- _spawned.Add(go);
1534
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1535
- MessageRegistrationToken token = GetToken(comp);
1536
- int gUntargeted = 0,
1537
- gTargeted = 0,
1538
- gBroadcast = 0;
1539
- _ = token.RegisterGlobalAcceptAll(
1540
- _ => ++gUntargeted,
1541
- (_, _) => ++gTargeted,
1542
- (_, _) => ++gBroadcast
1543
- );
1544
- SimpleBroadcastMessage msg = new();
1545
- msg.EmitComponentBroadcast(comp);
1546
- Assert.AreEqual(0, gUntargeted);
1547
- Assert.AreEqual(0, gTargeted);
1548
- Assert.AreEqual(1, gBroadcast);
1549
- yield break;
1550
- }
1551
-
1552
- [UnityTest]
1553
- public IEnumerator NoRegistrationsNoInvocation()
1554
- {
1555
- GameObject go = new(
1556
- nameof(NoRegistrationsNoInvocation),
1557
- typeof(EmptyMessageAwareComponent)
1558
- );
1559
- _spawned.Add(go);
1560
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1561
- // No explicit registrations
1562
- SimpleUntargetedMessage msg1 = new();
1563
- msg1.EmitUntargeted();
1564
- SimpleTargetedMessage msg2 = new();
1565
- msg2.EmitComponentTargeted(comp);
1566
- SimpleBroadcastMessage msg3 = new();
1567
- msg3.EmitComponentBroadcast(comp);
1568
- Assert.Pass();
1569
- yield break;
1570
- }
1571
-
1572
- [UnityTest]
1573
- public IEnumerator GlobalAcceptAllUntargetedMultipleFastAndActionOrder()
1574
- {
1575
- GameObject go = new(
1576
- nameof(GlobalAcceptAllUntargetedMultipleFastAndActionOrder),
1577
- typeof(EmptyMessageAwareComponent)
1578
- );
1579
- _spawned.Add(go);
1580
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1581
- MessageRegistrationToken token = GetToken(comp);
1582
-
1583
- List<string> order = new();
1584
- // Fast group (F1, F2)
1585
- _ = token.RegisterGlobalAcceptAll(
1586
- (ref IUntargetedMessage _) => order.Add("F1"),
1587
- (ref InstanceId _, ref ITargetedMessage _) => { },
1588
- (ref InstanceId _, ref IBroadcastMessage _) => { }
1589
- );
1590
- _ = token.RegisterGlobalAcceptAll(
1591
- (ref IUntargetedMessage _) => order.Add("F2"),
1592
- (ref InstanceId _, ref ITargetedMessage _) => { },
1593
- (ref InstanceId _, ref IBroadcastMessage _) => { }
1594
- );
1595
- // Action group (A1, A2)
1596
- _ = token.RegisterGlobalAcceptAll(_ => order.Add("A1"), (_, _) => { }, (_, _) => { });
1597
- _ = token.RegisterGlobalAcceptAll(_ => order.Add("A2"), (_, _) => { }, (_, _) => { });
1598
-
1599
- SimpleUntargetedMessage msg = new();
1600
- msg.EmitUntargeted();
1601
- Assert.AreEqual(new[] { "F1", "F2", "A1", "A2" }, order.ToArray());
1602
- yield break;
1603
- }
1604
-
1605
- [UnityTest]
1606
- public IEnumerator GlobalAcceptAllTargetedMultipleFastAndActionOrder()
1607
- {
1608
- GameObject go = new(
1609
- nameof(GlobalAcceptAllTargetedMultipleFastAndActionOrder),
1610
- typeof(EmptyMessageAwareComponent)
1611
- );
1612
- _spawned.Add(go);
1613
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1614
- MessageRegistrationToken token = GetToken(comp);
1615
-
1616
- List<string> order = new();
1617
- _ = token.RegisterGlobalAcceptAll(
1618
- (ref IUntargetedMessage _) => { },
1619
- (ref InstanceId _, ref ITargetedMessage _) => order.Add("F1"),
1620
- (ref InstanceId _, ref IBroadcastMessage _) => { }
1621
- );
1622
- _ = token.RegisterGlobalAcceptAll(
1623
- (ref IUntargetedMessage _) => { },
1624
- (ref InstanceId _, ref ITargetedMessage _) => order.Add("F2"),
1625
- (ref InstanceId _, ref IBroadcastMessage _) => { }
1626
- );
1627
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => order.Add("A1"), (_, _) => { });
1628
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => order.Add("A2"), (_, _) => { });
1629
-
1630
- SimpleTargetedMessage msg = new();
1631
- msg.EmitGameObjectTargeted(go);
1632
- Assert.AreEqual(new[] { "F1", "F2", "A1", "A2" }, order.ToArray());
1633
- yield break;
1634
- }
1635
-
1636
- [UnityTest]
1637
- public IEnumerator GlobalAcceptAllBroadcastMultipleFastAndActionOrder()
1638
- {
1639
- GameObject go = new(
1640
- nameof(GlobalAcceptAllBroadcastMultipleFastAndActionOrder),
1641
- typeof(EmptyMessageAwareComponent)
1642
- );
1643
- _spawned.Add(go);
1644
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1645
- MessageRegistrationToken token = GetToken(comp);
1646
-
1647
- List<string> order = new();
1648
- _ = token.RegisterGlobalAcceptAll(
1649
- (ref IUntargetedMessage _) => { },
1650
- (ref InstanceId _, ref ITargetedMessage _) => { },
1651
- (ref InstanceId _, ref IBroadcastMessage _) => order.Add("F1")
1652
- );
1653
- _ = token.RegisterGlobalAcceptAll(
1654
- (ref IUntargetedMessage _) => { },
1655
- (ref InstanceId _, ref ITargetedMessage _) => { },
1656
- (ref InstanceId _, ref IBroadcastMessage _) => order.Add("F2")
1657
- );
1658
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => { }, (_, _) => order.Add("A1"));
1659
- _ = token.RegisterGlobalAcceptAll(_ => { }, (_, _) => { }, (_, _) => order.Add("A2"));
1660
-
1661
- SimpleBroadcastMessage msg = new();
1662
- msg.EmitGameObjectBroadcast(go);
1663
- Assert.AreEqual(new[] { "F1", "F2", "A1", "A2" }, order.ToArray());
1664
- yield break;
1665
- }
1666
-
1667
- [UnityTest]
1668
- public IEnumerator UntargetedTwoPrioritiesFastBeforeActionWithinEachPriority()
1669
- {
1670
- GameObject go = new(
1671
- nameof(UntargetedTwoPrioritiesFastBeforeActionWithinEachPriority),
1672
- typeof(EmptyMessageAwareComponent)
1673
- );
1674
- _spawned.Add(go);
1675
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1676
- MessageRegistrationToken token = GetToken(comp);
1677
- List<string> order = new();
1678
-
1679
- // Priority 0: fast then action
1680
- _ = token.RegisterUntargeted(
1681
- (ref SimpleUntargetedMessage _) => order.Add("F0"),
1682
- priority: 0
1683
- );
1684
- _ = token.RegisterUntargeted(
1685
- (SimpleUntargetedMessage _) => order.Add("A0"),
1686
- priority: 0
1687
- );
1688
- // Priority 1: fast then action
1689
- _ = token.RegisterUntargeted(
1690
- (ref SimpleUntargetedMessage _) => order.Add("F1"),
1691
- priority: 1
1692
- );
1693
- _ = token.RegisterUntargeted(
1694
- (SimpleUntargetedMessage _) => order.Add("A1"),
1695
- priority: 1
1696
- );
1697
-
1698
- SimpleUntargetedMessage msg = new();
1699
- msg.EmitUntargeted();
1700
- Assert.AreEqual(new[] { "F0", "A0", "F1", "A1" }, order.ToArray());
1701
- yield break;
1702
- }
1703
-
1704
- // Mixed tests for GameObject "without targeting/source" groups (fast registered first)
1705
-
1706
- [UnityTest]
1707
- public IEnumerator TargetedWithoutTargetingMixedFastThenActionsGameObject()
1708
- {
1709
- GameObject go = new(
1710
- nameof(TargetedWithoutTargetingMixedFastThenActionsGameObject),
1711
- typeof(EmptyMessageAwareComponent)
1712
- );
1713
- _spawned.Add(go);
1714
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1715
- MessageRegistrationToken token = GetToken(comp);
1716
- List<string> order = new();
1717
- _ = token.RegisterTargetedWithoutTargeting(
1718
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add("F1"),
1719
- 0
1720
- );
1721
- _ = token.RegisterTargetedWithoutTargeting(
1722
- (InstanceId _, SimpleTargetedMessage _) => order.Add("A1"),
1723
- 0
1724
- );
1725
- _ = token.RegisterTargetedWithoutTargeting(
1726
- (InstanceId _, SimpleTargetedMessage _) => order.Add("A2"),
1727
- 0
1728
- );
1729
- SimpleTargetedMessage msg = new();
1730
- msg.EmitGameObjectTargeted(go);
1731
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1732
- yield break;
1733
- }
1734
-
1735
- [UnityTest]
1736
- public IEnumerator BroadcastWithoutSourceMixedFastThenActionsGameObject()
1737
- {
1738
- GameObject go = new(
1739
- nameof(BroadcastWithoutSourceMixedFastThenActionsGameObject),
1740
- typeof(EmptyMessageAwareComponent)
1741
- );
1742
- _spawned.Add(go);
1743
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1744
- MessageRegistrationToken token = GetToken(comp);
1745
- List<string> order = new();
1746
- _ = token.RegisterBroadcastWithoutSource(
1747
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add("F1"),
1748
- 0
1749
- );
1750
- _ = token.RegisterBroadcastWithoutSource(
1751
- (InstanceId _, SimpleBroadcastMessage _) => order.Add("A1"),
1752
- 0
1753
- );
1754
- _ = token.RegisterBroadcastWithoutSource(
1755
- (InstanceId _, SimpleBroadcastMessage _) => order.Add("A2"),
1756
- 0
1757
- );
1758
- SimpleBroadcastMessage msg = new();
1759
- msg.EmitGameObjectBroadcast(go);
1760
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1761
- yield break;
1762
- }
1763
-
1764
- // Mixed tests for post-processors in "without targeting/source" groups (fast & action)
1765
-
1766
- [UnityTest]
1767
- public IEnumerator TargetedWithoutTargetingPostProcessorsMixedFastBeforeActions()
1768
- {
1769
- GameObject go = new(
1770
- nameof(TargetedWithoutTargetingPostProcessorsMixedFastBeforeActions),
1771
- typeof(EmptyMessageAwareComponent)
1772
- );
1773
- _spawned.Add(go);
1774
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1775
- MessageRegistrationToken token = GetToken(comp);
1776
- List<string> order = new();
1777
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1778
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add("F"),
1779
- 0
1780
- );
1781
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1782
- (InstanceId _, SimpleTargetedMessage _) => order.Add("A"),
1783
- 0
1784
- );
1785
- SimpleTargetedMessage msg = new();
1786
- msg.EmitComponentTargeted(comp);
1787
- Assert.AreEqual(new[] { "F", "A" }, order.ToArray());
1788
- yield break;
1789
- }
1790
-
1791
- [UnityTest]
1792
- public IEnumerator TargetedWithoutTargetingPostProcessorsMixedFastThenActions()
1793
- {
1794
- GameObject go = new(
1795
- nameof(TargetedWithoutTargetingPostProcessorsMixedFastThenActions),
1796
- typeof(EmptyMessageAwareComponent)
1797
- );
1798
- _spawned.Add(go);
1799
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1800
- MessageRegistrationToken token = GetToken(comp);
1801
- List<string> order = new();
1802
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1803
- (InstanceId _, SimpleTargetedMessage _) => order.Add("A"),
1804
- 0
1805
- );
1806
- _ = token.RegisterTargetedWithoutTargetingPostProcessor(
1807
- (ref InstanceId _, ref SimpleTargetedMessage _) => order.Add("F"),
1808
- 0
1809
- );
1810
- SimpleTargetedMessage msg = new();
1811
- msg.EmitComponentTargeted(comp);
1812
- Assert.AreEqual(new[] { "F", "A" }, order.ToArray());
1813
- yield break;
1814
- }
1815
-
1816
- [UnityTest]
1817
- public IEnumerator BroadcastWithoutSourcePostProcessorsMixedFastBeforeActions()
1818
- {
1819
- GameObject go = new(
1820
- nameof(BroadcastWithoutSourcePostProcessorsMixedFastBeforeActions),
1821
- typeof(EmptyMessageAwareComponent)
1822
- );
1823
- _spawned.Add(go);
1824
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1825
- MessageRegistrationToken token = GetToken(comp);
1826
- List<string> order = new();
1827
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1828
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add("F"),
1829
- 0
1830
- );
1831
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1832
- (InstanceId _, SimpleBroadcastMessage _) => order.Add("A"),
1833
- 0
1834
- );
1835
- SimpleBroadcastMessage msg = new();
1836
- msg.EmitComponentBroadcast(comp);
1837
- Assert.AreEqual(new[] { "F", "A" }, order.ToArray());
1838
- yield break;
1839
- }
1840
-
1841
- [UnityTest]
1842
- public IEnumerator BroadcastWithoutSourcePostProcessorsMixedFastThenActions()
1843
- {
1844
- GameObject go = new(
1845
- nameof(BroadcastWithoutSourcePostProcessorsMixedFastThenActions),
1846
- typeof(EmptyMessageAwareComponent)
1847
- );
1848
- _spawned.Add(go);
1849
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1850
- MessageRegistrationToken token = GetToken(comp);
1851
- List<string> order = new();
1852
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1853
- (InstanceId _, SimpleBroadcastMessage _) => order.Add("A"),
1854
- 0
1855
- );
1856
- _ = token.RegisterBroadcastWithoutSourcePostProcessor(
1857
- (ref InstanceId _, ref SimpleBroadcastMessage _) => order.Add("F"),
1858
- 0
1859
- );
1860
- SimpleBroadcastMessage msg = new();
1861
- msg.EmitComponentBroadcast(comp);
1862
- Assert.AreEqual(new[] { "F", "A" }, order.ToArray());
1863
- yield break;
1864
- }
1865
-
1866
- [UnityTest]
1867
- public IEnumerator TargetedMixedFastThenActionsComponent()
1868
- {
1869
- GameObject go = new(
1870
- nameof(TargetedMixedFastThenActionsComponent),
1871
- typeof(EmptyMessageAwareComponent)
1872
- );
1873
- _spawned.Add(go);
1874
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1875
- MessageRegistrationToken token = GetToken(comp);
1876
- List<string> order = new();
1877
- _ = token.RegisterComponentTargeted(
1878
- comp,
1879
- (ref SimpleTargetedMessage _) => order.Add("F1"),
1880
- 0
1881
- );
1882
- _ = token.RegisterComponentTargeted(
1883
- comp,
1884
- (SimpleTargetedMessage _) => order.Add("A1"),
1885
- 0
1886
- );
1887
- _ = token.RegisterComponentTargeted(
1888
- comp,
1889
- (SimpleTargetedMessage _) => order.Add("A2"),
1890
- 0
1891
- );
1892
- SimpleTargetedMessage msg = new();
1893
- msg.EmitComponentTargeted(comp);
1894
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1895
- yield break;
1896
- }
1897
-
1898
- [UnityTest]
1899
- public IEnumerator BroadcastMixedFastThenActionsComponent()
1900
- {
1901
- GameObject go = new(
1902
- nameof(BroadcastMixedFastThenActionsComponent),
1903
- typeof(EmptyMessageAwareComponent)
1904
- );
1905
- _spawned.Add(go);
1906
- EmptyMessageAwareComponent comp = go.GetComponent<EmptyMessageAwareComponent>();
1907
- MessageRegistrationToken token = GetToken(comp);
1908
- List<string> order = new();
1909
- _ = token.RegisterComponentBroadcast(
1910
- comp,
1911
- (ref SimpleBroadcastMessage _) => order.Add("F1"),
1912
- 0
1913
- );
1914
- _ = token.RegisterComponentBroadcast(
1915
- comp,
1916
- (SimpleBroadcastMessage _) => order.Add("A1"),
1917
- 0
1918
- );
1919
- _ = token.RegisterComponentBroadcast(
1920
- comp,
1921
- (SimpleBroadcastMessage _) => order.Add("A2"),
1922
- 0
1923
- );
1924
- SimpleBroadcastMessage msg = new();
1925
- msg.EmitComponentBroadcast(comp);
1926
- Assert.AreEqual(new[] { "F1", "A1", "A2" }, order.ToArray());
1927
- yield break;
1928
- }
1929
- }
1930
- }
1931
-
1932
- #endif