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,2624 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <coverage line-rate="0.6579" branch-rate="0.4829" version="1.9" timestamp="1761949915" lines-covered="479" lines-valid="728" branches-covered="170" branches-valid="352">
3
- <sources>
4
- <source>D:\Code\Packages\Packages\com.wallstop-studios.dxmessaging\SourceGenerators\WallstopStudios.DxMessaging.SourceGenerators\</source>
5
- </sources>
6
- <packages>
7
- <package name="WallstopStudios.DxMessaging.SourceGenerators" line-rate="0.6579" branch-rate="0.4829" complexity="363">
8
- <classes>
9
- <class name="WallstopStudios.DxMessaging.SourceGenerators.DxAutoConstructorGenerator" filename="DxAutoConstructorGenerator.cs" line-rate="0.6953" branch-rate="0.4439" complexity="216">
10
- <methods>
11
- <method name="Initialize" signature="(Microsoft.CodeAnalysis.IncrementalGeneratorInitializationContext)" line-rate="1" branch-rate="1" complexity="1">
12
- <lines>
13
- <line number="62" hits="2" branch="False" />
14
- <line number="63" hits="2" branch="False" />
15
- <line number="64" hits="280" branch="False" />
16
- <line number="65" hits="12" branch="False" />
17
- <line number="66" hits="2" branch="False" />
18
- <line number="69" hits="2" branch="False" />
19
- <line number="70" hits="2" branch="False" />
20
- <line number="71" hits="2" branch="False" />
21
- <line number="72" hits="2" branch="False" />
22
- <line number="73" hits="2" branch="False" />
23
- <line number="74" hits="12" branch="False" />
24
- <line number="75" hits="2" branch="False" />
25
- <line number="78" hits="2" branch="False" />
26
- <line number="79" hits="12" branch="False" />
27
- <line number="80" hits="4" branch="False" />
28
- <line number="83" hits="2" branch="False" />
29
- <line number="84" hits="2" branch="False" />
30
- <line number="86" hits="2" branch="False" />
31
- <line number="87" hits="2" branch="False" />
32
- <line number="88" hits="2" branch="False" />
33
- <line number="89" hits="2" branch="False" />
34
- <line number="92" hits="2" branch="False" />
35
- <line number="93" hits="2" branch="False" />
36
- <line number="94" hits="2" branch="False" />
37
- <line number="95" hits="2" branch="False" />
38
- <line number="96" hits="2" branch="False" />
39
- </lines>
40
- </method>
41
- <method name="IsSyntaxTargetForGeneration" signature="(Microsoft.CodeAnalysis.SyntaxNode)" line-rate="1" branch-rate="0.8" complexity="10">
42
- <lines>
43
- <line number="99" hits="280" branch="True" condition-coverage="80% (8/10)">
44
- <conditions>
45
- <condition number="8" type="jump" coverage="100%" />
46
- <condition number="25" type="jump" coverage="100%" />
47
- <condition number="38" type="jump" coverage="100%" />
48
- <condition number="51" type="jump" coverage="50%" />
49
- <condition number="64" type="jump" coverage="50%" />
50
- </conditions>
51
- </line>
52
- <line number="100" hits="280" branch="False" />
53
- <line number="101" hits="280" branch="False" />
54
- <line number="102" hits="280" branch="False" />
55
- <line number="103" hits="280" branch="False" />
56
- <line number="104" hits="280" branch="False" />
57
- <line number="105" hits="280" branch="False" />
58
- </lines>
59
- </method>
60
- <method name="GetSemanticTargetForGeneration" signature="(Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax,Microsoft.CodeAnalysis.Compilation,System.Threading.CancellationToken)" line-rate="0.8928" branch-rate="0.625" complexity="16">
61
- <lines>
62
- <line number="113" hits="12" branch="False" />
63
- <line number="114" hits="12" branch="False" />
64
- <line number="115" hits="12" branch="False" />
65
- <line number="116" hits="12" branch="True" condition-coverage="50% (1/2)">
66
- <conditions>
67
- <condition number="22" type="jump" coverage="50%" />
68
- </conditions>
69
- </line>
70
- <line number="117" hits="12" branch="False" />
71
- <line number="118" hits="12" branch="False" />
72
- <line number="119" hits="12" branch="False" />
73
- <line number="121" hits="0" branch="False" />
74
- <line number="125" hits="12" branch="False" />
75
- <line number="126" hits="48" branch="True" condition-coverage="100% (2/2)">
76
- <conditions>
77
- <condition number="110" type="jump" coverage="100%" />
78
- </conditions>
79
- </line>
80
- <line number="128" hits="13" branch="False" />
81
- <line number="129" hits="13" branch="True" condition-coverage="75% (3/4)">
82
- <conditions>
83
- <condition number="75" type="jump" coverage="50%" />
84
- <condition number="97" type="jump" coverage="100%" />
85
- </conditions>
86
- </line>
87
- <line number="130" hits="13" branch="False" />
88
- <line number="131" hits="13" branch="False" />
89
- <line number="132" hits="13" branch="False" />
90
- <line number="134" hits="2" branch="False" />
91
- <line number="135" hits="2" branch="False" />
92
- <line number="139" hits="12" branch="True" condition-coverage="100% (2/2)">
93
- <conditions>
94
- <condition number="113" type="jump" coverage="100%" />
95
- </conditions>
96
- </line>
97
- <line number="141" hits="10" branch="False" />
98
- <line number="145" hits="2" branch="False" />
99
- <line number="146" hits="2" branch="False" />
100
- <line number="147" hits="2" branch="False" />
101
- <line number="148" hits="2" branch="True" condition-coverage="50% (1/2)">
102
- <conditions>
103
- <condition number="7" type="jump" coverage="50%" />
104
- </conditions>
105
- </line>
106
- <line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
107
- <conditions>
108
- <condition number="12" type="jump" coverage="0%" />
109
- </conditions>
110
- </line>
111
- <line number="150" hits="2" branch="False" />
112
- <line number="153" hits="2" branch="True" condition-coverage="50% (1/2)">
113
- <conditions>
114
- <condition number="225" type="jump" coverage="50%" />
115
- </conditions>
116
- </line>
117
- <line number="155" hits="0" branch="False" />
118
- <line number="158" hits="2" branch="False" />
119
- </lines>
120
- </method>
121
- <method name="Execute" signature="(Microsoft.CodeAnalysis.Compilation,System.Collections.Immutable.ImmutableArray`1&lt;WallstopStudios.DxMessaging.SourceGenerators.DxAutoConstructorGenerator/TypeToGenerateInfo&gt;,Microsoft.CodeAnalysis.SourceProductionContext)" line-rate="0.9806999999999999" branch-rate="0.9444" complexity="18">
122
- <lines>
123
- <line number="167" hits="2" branch="True" condition-coverage="50% (1/2)">
124
- <conditions>
125
- <condition number="7" type="jump" coverage="50%" />
126
- </conditions>
127
- </line>
128
- <line number="169" hits="0" branch="False" />
129
- <line number="173" hits="2" branch="False" />
130
- <line number="175" hits="8" branch="True" condition-coverage="100% (2/2)">
131
- <conditions>
132
- <condition number="560" type="jump" coverage="100%" />
133
- </conditions>
134
- </line>
135
- <line number="177" hits="2" branch="True" condition-coverage="100% (4/4)">
136
- <conditions>
137
- <condition number="55" type="jump" coverage="100%" />
138
- <condition number="76" type="jump" coverage="100%" />
139
- </conditions>
140
- </line>
141
- <line number="182" hits="2" branch="False" />
142
- <line number="185" hits="2" branch="True" condition-coverage="100% (2/2)">
143
- <conditions>
144
- <condition number="109" type="jump" coverage="100%" />
145
- </conditions>
146
- </line>
147
- <line number="187" hits="1" branch="False" />
148
- <line number="188" hits="1" branch="False" />
149
- <line number="189" hits="1" branch="False" />
150
- <line number="190" hits="1" branch="True" condition-coverage="100% (2/2)">
151
- <conditions>
152
- <condition number="136" type="jump" coverage="100%" />
153
- </conditions>
154
- </line>
155
- <line number="192" hits="1" branch="False" />
156
- <line number="193" hits="1" branch="False" />
157
- <line number="194" hits="1" branch="False" />
158
- <line number="195" hits="1" branch="False" />
159
- <line number="196" hits="1" branch="False" />
160
- <line number="197" hits="1" branch="False" />
161
- <line number="198" hits="1" branch="False" />
162
- <line number="199" hits="1" branch="False" />
163
- <line number="200" hits="1" branch="False" />
164
- <line number="201" hits="1" branch="False" />
165
- <line number="202" hits="1" branch="False" />
166
- <line number="203" hits="1" branch="False" />
167
- <line number="204" hits="1" branch="False" />
168
- <line number="205" hits="1" branch="False" />
169
- <line number="206" hits="1" branch="False" />
170
- <line number="207" hits="1" branch="False" />
171
- <line number="209" hits="4" branch="True" condition-coverage="100% (2/2)">
172
- <conditions>
173
- <condition number="410" type="jump" coverage="100%" />
174
- </conditions>
175
- </line>
176
- <line number="211" hits="1" branch="False" />
177
- <line number="212" hits="1" branch="False" />
178
- <line number="213" hits="1" branch="True" condition-coverage="100% (4/4)">
179
- <conditions>
180
- <condition number="299" type="jump" coverage="100%" />
181
- <condition number="327" type="jump" coverage="100%" />
182
- </conditions>
183
- </line>
184
- <line number="215" hits="1" branch="False" />
185
- <line number="216" hits="1" branch="False" />
186
- <line number="217" hits="1" branch="False" />
187
- <line number="218" hits="1" branch="False" />
188
- <line number="219" hits="1" branch="False" />
189
- <line number="220" hits="1" branch="False" />
190
- <line number="221" hits="1" branch="False" />
191
- <line number="222" hits="1" branch="False" />
192
- <line number="223" hits="1" branch="False" />
193
- <line number="224" hits="1" branch="False" />
194
- <line number="225" hits="1" branch="False" />
195
- <line number="226" hits="1" branch="False" />
196
- <line number="234" hits="1" branch="False" />
197
- <line number="235" hits="1" branch="False" />
198
- <line number="236" hits="1" branch="False" />
199
- <line number="237" hits="1" branch="False" />
200
- <line number="238" hits="1" branch="False" />
201
- <line number="239" hits="1" branch="False" />
202
- <line number="240" hits="1" branch="False" />
203
- <line number="242" hits="1" branch="False" />
204
- <line number="244" hits="2" branch="False" />
205
- </lines>
206
- </method>
207
- <method name="GenerateConstructorSource" signature="(Microsoft.CodeAnalysis.Compilation,WallstopStudios.DxMessaging.SourceGenerators.DxAutoConstructorGenerator/TypeToGenerateInfo,Microsoft.CodeAnalysis.SourceProductionContext)" line-rate="0.5789" branch-rate="0.42100000000000004" complexity="114">
208
- <lines>
209
- <line number="252" hits="1" branch="False" />
210
- <line number="253" hits="1" branch="False" />
211
- <line number="254" hits="1" branch="True" condition-coverage="50% (1/2)">
212
- <conditions>
213
- <condition number="27" type="jump" coverage="50%" />
214
- </conditions>
215
- </line>
216
- <line number="255" hits="1" branch="False" />
217
- <line number="256" hits="1" branch="False" />
218
- <line number="257" hits="1" branch="True" condition-coverage="50% (1/2)">
219
- <conditions>
220
- <condition number="55" type="jump" coverage="50%" />
221
- </conditions>
222
- </line>
223
- <line number="258" hits="1" branch="False" />
224
- <line number="259" hits="1" branch="False" />
225
- <line number="260" hits="1" branch="True" condition-coverage="50% (1/2)">
226
- <conditions>
227
- <condition number="87" type="jump" coverage="50%" />
228
- </conditions>
229
- </line>
230
- <line number="264" hits="1" branch="False" />
231
- <line number="265" hits="1" branch="False" />
232
- <line number="266" hits="1" branch="True" condition-coverage="50% (1/2)">
233
- <conditions>
234
- <condition number="140" type="jump" coverage="50%" />
235
- </conditions>
236
- </line>
237
- <line number="268" hits="0" branch="False" />
238
- <line number="269" hits="0" branch="False" />
239
- <line number="272" hits="1" branch="False" />
240
- <line number="273" hits="1" branch="False" />
241
- <line number="274" hits="1" branch="False" />
242
- <line number="276" hits="2" branch="True" condition-coverage="50% (1/2)">
243
- <conditions>
244
- <condition number="580" type="jump" coverage="50%" />
245
- </conditions>
246
- </line>
247
- <line number="278" hits="0" branch="True" condition-coverage="0% (0/7)">
248
- <conditions>
249
- <condition number="199" type="switch" coverage="0%" />
250
- </conditions>
251
- </line>
252
- <line number="279" hits="0" branch="False" />
253
- <line number="280" hits="0" branch="False" />
254
- <line number="281" hits="0" branch="False" />
255
- <line number="282" hits="0" branch="False" />
256
- <line number="283" hits="0" branch="False" />
257
- <line number="284" hits="0" branch="False" />
258
- <line number="285" hits="0" branch="False" />
259
- <line number="286" hits="0" branch="False" />
260
- <line number="287" hits="0" branch="False" />
261
- <line number="289" hits="0" branch="True" condition-coverage="0% (0/4)">
262
- <conditions>
263
- <condition number="307" type="jump" coverage="0%" />
264
- <condition number="313" type="jump" coverage="0%" />
265
- </conditions>
266
- </line>
267
- <line number="290" hits="0" branch="False" />
268
- <line number="291" hits="0" branch="True" condition-coverage="0% (0/2)">
269
- <conditions>
270
- <condition number="324" type="jump" coverage="0%" />
271
- </conditions>
272
- </line>
273
- <line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
274
- <conditions>
275
- <condition number="349" type="jump" coverage="0%" />
276
- </conditions>
277
- </line>
278
- <line number="293" hits="0" branch="False" />
279
- <line number="294" hits="0" branch="False" />
280
- <line number="297" hits="0" branch="True" condition-coverage="0% (0/2)">
281
- <conditions>
282
- <condition number="395" type="jump" coverage="0%" />
283
- </conditions>
284
- </line>
285
- <line number="298" hits="0" branch="False" />
286
- <line number="299" hits="0" branch="False" />
287
- <line number="300" hits="0" branch="False" />
288
- <line number="301" hits="0" branch="False" />
289
- <line number="302" hits="0" branch="False" />
290
- <line number="305" hits="0" branch="False" />
291
- <line number="306" hits="0" branch="False" />
292
- <line number="307" hits="0" branch="False" />
293
- <line number="308" hits="0" branch="False" />
294
- <line number="309" hits="0" branch="False" />
295
- <line number="312" hits="1" branch="False" />
296
- <line number="315" hits="1" branch="True" condition-coverage="50% (1/2)">
297
- <conditions>
298
- <condition number="621" type="jump" coverage="50%" />
299
- </conditions>
300
- </line>
301
- <line number="316" hits="1" branch="False" />
302
- <line number="317" hits="1" branch="False" />
303
- <line number="318" hits="0" branch="False" />
304
- <line number="319" hits="1" branch="False" />
305
- <line number="320" hits="1" branch="False" />
306
- <line number="321" hits="1" branch="False" />
307
- <line number="322" hits="1" branch="True" condition-coverage="50% (2/4)">
308
- <conditions>
309
- <condition number="725" type="jump" coverage="50%" />
310
- <condition number="731" type="jump" coverage="50%" />
311
- </conditions>
312
- </line>
313
- <line number="323" hits="1" branch="False" />
314
- <line number="324" hits="0" branch="True" condition-coverage="0% (0/2)">
315
- <conditions>
316
- <condition number="741" type="jump" coverage="0%" />
317
- </conditions>
318
- </line>
319
- <line number="325" hits="1" branch="True" condition-coverage="50% (1/2)">
320
- <conditions>
321
- <condition number="765" type="jump" coverage="50%" />
322
- </conditions>
323
- </line>
324
- <line number="326" hits="0" branch="False" />
325
- <line number="327" hits="0" branch="False" />
326
- <line number="328" hits="0" branch="False" />
327
- <line number="329" hits="1" branch="False" />
328
- <line number="331" hits="1" branch="True" condition-coverage="14.28% (1/7)">
329
- <conditions>
330
- <condition number="810" type="switch" coverage="14.28%" />
331
- </conditions>
332
- </line>
333
- <line number="332" hits="1" branch="False" />
334
- <line number="333" hits="1" branch="False" />
335
- <line number="334" hits="0" branch="False" />
336
- <line number="335" hits="0" branch="False" />
337
- <line number="336" hits="0" branch="False" />
338
- <line number="337" hits="0" branch="False" />
339
- <line number="338" hits="0" branch="False" />
340
- <line number="339" hits="0" branch="False" />
341
- <line number="340" hits="1" branch="False" />
342
- <line number="342" hits="1" branch="False" />
343
- <line number="345" hits="1" branch="False" />
344
- <line number="346" hits="1" branch="False" />
345
- <line number="348" hits="1" branch="False" />
346
- <line number="349" hits="1" branch="False" />
347
- <line number="350" hits="1" branch="False" />
348
- <line number="351" hits="1" branch="False" />
349
- <line number="353" hits="1" branch="False" />
350
- <line number="354" hits="1" branch="False" />
351
- <line number="357" hits="1" branch="False" />
352
- <line number="358" hits="1" branch="False" />
353
- <line number="359" hits="1" branch="False" />
354
- <line number="360" hits="1" branch="False" />
355
- <line number="362" hits="4" branch="True" condition-coverage="100% (2/2)">
356
- <conditions>
357
- <condition number="1865" type="jump" coverage="100%" />
358
- </conditions>
359
- </line>
360
- <line number="364" hits="1" branch="False" />
361
- <line number="365" hits="1" branch="False" />
362
- <line number="366" hits="1" branch="False" />
363
- <line number="367" hits="1" branch="False" />
364
- <line number="369" hits="3" branch="True" condition-coverage="100% (2/2)">
365
- <conditions>
366
- <condition number="1780" type="jump" coverage="100%" />
367
- </conditions>
368
- </line>
369
- <line number="371" hits="1" branch="True" condition-coverage="75% (3/4)">
370
- <conditions>
371
- <condition number="1076" type="jump" coverage="50%" />
372
- <condition number="1099" type="jump" coverage="100%" />
373
- </conditions>
374
- </line>
375
- <line number="372" hits="1" branch="False" />
376
- <line number="373" hits="1" branch="False" />
377
- <line number="374" hits="1" branch="False" />
378
- <line number="375" hits="1" branch="False" />
379
- <line number="376" hits="1" branch="False" />
380
- <line number="377" hits="1" branch="False" />
381
- <line number="382" hits="1" branch="False" />
382
- <line number="385" hits="1" branch="True" condition-coverage="100% (2/2)">
383
- <conditions>
384
- <condition number="1119" type="jump" coverage="100%" />
385
- </conditions>
386
- </line>
387
- <line number="387" hits="3" branch="True" condition-coverage="100% (2/2)">
388
- <conditions>
389
- <condition number="1385" type="jump" coverage="100%" />
390
- </conditions>
391
- </line>
392
- <line number="389" hits="1" branch="True" condition-coverage="100% (8/8)">
393
- <conditions>
394
- <condition number="1174" type="jump" coverage="100%" />
395
- <condition number="1196" type="jump" coverage="100%" />
396
- <condition number="1226" type="jump" coverage="100%" />
397
- <condition number="1238" type="jump" coverage="100%" />
398
- </conditions>
399
- </line>
400
- <line number="390" hits="1" branch="False" />
401
- <line number="391" hits="1" branch="False" />
402
- <line number="392" hits="1" branch="False" />
403
- <line number="393" hits="1" branch="False" />
404
- <line number="394" hits="1" branch="False" />
405
- <line number="396" hits="1" branch="False" />
406
- <line number="398" hits="1" branch="True" condition-coverage="100% (2/2)">
407
- <conditions>
408
- <condition number="1266" type="jump" coverage="100%" />
409
- </conditions>
410
- </line>
411
- <line number="399" hits="1" branch="False" />
412
- <line number="400" hits="1" branch="False" />
413
- <line number="401" hits="1" branch="False" />
414
- <line number="402" hits="1" branch="False" />
415
- <line number="403" hits="1" branch="False" />
416
- <line number="404" hits="1" branch="False" />
417
- <line number="405" hits="1" branch="False" />
418
- <line number="406" hits="1" branch="False" />
419
- <line number="408" hits="1" branch="True" condition-coverage="50% (4/8)">
420
- <conditions>
421
- <condition number="1276" type="jump" coverage="50%" />
422
- <condition number="1298" type="jump" coverage="50%" />
423
- <condition number="1310" type="jump" coverage="50%" />
424
- <condition number="1326" type="jump" coverage="50%" />
425
- </conditions>
426
- </line>
427
- <line number="409" hits="1" branch="False" />
428
- <line number="410" hits="1" branch="False" />
429
- <line number="411" hits="1" branch="False" />
430
- <line number="412" hits="1" branch="False" />
431
- <line number="413" hits="1" branch="False" />
432
- <line number="414" hits="1" branch="False" />
433
- <line number="415" hits="1" branch="False" />
434
- <line number="416" hits="1" branch="False" />
435
- <line number="417" hits="1" branch="False" />
436
- <line number="418" hits="1" branch="False" />
437
- <line number="419" hits="1" branch="False" />
438
- <line number="420" hits="1" branch="False" />
439
- <line number="422" hits="1" branch="False" />
440
- <line number="428" hits="1" branch="True" condition-coverage="50% (2/4)">
441
- <conditions>
442
- <condition number="1392" type="jump" coverage="50%" />
443
- <condition number="1414" type="jump" coverage="50%" />
444
- </conditions>
445
- </line>
446
- <line number="430" hits="0" branch="False" />
447
- <line number="431" hits="0" branch="True" condition-coverage="0% (0/2)">
448
- <conditions>
449
- <condition number="1445" type="jump" coverage="0%" />
450
- </conditions>
451
- </line>
452
- <line number="433" hits="0" branch="False" />
453
- <line number="434" hits="0" branch="True" condition-coverage="50% (1/2)">
454
- <conditions>
455
- <condition number="1469" type="jump" coverage="50%" />
456
- </conditions>
457
- </line>
458
- <line number="436" hits="0" branch="True" condition-coverage="0% (0/8)">
459
- <conditions>
460
- <condition number="1482" type="jump" coverage="0%" />
461
- <condition number="1504" type="jump" coverage="0%" />
462
- <condition number="1516" type="jump" coverage="0%" />
463
- <condition number="1532" type="jump" coverage="0%" />
464
- </conditions>
465
- </line>
466
- <line number="437" hits="0" branch="False" />
467
- <line number="438" hits="0" branch="False" />
468
- <line number="439" hits="0" branch="False" />
469
- <line number="440" hits="0" branch="False" />
470
- <line number="441" hits="0" branch="False" />
471
- <line number="442" hits="0" branch="False" />
472
- <line number="443" hits="0" branch="False" />
473
- <line number="444" hits="0" branch="False" />
474
- <line number="445" hits="0" branch="False" />
475
- <line number="446" hits="0" branch="False" />
476
- <line number="447" hits="0" branch="False" />
477
- <line number="448" hits="0" branch="False" />
478
- <line number="451" hits="0" branch="True" condition-coverage="50% (1/2)">
479
- <conditions>
480
- <condition number="1595" type="jump" coverage="50%" />
481
- </conditions>
482
- </line>
483
- <line number="453" hits="0" branch="False" />
484
- <line number="454" hits="0" branch="False" />
485
- <line number="456" hits="0" branch="False" />
486
- <line number="457" hits="0" branch="True" condition-coverage="50% (1/2)">
487
- <conditions>
488
- <condition number="1632" type="jump" coverage="50%" />
489
- </conditions>
490
- </line>
491
- <line number="459" hits="0" branch="False" />
492
- <line number="460" hits="0" branch="False" />
493
- <line number="461" hits="0" branch="False" />
494
- <line number="462" hits="0" branch="False" />
495
- <line number="463" hits="0" branch="True" condition-coverage="50% (1/2)">
496
- <conditions>
497
- <condition number="1661" type="jump" coverage="50%" />
498
- </conditions>
499
- </line>
500
- <line number="465" hits="0" branch="True" condition-coverage="0% (0/8)">
501
- <conditions>
502
- <condition number="1671" type="jump" coverage="0%" />
503
- <condition number="1693" type="jump" coverage="0%" />
504
- <condition number="1705" type="jump" coverage="0%" />
505
- <condition number="1721" type="jump" coverage="0%" />
506
- </conditions>
507
- </line>
508
- <line number="466" hits="0" branch="False" />
509
- <line number="467" hits="0" branch="False" />
510
- <line number="468" hits="0" branch="False" />
511
- <line number="469" hits="0" branch="False" />
512
- <line number="470" hits="0" branch="False" />
513
- <line number="471" hits="0" branch="False" />
514
- <line number="472" hits="0" branch="False" />
515
- <line number="473" hits="0" branch="False" />
516
- <line number="474" hits="0" branch="False" />
517
- <line number="475" hits="0" branch="False" />
518
- <line number="476" hits="0" branch="False" />
519
- <line number="477" hits="0" branch="False" />
520
- <line number="483" hits="0" branch="False" />
521
- <line number="486" hits="1" branch="False" />
522
- <line number="487" hits="1" branch="False" />
523
- <line number="490" hits="4" branch="True" condition-coverage="100% (2/2)">
524
- <conditions>
525
- <condition number="2025" type="jump" coverage="100%" />
526
- </conditions>
527
- </line>
528
- <line number="492" hits="1" branch="False" />
529
- <line number="493" hits="1" branch="False" />
530
- <line number="494" hits="1" branch="False" />
531
- <line number="495" hits="1" branch="True" condition-coverage="100% (2/2)">
532
- <conditions>
533
- <condition number="1928" type="jump" coverage="100%" />
534
- </conditions>
535
- </line>
536
- <line number="497" hits="1" branch="True" condition-coverage="50% (1/2)">
537
- <conditions>
538
- <condition number="1942" type="jump" coverage="50%" />
539
- </conditions>
540
- </line>
541
- <line number="499" hits="1" branch="False" />
542
- <line number="503" hits="0" branch="False" />
543
- <line number="507" hits="1" branch="True" condition-coverage="50% (1/2)">
544
- <conditions>
545
- <condition number="1995" type="jump" coverage="50%" />
546
- </conditions>
547
- </line>
548
- <line number="509" hits="0" branch="False" />
549
- <line number="514" hits="2" branch="True" condition-coverage="50% (1/2)">
550
- <conditions>
551
- <condition number="2104" type="jump" coverage="50%" />
552
- </conditions>
553
- </line>
554
- <line number="516" hits="0" branch="False" />
555
- <line number="517" hits="0" branch="False" />
556
- <line number="518" hits="0" branch="False" />
557
- <line number="519" hits="0" branch="False" />
558
- <line number="520" hits="0" branch="False" />
559
- <line number="523" hits="1" branch="False" />
560
- <line number="524" hits="1" branch="False" />
561
- <line number="525" hits="1" branch="False" />
562
- <line number="526" hits="1" branch="False" />
563
- <line number="527" hits="1" branch="False" />
564
- <line number="528" hits="1" branch="False" />
565
- <line number="529" hits="1" branch="False" />
566
- <line number="530" hits="1" branch="False" />
567
- <line number="531" hits="1" branch="False" />
568
- <line number="532" hits="1" branch="False" />
569
- <line number="533" hits="1" branch="False" />
570
- <line number="534" hits="1" branch="False" />
571
- <line number="535" hits="1" branch="False" />
572
- <line number="536" hits="1" branch="False" />
573
- <line number="537" hits="1" branch="False" />
574
- <line number="538" hits="1" branch="False" />
575
- <line number="539" hits="1" branch="False" />
576
- <line number="540" hits="1" branch="False" />
577
- <line number="541" hits="1" branch="False" />
578
- </lines>
579
- </method>
580
- <method name="FormatLiteral" signature="(System.Object,Microsoft.CodeAnalysis.ITypeSymbol)" line-rate="0" branch-rate="0" complexity="32">
581
- <lines>
582
- <line number="546" hits="0" branch="True" condition-coverage="0% (0/2)">
583
- <conditions>
584
- <condition number="1" type="jump" coverage="0%" />
585
- </conditions>
586
- </line>
587
- <line number="548" hits="0" branch="True" condition-coverage="0% (0/26)">
588
- <conditions>
589
- <condition number="15" type="jump" coverage="0%" />
590
- <condition number="35" type="jump" coverage="0%" />
591
- <condition number="57" type="jump" coverage="0%" />
592
- <condition number="68" type="jump" coverage="0%" />
593
- <condition number="88" type="jump" coverage="0%" />
594
- <condition number="109" type="jump" coverage="0%" />
595
- <condition number="130" type="jump" coverage="0%" />
596
- <condition number="151" type="jump" coverage="0%" />
597
- <condition number="172" type="jump" coverage="0%" />
598
- <condition number="193" type="jump" coverage="0%" />
599
- <condition number="214" type="jump" coverage="0%" />
600
- <condition number="235" type="jump" coverage="0%" />
601
- <condition number="256" type="jump" coverage="0%" />
602
- </conditions>
603
- </line>
604
- <line number="555" hits="0" branch="True" condition-coverage="0% (0/2)">
605
- <conditions>
606
- <condition number="275" type="jump" coverage="0%" />
607
- </conditions>
608
- </line>
609
- <line number="557" hits="0" branch="False" />
610
- <line number="559" hits="0" branch="False" />
611
- <line number="561" hits="0" branch="False" />
612
- <line number="563" hits="0" branch="False" />
613
- <line number="565" hits="0" branch="False" />
614
- <line number="567" hits="0" branch="False" />
615
- <line number="569" hits="0" branch="False" />
616
- <line number="571" hits="0" branch="False" />
617
- <line number="573" hits="0" branch="False" />
618
- <line number="575" hits="0" branch="False" />
619
- <line number="577" hits="0" branch="False" />
620
- <line number="579" hits="0" branch="False" />
621
- <line number="583" hits="0" branch="True" condition-coverage="0% (0/2)">
622
- <conditions>
623
- <condition number="520" type="jump" coverage="0%" />
624
- </conditions>
625
- </line>
626
- </lines>
627
- </method>
628
- <method name="IsReferenceOrNullable" signature="(Microsoft.CodeAnalysis.ITypeSymbol)" line-rate="0" branch-rate="0" complexity="6">
629
- <lines>
630
- <line number="588" hits="0" branch="True" condition-coverage="0% (0/2)">
631
- <conditions>
632
- <condition number="6" type="jump" coverage="0%" />
633
- </conditions>
634
- </line>
635
- <line number="590" hits="0" branch="False" />
636
- <line number="593" hits="0" branch="True" condition-coverage="0% (0/4)">
637
- <conditions>
638
- <condition number="18" type="jump" coverage="0%" />
639
- <condition number="33" type="jump" coverage="0%" />
640
- </conditions>
641
- </line>
642
- <line number="594" hits="0" branch="False" />
643
- <line number="595" hits="0" branch="False" />
644
- <line number="596" hits="0" branch="False" />
645
- <line number="598" hits="0" branch="False" />
646
- <line number="601" hits="0" branch="False" />
647
- </lines>
648
- </method>
649
- <method name="IsValidDefaultExpression" signature="(Microsoft.CodeAnalysis.Compilation,Microsoft.CodeAnalysis.SemanticModel,System.Int32,Microsoft.CodeAnalysis.IFieldSymbol,System.String)" line-rate="0.7368000000000001" branch-rate="0.5" complexity="6">
650
- <lines>
651
- <line number="612" hits="1" branch="False" />
652
- <line number="613" hits="1" branch="True" condition-coverage="50% (1/2)">
653
- <conditions>
654
- <condition number="20" type="jump" coverage="50%" />
655
- </conditions>
656
- </line>
657
- <line number="616" hits="0" branch="False" />
658
- <line number="619" hits="1" branch="True" condition-coverage="50% (1/2)">
659
- <conditions>
660
- <condition number="36" type="jump" coverage="50%" />
661
- </conditions>
662
- </line>
663
- <line number="621" hits="0" branch="False" />
664
- <line number="626" hits="1" branch="False" />
665
- <line number="627" hits="1" branch="False" />
666
- <line number="628" hits="1" branch="False" />
667
- <line number="629" hits="1" branch="False" />
668
- <line number="630" hits="1" branch="False" />
669
- <line number="631" hits="1" branch="False" />
670
- <line number="633" hits="1" branch="False" />
671
- <line number="634" hits="1" branch="True" condition-coverage="50% (1/2)">
672
- <conditions>
673
- <condition number="80" type="jump" coverage="50%" />
674
- </conditions>
675
- </line>
676
- <line number="637" hits="0" branch="False" />
677
- <line number="640" hits="1" branch="False" />
678
- <line number="641" hits="1" branch="False" />
679
- <line number="643" hits="0" branch="False" />
680
- <line number="646" hits="0" branch="False" />
681
- <line number="648" hits="1" branch="False" />
682
- </lines>
683
- </method>
684
- <method name="GetNonPartialContainers" signature="(Microsoft.CodeAnalysis.INamedTypeSymbol)" line-rate="1" branch-rate="1" complexity="4">
685
- <lines>
686
- <line number="652" hits="1" branch="False" />
687
- <line number="653" hits="1" branch="False" />
688
- <line number="654" hits="2" branch="True" condition-coverage="100% (2/2)">
689
- <conditions>
690
- <condition number="38" type="jump" coverage="100%" />
691
- </conditions>
692
- </line>
693
- <line number="656" hits="1" branch="True" condition-coverage="100% (2/2)">
694
- <conditions>
695
- <condition number="21" type="jump" coverage="100%" />
696
- </conditions>
697
- </line>
698
- <line number="658" hits="1" branch="False" />
699
- <line number="660" hits="1" branch="False" />
700
- <line number="662" hits="1" branch="False" />
701
- </lines>
702
- </method>
703
- <method name="IsDeclaredFullyPartial" signature="(Microsoft.CodeAnalysis.INamedTypeSymbol)" line-rate="0.7272" branch-rate="0.625" complexity="8">
704
- <lines>
705
- <line number="668" hits="1" branch="True" condition-coverage="50% (1/2)">
706
- <conditions>
707
- <condition number="14" type="jump" coverage="50%" />
708
- </conditions>
709
- </line>
710
- <line number="670" hits="0" branch="False" />
711
- <line number="673" hits="3" branch="True" condition-coverage="50% (1/2)">
712
- <conditions>
713
- <condition number="125" type="jump" coverage="50%" />
714
- </conditions>
715
- </line>
716
- <line number="675" hits="1" branch="True" condition-coverage="50% (1/2)">
717
- <conditions>
718
- <condition number="63" type="jump" coverage="50%" />
719
- </conditions>
720
- </line>
721
- <line number="677" hits="1" branch="False" />
722
- <line number="678" hits="1" branch="False" />
723
- <line number="679" hits="1" branch="False" />
724
- <line number="680" hits="1" branch="True" condition-coverage="100% (2/2)">
725
- <conditions>
726
- <condition number="112" type="jump" coverage="100%" />
727
- </conditions>
728
- </line>
729
- <line number="682" hits="1" branch="False" />
730
- <line number="687" hits="0" branch="False" />
731
- <line number="691" hits="0" branch="False" />
732
- </lines>
733
- </method>
734
- <method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
735
- <lines>
736
- <line number="19" hits="1" branch="False" />
737
- <line number="20" hits="1" branch="False" />
738
- <line number="21" hits="1" branch="False" />
739
- <line number="22" hits="1" branch="False" />
740
- <line number="23" hits="1" branch="False" />
741
- <line number="24" hits="1" branch="False" />
742
- <line number="25" hits="1" branch="False" />
743
- <line number="26" hits="1" branch="False" />
744
- <line number="28" hits="1" branch="False" />
745
- <line number="29" hits="1" branch="False" />
746
- <line number="30" hits="1" branch="False" />
747
- <line number="31" hits="1" branch="False" />
748
- <line number="32" hits="1" branch="False" />
749
- <line number="33" hits="1" branch="False" />
750
- <line number="34" hits="1" branch="False" />
751
- <line number="35" hits="1" branch="False" />
752
- <line number="37" hits="1" branch="False" />
753
- <line number="38" hits="1" branch="False" />
754
- <line number="39" hits="1" branch="False" />
755
- <line number="40" hits="1" branch="False" />
756
- <line number="41" hits="1" branch="False" />
757
- <line number="42" hits="1" branch="False" />
758
- <line number="43" hits="1" branch="False" />
759
- <line number="44" hits="1" branch="False" />
760
- </lines>
761
- </method>
762
- </methods>
763
- <lines>
764
- <line number="62" hits="2" branch="False" />
765
- <line number="63" hits="2" branch="False" />
766
- <line number="64" hits="280" branch="False" />
767
- <line number="65" hits="12" branch="False" />
768
- <line number="66" hits="2" branch="False" />
769
- <line number="69" hits="2" branch="False" />
770
- <line number="70" hits="2" branch="False" />
771
- <line number="71" hits="2" branch="False" />
772
- <line number="72" hits="2" branch="False" />
773
- <line number="73" hits="2" branch="False" />
774
- <line number="74" hits="12" branch="False" />
775
- <line number="75" hits="2" branch="False" />
776
- <line number="78" hits="2" branch="False" />
777
- <line number="79" hits="12" branch="False" />
778
- <line number="80" hits="4" branch="False" />
779
- <line number="83" hits="2" branch="False" />
780
- <line number="84" hits="2" branch="False" />
781
- <line number="86" hits="2" branch="False" />
782
- <line number="87" hits="2" branch="False" />
783
- <line number="88" hits="2" branch="False" />
784
- <line number="89" hits="2" branch="False" />
785
- <line number="92" hits="2" branch="False" />
786
- <line number="93" hits="2" branch="False" />
787
- <line number="94" hits="2" branch="False" />
788
- <line number="95" hits="2" branch="False" />
789
- <line number="96" hits="2" branch="False" />
790
- <line number="99" hits="280" branch="True" condition-coverage="80% (8/10)">
791
- <conditions>
792
- <condition number="8" type="jump" coverage="100%" />
793
- <condition number="25" type="jump" coverage="100%" />
794
- <condition number="38" type="jump" coverage="100%" />
795
- <condition number="51" type="jump" coverage="50%" />
796
- <condition number="64" type="jump" coverage="50%" />
797
- </conditions>
798
- </line>
799
- <line number="100" hits="280" branch="False" />
800
- <line number="101" hits="280" branch="False" />
801
- <line number="102" hits="280" branch="False" />
802
- <line number="103" hits="280" branch="False" />
803
- <line number="104" hits="280" branch="False" />
804
- <line number="105" hits="280" branch="False" />
805
- <line number="113" hits="12" branch="False" />
806
- <line number="114" hits="12" branch="False" />
807
- <line number="115" hits="12" branch="False" />
808
- <line number="116" hits="12" branch="True" condition-coverage="50% (1/2)">
809
- <conditions>
810
- <condition number="22" type="jump" coverage="50%" />
811
- </conditions>
812
- </line>
813
- <line number="117" hits="12" branch="False" />
814
- <line number="118" hits="12" branch="False" />
815
- <line number="119" hits="12" branch="False" />
816
- <line number="121" hits="0" branch="False" />
817
- <line number="125" hits="12" branch="False" />
818
- <line number="126" hits="48" branch="True" condition-coverage="100% (2/2)">
819
- <conditions>
820
- <condition number="110" type="jump" coverage="100%" />
821
- </conditions>
822
- </line>
823
- <line number="128" hits="13" branch="False" />
824
- <line number="129" hits="13" branch="True" condition-coverage="75% (3/4)">
825
- <conditions>
826
- <condition number="75" type="jump" coverage="50%" />
827
- <condition number="97" type="jump" coverage="100%" />
828
- </conditions>
829
- </line>
830
- <line number="130" hits="13" branch="False" />
831
- <line number="131" hits="13" branch="False" />
832
- <line number="132" hits="13" branch="False" />
833
- <line number="134" hits="2" branch="False" />
834
- <line number="135" hits="2" branch="False" />
835
- <line number="139" hits="12" branch="True" condition-coverage="100% (2/2)">
836
- <conditions>
837
- <condition number="113" type="jump" coverage="100%" />
838
- </conditions>
839
- </line>
840
- <line number="141" hits="10" branch="False" />
841
- <line number="145" hits="2" branch="False" />
842
- <line number="146" hits="2" branch="False" />
843
- <line number="147" hits="2" branch="False" />
844
- <line number="148" hits="2" branch="True" condition-coverage="50% (1/2)">
845
- <conditions>
846
- <condition number="7" type="jump" coverage="50%" />
847
- </conditions>
848
- </line>
849
- <line number="149" hits="0" branch="True" condition-coverage="0% (0/2)">
850
- <conditions>
851
- <condition number="12" type="jump" coverage="0%" />
852
- </conditions>
853
- </line>
854
- <line number="150" hits="2" branch="False" />
855
- <line number="153" hits="2" branch="True" condition-coverage="50% (1/2)">
856
- <conditions>
857
- <condition number="225" type="jump" coverage="50%" />
858
- </conditions>
859
- </line>
860
- <line number="155" hits="0" branch="False" />
861
- <line number="158" hits="2" branch="False" />
862
- <line number="167" hits="2" branch="True" condition-coverage="50% (1/2)">
863
- <conditions>
864
- <condition number="7" type="jump" coverage="50%" />
865
- </conditions>
866
- </line>
867
- <line number="169" hits="0" branch="False" />
868
- <line number="173" hits="2" branch="False" />
869
- <line number="175" hits="8" branch="True" condition-coverage="100% (2/2)">
870
- <conditions>
871
- <condition number="560" type="jump" coverage="100%" />
872
- </conditions>
873
- </line>
874
- <line number="177" hits="2" branch="True" condition-coverage="100% (4/4)">
875
- <conditions>
876
- <condition number="55" type="jump" coverage="100%" />
877
- <condition number="76" type="jump" coverage="100%" />
878
- </conditions>
879
- </line>
880
- <line number="182" hits="2" branch="False" />
881
- <line number="185" hits="2" branch="True" condition-coverage="100% (2/2)">
882
- <conditions>
883
- <condition number="109" type="jump" coverage="100%" />
884
- </conditions>
885
- </line>
886
- <line number="187" hits="1" branch="False" />
887
- <line number="188" hits="1" branch="False" />
888
- <line number="189" hits="1" branch="False" />
889
- <line number="190" hits="1" branch="True" condition-coverage="100% (2/2)">
890
- <conditions>
891
- <condition number="136" type="jump" coverage="100%" />
892
- </conditions>
893
- </line>
894
- <line number="192" hits="1" branch="False" />
895
- <line number="193" hits="1" branch="False" />
896
- <line number="194" hits="1" branch="False" />
897
- <line number="195" hits="1" branch="False" />
898
- <line number="196" hits="1" branch="False" />
899
- <line number="197" hits="1" branch="False" />
900
- <line number="198" hits="1" branch="False" />
901
- <line number="199" hits="1" branch="False" />
902
- <line number="200" hits="1" branch="False" />
903
- <line number="201" hits="1" branch="False" />
904
- <line number="202" hits="1" branch="False" />
905
- <line number="203" hits="1" branch="False" />
906
- <line number="204" hits="1" branch="False" />
907
- <line number="205" hits="1" branch="False" />
908
- <line number="206" hits="1" branch="False" />
909
- <line number="207" hits="1" branch="False" />
910
- <line number="209" hits="4" branch="True" condition-coverage="100% (2/2)">
911
- <conditions>
912
- <condition number="410" type="jump" coverage="100%" />
913
- </conditions>
914
- </line>
915
- <line number="211" hits="1" branch="False" />
916
- <line number="212" hits="1" branch="False" />
917
- <line number="213" hits="1" branch="True" condition-coverage="100% (4/4)">
918
- <conditions>
919
- <condition number="299" type="jump" coverage="100%" />
920
- <condition number="327" type="jump" coverage="100%" />
921
- </conditions>
922
- </line>
923
- <line number="215" hits="1" branch="False" />
924
- <line number="216" hits="1" branch="False" />
925
- <line number="217" hits="1" branch="False" />
926
- <line number="218" hits="1" branch="False" />
927
- <line number="219" hits="1" branch="False" />
928
- <line number="220" hits="1" branch="False" />
929
- <line number="221" hits="1" branch="False" />
930
- <line number="222" hits="1" branch="False" />
931
- <line number="223" hits="1" branch="False" />
932
- <line number="224" hits="1" branch="False" />
933
- <line number="225" hits="1" branch="False" />
934
- <line number="226" hits="1" branch="False" />
935
- <line number="234" hits="1" branch="False" />
936
- <line number="235" hits="1" branch="False" />
937
- <line number="236" hits="1" branch="False" />
938
- <line number="237" hits="1" branch="False" />
939
- <line number="238" hits="1" branch="False" />
940
- <line number="239" hits="1" branch="False" />
941
- <line number="240" hits="1" branch="False" />
942
- <line number="242" hits="1" branch="False" />
943
- <line number="244" hits="2" branch="False" />
944
- <line number="252" hits="1" branch="False" />
945
- <line number="253" hits="1" branch="False" />
946
- <line number="254" hits="1" branch="True" condition-coverage="50% (1/2)">
947
- <conditions>
948
- <condition number="27" type="jump" coverage="50%" />
949
- </conditions>
950
- </line>
951
- <line number="255" hits="1" branch="False" />
952
- <line number="256" hits="1" branch="False" />
953
- <line number="257" hits="1" branch="True" condition-coverage="50% (1/2)">
954
- <conditions>
955
- <condition number="55" type="jump" coverage="50%" />
956
- </conditions>
957
- </line>
958
- <line number="258" hits="1" branch="False" />
959
- <line number="259" hits="1" branch="False" />
960
- <line number="260" hits="1" branch="True" condition-coverage="50% (1/2)">
961
- <conditions>
962
- <condition number="87" type="jump" coverage="50%" />
963
- </conditions>
964
- </line>
965
- <line number="264" hits="1" branch="False" />
966
- <line number="265" hits="1" branch="False" />
967
- <line number="266" hits="1" branch="True" condition-coverage="50% (1/2)">
968
- <conditions>
969
- <condition number="140" type="jump" coverage="50%" />
970
- </conditions>
971
- </line>
972
- <line number="268" hits="0" branch="False" />
973
- <line number="269" hits="0" branch="False" />
974
- <line number="272" hits="1" branch="False" />
975
- <line number="273" hits="1" branch="False" />
976
- <line number="274" hits="1" branch="False" />
977
- <line number="276" hits="2" branch="True" condition-coverage="50% (1/2)">
978
- <conditions>
979
- <condition number="580" type="jump" coverage="50%" />
980
- </conditions>
981
- </line>
982
- <line number="278" hits="0" branch="True" condition-coverage="0% (0/7)">
983
- <conditions>
984
- <condition number="199" type="switch" coverage="0%" />
985
- </conditions>
986
- </line>
987
- <line number="279" hits="0" branch="False" />
988
- <line number="280" hits="0" branch="False" />
989
- <line number="281" hits="0" branch="False" />
990
- <line number="282" hits="0" branch="False" />
991
- <line number="283" hits="0" branch="False" />
992
- <line number="284" hits="0" branch="False" />
993
- <line number="285" hits="0" branch="False" />
994
- <line number="286" hits="0" branch="False" />
995
- <line number="287" hits="0" branch="False" />
996
- <line number="289" hits="0" branch="True" condition-coverage="0% (0/4)">
997
- <conditions>
998
- <condition number="307" type="jump" coverage="0%" />
999
- <condition number="313" type="jump" coverage="0%" />
1000
- </conditions>
1001
- </line>
1002
- <line number="290" hits="0" branch="False" />
1003
- <line number="291" hits="0" branch="True" condition-coverage="0% (0/2)">
1004
- <conditions>
1005
- <condition number="324" type="jump" coverage="0%" />
1006
- </conditions>
1007
- </line>
1008
- <line number="292" hits="0" branch="True" condition-coverage="0% (0/2)">
1009
- <conditions>
1010
- <condition number="349" type="jump" coverage="0%" />
1011
- </conditions>
1012
- </line>
1013
- <line number="293" hits="0" branch="False" />
1014
- <line number="294" hits="0" branch="False" />
1015
- <line number="297" hits="0" branch="True" condition-coverage="0% (0/2)">
1016
- <conditions>
1017
- <condition number="395" type="jump" coverage="0%" />
1018
- </conditions>
1019
- </line>
1020
- <line number="298" hits="0" branch="False" />
1021
- <line number="299" hits="0" branch="False" />
1022
- <line number="300" hits="0" branch="False" />
1023
- <line number="301" hits="0" branch="False" />
1024
- <line number="302" hits="0" branch="False" />
1025
- <line number="305" hits="0" branch="False" />
1026
- <line number="306" hits="0" branch="False" />
1027
- <line number="307" hits="0" branch="False" />
1028
- <line number="308" hits="0" branch="False" />
1029
- <line number="309" hits="0" branch="False" />
1030
- <line number="312" hits="1" branch="False" />
1031
- <line number="315" hits="1" branch="True" condition-coverage="50% (1/2)">
1032
- <conditions>
1033
- <condition number="621" type="jump" coverage="50%" />
1034
- </conditions>
1035
- </line>
1036
- <line number="316" hits="1" branch="False" />
1037
- <line number="317" hits="1" branch="False" />
1038
- <line number="318" hits="0" branch="False" />
1039
- <line number="319" hits="1" branch="False" />
1040
- <line number="320" hits="1" branch="False" />
1041
- <line number="321" hits="1" branch="False" />
1042
- <line number="322" hits="1" branch="True" condition-coverage="50% (2/4)">
1043
- <conditions>
1044
- <condition number="725" type="jump" coverage="50%" />
1045
- <condition number="731" type="jump" coverage="50%" />
1046
- </conditions>
1047
- </line>
1048
- <line number="323" hits="1" branch="False" />
1049
- <line number="324" hits="0" branch="True" condition-coverage="0% (0/2)">
1050
- <conditions>
1051
- <condition number="741" type="jump" coverage="0%" />
1052
- </conditions>
1053
- </line>
1054
- <line number="325" hits="1" branch="True" condition-coverage="50% (1/2)">
1055
- <conditions>
1056
- <condition number="765" type="jump" coverage="50%" />
1057
- </conditions>
1058
- </line>
1059
- <line number="326" hits="0" branch="False" />
1060
- <line number="327" hits="0" branch="False" />
1061
- <line number="328" hits="0" branch="False" />
1062
- <line number="329" hits="1" branch="False" />
1063
- <line number="331" hits="1" branch="True" condition-coverage="14.28% (1/7)">
1064
- <conditions>
1065
- <condition number="810" type="switch" coverage="14.28%" />
1066
- </conditions>
1067
- </line>
1068
- <line number="332" hits="1" branch="False" />
1069
- <line number="333" hits="1" branch="False" />
1070
- <line number="334" hits="0" branch="False" />
1071
- <line number="335" hits="0" branch="False" />
1072
- <line number="336" hits="0" branch="False" />
1073
- <line number="337" hits="0" branch="False" />
1074
- <line number="338" hits="0" branch="False" />
1075
- <line number="339" hits="0" branch="False" />
1076
- <line number="340" hits="1" branch="False" />
1077
- <line number="342" hits="1" branch="False" />
1078
- <line number="345" hits="1" branch="False" />
1079
- <line number="346" hits="1" branch="False" />
1080
- <line number="348" hits="1" branch="False" />
1081
- <line number="349" hits="1" branch="False" />
1082
- <line number="350" hits="1" branch="False" />
1083
- <line number="351" hits="1" branch="False" />
1084
- <line number="353" hits="1" branch="False" />
1085
- <line number="354" hits="1" branch="False" />
1086
- <line number="357" hits="1" branch="False" />
1087
- <line number="358" hits="1" branch="False" />
1088
- <line number="359" hits="1" branch="False" />
1089
- <line number="360" hits="1" branch="False" />
1090
- <line number="362" hits="4" branch="True" condition-coverage="100% (2/2)">
1091
- <conditions>
1092
- <condition number="1865" type="jump" coverage="100%" />
1093
- </conditions>
1094
- </line>
1095
- <line number="364" hits="1" branch="False" />
1096
- <line number="365" hits="1" branch="False" />
1097
- <line number="366" hits="1" branch="False" />
1098
- <line number="367" hits="1" branch="False" />
1099
- <line number="369" hits="3" branch="True" condition-coverage="100% (2/2)">
1100
- <conditions>
1101
- <condition number="1780" type="jump" coverage="100%" />
1102
- </conditions>
1103
- </line>
1104
- <line number="371" hits="1" branch="True" condition-coverage="75% (3/4)">
1105
- <conditions>
1106
- <condition number="1076" type="jump" coverage="50%" />
1107
- <condition number="1099" type="jump" coverage="100%" />
1108
- </conditions>
1109
- </line>
1110
- <line number="372" hits="1" branch="False" />
1111
- <line number="373" hits="1" branch="False" />
1112
- <line number="374" hits="1" branch="False" />
1113
- <line number="375" hits="1" branch="False" />
1114
- <line number="376" hits="1" branch="False" />
1115
- <line number="377" hits="1" branch="False" />
1116
- <line number="382" hits="1" branch="False" />
1117
- <line number="385" hits="1" branch="True" condition-coverage="100% (2/2)">
1118
- <conditions>
1119
- <condition number="1119" type="jump" coverage="100%" />
1120
- </conditions>
1121
- </line>
1122
- <line number="387" hits="3" branch="True" condition-coverage="100% (2/2)">
1123
- <conditions>
1124
- <condition number="1385" type="jump" coverage="100%" />
1125
- </conditions>
1126
- </line>
1127
- <line number="389" hits="1" branch="True" condition-coverage="100% (8/8)">
1128
- <conditions>
1129
- <condition number="1174" type="jump" coverage="100%" />
1130
- <condition number="1196" type="jump" coverage="100%" />
1131
- <condition number="1226" type="jump" coverage="100%" />
1132
- <condition number="1238" type="jump" coverage="100%" />
1133
- </conditions>
1134
- </line>
1135
- <line number="390" hits="1" branch="False" />
1136
- <line number="391" hits="1" branch="False" />
1137
- <line number="392" hits="1" branch="False" />
1138
- <line number="393" hits="1" branch="False" />
1139
- <line number="394" hits="1" branch="False" />
1140
- <line number="396" hits="1" branch="False" />
1141
- <line number="398" hits="1" branch="True" condition-coverage="100% (2/2)">
1142
- <conditions>
1143
- <condition number="1266" type="jump" coverage="100%" />
1144
- </conditions>
1145
- </line>
1146
- <line number="399" hits="1" branch="False" />
1147
- <line number="400" hits="1" branch="False" />
1148
- <line number="401" hits="1" branch="False" />
1149
- <line number="402" hits="1" branch="False" />
1150
- <line number="403" hits="1" branch="False" />
1151
- <line number="404" hits="1" branch="False" />
1152
- <line number="405" hits="1" branch="False" />
1153
- <line number="406" hits="1" branch="False" />
1154
- <line number="408" hits="1" branch="True" condition-coverage="50% (4/8)">
1155
- <conditions>
1156
- <condition number="1276" type="jump" coverage="50%" />
1157
- <condition number="1298" type="jump" coverage="50%" />
1158
- <condition number="1310" type="jump" coverage="50%" />
1159
- <condition number="1326" type="jump" coverage="50%" />
1160
- </conditions>
1161
- </line>
1162
- <line number="409" hits="1" branch="False" />
1163
- <line number="410" hits="1" branch="False" />
1164
- <line number="411" hits="1" branch="False" />
1165
- <line number="412" hits="1" branch="False" />
1166
- <line number="413" hits="1" branch="False" />
1167
- <line number="414" hits="1" branch="False" />
1168
- <line number="415" hits="1" branch="False" />
1169
- <line number="416" hits="1" branch="False" />
1170
- <line number="417" hits="1" branch="False" />
1171
- <line number="418" hits="1" branch="False" />
1172
- <line number="419" hits="1" branch="False" />
1173
- <line number="420" hits="1" branch="False" />
1174
- <line number="422" hits="1" branch="False" />
1175
- <line number="428" hits="1" branch="True" condition-coverage="50% (2/4)">
1176
- <conditions>
1177
- <condition number="1392" type="jump" coverage="50%" />
1178
- <condition number="1414" type="jump" coverage="50%" />
1179
- </conditions>
1180
- </line>
1181
- <line number="430" hits="0" branch="False" />
1182
- <line number="431" hits="0" branch="True" condition-coverage="0% (0/2)">
1183
- <conditions>
1184
- <condition number="1445" type="jump" coverage="0%" />
1185
- </conditions>
1186
- </line>
1187
- <line number="433" hits="0" branch="False" />
1188
- <line number="434" hits="0" branch="True" condition-coverage="50% (1/2)">
1189
- <conditions>
1190
- <condition number="1469" type="jump" coverage="50%" />
1191
- </conditions>
1192
- </line>
1193
- <line number="436" hits="0" branch="True" condition-coverage="0% (0/8)">
1194
- <conditions>
1195
- <condition number="1482" type="jump" coverage="0%" />
1196
- <condition number="1504" type="jump" coverage="0%" />
1197
- <condition number="1516" type="jump" coverage="0%" />
1198
- <condition number="1532" type="jump" coverage="0%" />
1199
- </conditions>
1200
- </line>
1201
- <line number="437" hits="0" branch="False" />
1202
- <line number="438" hits="0" branch="False" />
1203
- <line number="439" hits="0" branch="False" />
1204
- <line number="440" hits="0" branch="False" />
1205
- <line number="441" hits="0" branch="False" />
1206
- <line number="442" hits="0" branch="False" />
1207
- <line number="443" hits="0" branch="False" />
1208
- <line number="444" hits="0" branch="False" />
1209
- <line number="445" hits="0" branch="False" />
1210
- <line number="446" hits="0" branch="False" />
1211
- <line number="447" hits="0" branch="False" />
1212
- <line number="448" hits="0" branch="False" />
1213
- <line number="451" hits="0" branch="True" condition-coverage="50% (1/2)">
1214
- <conditions>
1215
- <condition number="1595" type="jump" coverage="50%" />
1216
- </conditions>
1217
- </line>
1218
- <line number="453" hits="0" branch="False" />
1219
- <line number="454" hits="0" branch="False" />
1220
- <line number="456" hits="0" branch="False" />
1221
- <line number="457" hits="0" branch="True" condition-coverage="50% (1/2)">
1222
- <conditions>
1223
- <condition number="1632" type="jump" coverage="50%" />
1224
- </conditions>
1225
- </line>
1226
- <line number="459" hits="0" branch="False" />
1227
- <line number="460" hits="0" branch="False" />
1228
- <line number="461" hits="0" branch="False" />
1229
- <line number="462" hits="0" branch="False" />
1230
- <line number="463" hits="0" branch="True" condition-coverage="50% (1/2)">
1231
- <conditions>
1232
- <condition number="1661" type="jump" coverage="50%" />
1233
- </conditions>
1234
- </line>
1235
- <line number="465" hits="0" branch="True" condition-coverage="0% (0/8)">
1236
- <conditions>
1237
- <condition number="1671" type="jump" coverage="0%" />
1238
- <condition number="1693" type="jump" coverage="0%" />
1239
- <condition number="1705" type="jump" coverage="0%" />
1240
- <condition number="1721" type="jump" coverage="0%" />
1241
- </conditions>
1242
- </line>
1243
- <line number="466" hits="0" branch="False" />
1244
- <line number="467" hits="0" branch="False" />
1245
- <line number="468" hits="0" branch="False" />
1246
- <line number="469" hits="0" branch="False" />
1247
- <line number="470" hits="0" branch="False" />
1248
- <line number="471" hits="0" branch="False" />
1249
- <line number="472" hits="0" branch="False" />
1250
- <line number="473" hits="0" branch="False" />
1251
- <line number="474" hits="0" branch="False" />
1252
- <line number="475" hits="0" branch="False" />
1253
- <line number="476" hits="0" branch="False" />
1254
- <line number="477" hits="0" branch="False" />
1255
- <line number="483" hits="0" branch="False" />
1256
- <line number="486" hits="1" branch="False" />
1257
- <line number="487" hits="1" branch="False" />
1258
- <line number="490" hits="4" branch="True" condition-coverage="100% (2/2)">
1259
- <conditions>
1260
- <condition number="2025" type="jump" coverage="100%" />
1261
- </conditions>
1262
- </line>
1263
- <line number="492" hits="1" branch="False" />
1264
- <line number="493" hits="1" branch="False" />
1265
- <line number="494" hits="1" branch="False" />
1266
- <line number="495" hits="1" branch="True" condition-coverage="100% (2/2)">
1267
- <conditions>
1268
- <condition number="1928" type="jump" coverage="100%" />
1269
- </conditions>
1270
- </line>
1271
- <line number="497" hits="1" branch="True" condition-coverage="50% (1/2)">
1272
- <conditions>
1273
- <condition number="1942" type="jump" coverage="50%" />
1274
- </conditions>
1275
- </line>
1276
- <line number="499" hits="1" branch="False" />
1277
- <line number="503" hits="0" branch="False" />
1278
- <line number="507" hits="1" branch="True" condition-coverage="50% (1/2)">
1279
- <conditions>
1280
- <condition number="1995" type="jump" coverage="50%" />
1281
- </conditions>
1282
- </line>
1283
- <line number="509" hits="0" branch="False" />
1284
- <line number="514" hits="2" branch="True" condition-coverage="50% (1/2)">
1285
- <conditions>
1286
- <condition number="2104" type="jump" coverage="50%" />
1287
- </conditions>
1288
- </line>
1289
- <line number="516" hits="0" branch="False" />
1290
- <line number="517" hits="0" branch="False" />
1291
- <line number="518" hits="0" branch="False" />
1292
- <line number="519" hits="0" branch="False" />
1293
- <line number="520" hits="0" branch="False" />
1294
- <line number="523" hits="1" branch="False" />
1295
- <line number="524" hits="1" branch="False" />
1296
- <line number="525" hits="1" branch="False" />
1297
- <line number="526" hits="1" branch="False" />
1298
- <line number="527" hits="1" branch="False" />
1299
- <line number="528" hits="1" branch="False" />
1300
- <line number="529" hits="1" branch="False" />
1301
- <line number="530" hits="1" branch="False" />
1302
- <line number="531" hits="1" branch="False" />
1303
- <line number="532" hits="1" branch="False" />
1304
- <line number="533" hits="1" branch="False" />
1305
- <line number="534" hits="1" branch="False" />
1306
- <line number="535" hits="1" branch="False" />
1307
- <line number="536" hits="1" branch="False" />
1308
- <line number="537" hits="1" branch="False" />
1309
- <line number="538" hits="1" branch="False" />
1310
- <line number="539" hits="1" branch="False" />
1311
- <line number="540" hits="1" branch="False" />
1312
- <line number="541" hits="1" branch="False" />
1313
- <line number="546" hits="0" branch="True" condition-coverage="0% (0/2)">
1314
- <conditions>
1315
- <condition number="1" type="jump" coverage="0%" />
1316
- </conditions>
1317
- </line>
1318
- <line number="548" hits="0" branch="True" condition-coverage="0% (0/26)">
1319
- <conditions>
1320
- <condition number="15" type="jump" coverage="0%" />
1321
- <condition number="35" type="jump" coverage="0%" />
1322
- <condition number="57" type="jump" coverage="0%" />
1323
- <condition number="68" type="jump" coverage="0%" />
1324
- <condition number="88" type="jump" coverage="0%" />
1325
- <condition number="109" type="jump" coverage="0%" />
1326
- <condition number="130" type="jump" coverage="0%" />
1327
- <condition number="151" type="jump" coverage="0%" />
1328
- <condition number="172" type="jump" coverage="0%" />
1329
- <condition number="193" type="jump" coverage="0%" />
1330
- <condition number="214" type="jump" coverage="0%" />
1331
- <condition number="235" type="jump" coverage="0%" />
1332
- <condition number="256" type="jump" coverage="0%" />
1333
- </conditions>
1334
- </line>
1335
- <line number="555" hits="0" branch="True" condition-coverage="0% (0/2)">
1336
- <conditions>
1337
- <condition number="275" type="jump" coverage="0%" />
1338
- </conditions>
1339
- </line>
1340
- <line number="557" hits="0" branch="False" />
1341
- <line number="559" hits="0" branch="False" />
1342
- <line number="561" hits="0" branch="False" />
1343
- <line number="563" hits="0" branch="False" />
1344
- <line number="565" hits="0" branch="False" />
1345
- <line number="567" hits="0" branch="False" />
1346
- <line number="569" hits="0" branch="False" />
1347
- <line number="571" hits="0" branch="False" />
1348
- <line number="573" hits="0" branch="False" />
1349
- <line number="575" hits="0" branch="False" />
1350
- <line number="577" hits="0" branch="False" />
1351
- <line number="579" hits="0" branch="False" />
1352
- <line number="583" hits="0" branch="True" condition-coverage="0% (0/2)">
1353
- <conditions>
1354
- <condition number="520" type="jump" coverage="0%" />
1355
- </conditions>
1356
- </line>
1357
- <line number="588" hits="0" branch="True" condition-coverage="0% (0/2)">
1358
- <conditions>
1359
- <condition number="6" type="jump" coverage="0%" />
1360
- </conditions>
1361
- </line>
1362
- <line number="590" hits="0" branch="False" />
1363
- <line number="593" hits="0" branch="True" condition-coverage="0% (0/4)">
1364
- <conditions>
1365
- <condition number="18" type="jump" coverage="0%" />
1366
- <condition number="33" type="jump" coverage="0%" />
1367
- </conditions>
1368
- </line>
1369
- <line number="594" hits="0" branch="False" />
1370
- <line number="595" hits="0" branch="False" />
1371
- <line number="596" hits="0" branch="False" />
1372
- <line number="598" hits="0" branch="False" />
1373
- <line number="601" hits="0" branch="False" />
1374
- <line number="612" hits="1" branch="False" />
1375
- <line number="613" hits="1" branch="True" condition-coverage="50% (1/2)">
1376
- <conditions>
1377
- <condition number="20" type="jump" coverage="50%" />
1378
- </conditions>
1379
- </line>
1380
- <line number="616" hits="0" branch="False" />
1381
- <line number="619" hits="1" branch="True" condition-coverage="50% (1/2)">
1382
- <conditions>
1383
- <condition number="36" type="jump" coverage="50%" />
1384
- </conditions>
1385
- </line>
1386
- <line number="621" hits="0" branch="False" />
1387
- <line number="626" hits="1" branch="False" />
1388
- <line number="627" hits="1" branch="False" />
1389
- <line number="628" hits="1" branch="False" />
1390
- <line number="629" hits="1" branch="False" />
1391
- <line number="630" hits="1" branch="False" />
1392
- <line number="631" hits="1" branch="False" />
1393
- <line number="633" hits="1" branch="False" />
1394
- <line number="634" hits="1" branch="True" condition-coverage="50% (1/2)">
1395
- <conditions>
1396
- <condition number="80" type="jump" coverage="50%" />
1397
- </conditions>
1398
- </line>
1399
- <line number="637" hits="0" branch="False" />
1400
- <line number="640" hits="1" branch="False" />
1401
- <line number="641" hits="1" branch="False" />
1402
- <line number="643" hits="0" branch="False" />
1403
- <line number="646" hits="0" branch="False" />
1404
- <line number="648" hits="1" branch="False" />
1405
- <line number="652" hits="1" branch="False" />
1406
- <line number="653" hits="1" branch="False" />
1407
- <line number="654" hits="2" branch="True" condition-coverage="100% (2/2)">
1408
- <conditions>
1409
- <condition number="38" type="jump" coverage="100%" />
1410
- </conditions>
1411
- </line>
1412
- <line number="656" hits="1" branch="True" condition-coverage="100% (2/2)">
1413
- <conditions>
1414
- <condition number="21" type="jump" coverage="100%" />
1415
- </conditions>
1416
- </line>
1417
- <line number="658" hits="1" branch="False" />
1418
- <line number="660" hits="1" branch="False" />
1419
- <line number="662" hits="1" branch="False" />
1420
- <line number="668" hits="1" branch="True" condition-coverage="50% (1/2)">
1421
- <conditions>
1422
- <condition number="14" type="jump" coverage="50%" />
1423
- </conditions>
1424
- </line>
1425
- <line number="670" hits="0" branch="False" />
1426
- <line number="673" hits="3" branch="True" condition-coverage="50% (1/2)">
1427
- <conditions>
1428
- <condition number="125" type="jump" coverage="50%" />
1429
- </conditions>
1430
- </line>
1431
- <line number="675" hits="1" branch="True" condition-coverage="50% (1/2)">
1432
- <conditions>
1433
- <condition number="63" type="jump" coverage="50%" />
1434
- </conditions>
1435
- </line>
1436
- <line number="677" hits="1" branch="False" />
1437
- <line number="678" hits="1" branch="False" />
1438
- <line number="679" hits="1" branch="False" />
1439
- <line number="680" hits="1" branch="True" condition-coverage="100% (2/2)">
1440
- <conditions>
1441
- <condition number="112" type="jump" coverage="100%" />
1442
- </conditions>
1443
- </line>
1444
- <line number="682" hits="1" branch="False" />
1445
- <line number="687" hits="0" branch="False" />
1446
- <line number="691" hits="0" branch="False" />
1447
- <line number="19" hits="1" branch="False" />
1448
- <line number="20" hits="1" branch="False" />
1449
- <line number="21" hits="1" branch="False" />
1450
- <line number="22" hits="1" branch="False" />
1451
- <line number="23" hits="1" branch="False" />
1452
- <line number="24" hits="1" branch="False" />
1453
- <line number="25" hits="1" branch="False" />
1454
- <line number="26" hits="1" branch="False" />
1455
- <line number="28" hits="1" branch="False" />
1456
- <line number="29" hits="1" branch="False" />
1457
- <line number="30" hits="1" branch="False" />
1458
- <line number="31" hits="1" branch="False" />
1459
- <line number="32" hits="1" branch="False" />
1460
- <line number="33" hits="1" branch="False" />
1461
- <line number="34" hits="1" branch="False" />
1462
- <line number="35" hits="1" branch="False" />
1463
- <line number="37" hits="1" branch="False" />
1464
- <line number="38" hits="1" branch="False" />
1465
- <line number="39" hits="1" branch="False" />
1466
- <line number="40" hits="1" branch="False" />
1467
- <line number="41" hits="1" branch="False" />
1468
- <line number="42" hits="1" branch="False" />
1469
- <line number="43" hits="1" branch="False" />
1470
- <line number="44" hits="1" branch="False" />
1471
- </lines>
1472
- </class>
1473
- <class name="WallstopStudios.DxMessaging.SourceGenerators.DxAutoConstructorGenerator/TypeToGenerateInfo" filename="DxAutoConstructorGenerator.cs" line-rate="1" branch-rate="1" complexity="3">
1474
- <methods>
1475
- <method name="get_TypeSymbol" signature="()" line-rate="1" branch-rate="1" complexity="1">
1476
- <lines>
1477
- <line number="54" hits="9" branch="False" />
1478
- </lines>
1479
- </method>
1480
- <method name="get_DeclarationSyntax" signature="()" line-rate="1" branch-rate="1" complexity="1">
1481
- <lines>
1482
- <line number="55" hits="3" branch="False" />
1483
- </lines>
1484
- </method>
1485
- <method name="get_FieldsToInject" signature="()" line-rate="1" branch-rate="1" complexity="1">
1486
- <lines>
1487
- <line number="56" hits="3" branch="False" />
1488
- </lines>
1489
- </method>
1490
- </methods>
1491
- <lines>
1492
- <line number="54" hits="9" branch="False" />
1493
- <line number="55" hits="3" branch="False" />
1494
- <line number="56" hits="3" branch="False" />
1495
- </lines>
1496
- </class>
1497
- <class name="WallstopStudios.DxMessaging.SourceGenerators.DxMessageIdGenerator" filename="DxMessageIdGenerator.cs" line-rate="0.6019" branch-rate="0.5434" complexity="140">
1498
- <methods>
1499
- <method name="Initialize" signature="(Microsoft.CodeAnalysis.IncrementalGeneratorInitializationContext)" line-rate="1" branch-rate="1" complexity="1">
1500
- <lines>
1501
- <line number="76" hits="2" branch="False" />
1502
- <line number="77" hits="2" branch="False" />
1503
- <line number="78" hits="286" branch="False" />
1504
- <line number="79" hits="13" branch="False" />
1505
- <line number="80" hits="2" branch="False" />
1506
- <line number="83" hits="2" branch="False" />
1507
- <line number="84" hits="2" branch="False" />
1508
- <line number="85" hits="2" branch="False" />
1509
- <line number="86" hits="2" branch="False" />
1510
- <line number="87" hits="2" branch="False" />
1511
- <line number="88" hits="13" branch="False" />
1512
- <line number="89" hits="2" branch="False" />
1513
- <line number="92" hits="2" branch="False" />
1514
- <line number="93" hits="13" branch="False" />
1515
- <line number="94" hits="5" branch="False" />
1516
- <line number="97" hits="2" branch="False" />
1517
- <line number="98" hits="2" branch="False" />
1518
- <line number="100" hits="2" branch="False" />
1519
- <line number="101" hits="2" branch="False" />
1520
- <line number="102" hits="2" branch="False" />
1521
- <line number="103" hits="2" branch="False" />
1522
- <line number="106" hits="2" branch="False" />
1523
- <line number="107" hits="2" branch="False" />
1524
- <line number="108" hits="2" branch="False" />
1525
- <line number="109" hits="2" branch="False" />
1526
- <line number="110" hits="2" branch="False" />
1527
- </lines>
1528
- </method>
1529
- <method name="IsSyntaxTargetForGeneration" signature="(Microsoft.CodeAnalysis.SyntaxNode)" line-rate="1" branch-rate="0.8" complexity="10">
1530
- <lines>
1531
- <line number="113" hits="286" branch="True" condition-coverage="80% (8/10)">
1532
- <conditions>
1533
- <condition number="8" type="jump" coverage="100%" />
1534
- <condition number="25" type="jump" coverage="100%" />
1535
- <condition number="38" type="jump" coverage="100%" />
1536
- <condition number="51" type="jump" coverage="50%" />
1537
- <condition number="64" type="jump" coverage="50%" />
1538
- </conditions>
1539
- </line>
1540
- <line number="114" hits="286" branch="False" />
1541
- <line number="115" hits="286" branch="False" />
1542
- <line number="116" hits="286" branch="False" />
1543
- <line number="117" hits="286" branch="False" />
1544
- <line number="118" hits="286" branch="False" />
1545
- <line number="119" hits="286" branch="False" />
1546
- </lines>
1547
- </method>
1548
- <method name="GetSemanticTargetForGeneration" signature="(Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax,Microsoft.CodeAnalysis.Compilation,System.Threading.CancellationToken)" line-rate="0.9523" branch-rate="0.8332999999999999" complexity="30">
1549
- <lines>
1550
- <line number="127" hits="13" branch="False" />
1551
- <line number="128" hits="13" branch="False" />
1552
- <line number="129" hits="13" branch="False" />
1553
- <line number="130" hits="13" branch="True" condition-coverage="50% (1/2)">
1554
- <conditions>
1555
- <condition number="22" type="jump" coverage="50%" />
1556
- </conditions>
1557
- </line>
1558
- <line number="131" hits="13" branch="False" />
1559
- <line number="132" hits="13" branch="False" />
1560
- <line number="133" hits="13" branch="False" />
1561
- <line number="135" hits="0" branch="False" />
1562
- <line number="139" hits="13" branch="True" condition-coverage="50% (3/6)">
1563
- <conditions>
1564
- <condition number="40" type="jump" coverage="50%" />
1565
- <condition number="48" type="jump" coverage="50%" />
1566
- <condition number="57" type="jump" coverage="50%" />
1567
- </conditions>
1568
- </line>
1569
- <line number="140" hits="13" branch="False" />
1570
- <line number="141" hits="13" branch="False" />
1571
- <line number="142" hits="13" branch="False" />
1572
- <line number="144" hits="0" branch="False" />
1573
- <line number="147" hits="13" branch="False" />
1574
- <line number="148" hits="13" branch="False" />
1575
- <line number="151" hits="54" branch="True" condition-coverage="100% (2/2)">
1576
- <conditions>
1577
- <condition number="232" type="jump" coverage="100%" />
1578
- </conditions>
1579
- </line>
1580
- <line number="153" hits="15" branch="False" />
1581
- <line number="154" hits="15" branch="True" condition-coverage="50% (1/2)">
1582
- <conditions>
1583
- <condition number="115" type="jump" coverage="50%" />
1584
- </conditions>
1585
- </line>
1586
- <line number="155" hits="15" branch="True" condition-coverage="100% (6/6)">
1587
- <conditions>
1588
- <condition number="144" type="jump" coverage="100%" />
1589
- <condition number="158" type="jump" coverage="100%" />
1590
- <condition number="172" type="jump" coverage="100%" />
1591
- </conditions>
1592
- </line>
1593
- <line number="160" hits="2" branch="False" />
1594
- <line number="161" hits="2" branch="False" />
1595
- <line number="163" hits="1" branch="False" />
1596
- <line number="164" hits="1" branch="False" />
1597
- <line number="166" hits="2" branch="False" />
1598
- <line number="170" hits="15" branch="True" condition-coverage="100% (2/2)">
1599
- <conditions>
1600
- <condition number="203" type="jump" coverage="100%" />
1601
- </conditions>
1602
- </line>
1603
- <line number="172" hits="5" branch="True" condition-coverage="100% (4/4)">
1604
- <conditions>
1605
- <condition number="206" type="jump" coverage="100%" />
1606
- <condition number="216" type="jump" coverage="100%" />
1607
- </conditions>
1608
- </line>
1609
- <line number="173" hits="5" branch="False" />
1610
- <line number="174" hits="5" branch="False" />
1611
- <line number="175" hits="5" branch="False" />
1612
- <line number="177" hits="2" branch="False" />
1613
- <line number="178" hits="2" branch="False" />
1614
- <line number="180" hits="3" branch="False" />
1615
- <line number="184" hits="13" branch="True" condition-coverage="100% (2/2)">
1616
- <conditions>
1617
- <condition number="238" type="jump" coverage="100%" />
1618
- </conditions>
1619
- </line>
1620
- <line number="186" hits="2" branch="False" />
1621
- <line number="189" hits="13" branch="True" condition-coverage="100% (4/4)">
1622
- <conditions>
1623
- <condition number="243" type="jump" coverage="100%" />
1624
- <condition number="246" type="jump" coverage="100%" />
1625
- </conditions>
1626
- </line>
1627
- <line number="191" hits="10" branch="False" />
1628
- <line number="194" hits="3" branch="False" />
1629
- <line number="195" hits="3" branch="False" />
1630
- <line number="196" hits="3" branch="False" />
1631
- <line number="197" hits="3" branch="False" />
1632
- <line number="198" hits="3" branch="False" />
1633
- <line number="199" hits="3" branch="False" />
1634
- </lines>
1635
- </method>
1636
- <method name="Execute" signature="(Microsoft.CodeAnalysis.Compilation,System.Collections.Immutable.ImmutableArray`1&lt;WallstopStudios.DxMessaging.SourceGenerators.DxMessageIdGenerator/MessageToGenerateInfo&gt;,Microsoft.CodeAnalysis.SourceProductionContext)" line-rate="0.7333" branch-rate="0.825" complexity="40">
1637
- <lines>
1638
- <line number="208" hits="2" branch="True" condition-coverage="50% (1/2)">
1639
- <conditions>
1640
- <condition number="7" type="jump" coverage="50%" />
1641
- </conditions>
1642
- </line>
1643
- <line number="210" hits="0" branch="False" />
1644
- <line number="214" hits="2" branch="False" />
1645
- <line number="215" hits="2" branch="False" />
1646
- <line number="216" hits="2" branch="False" />
1647
- <line number="217" hits="2" branch="False" />
1648
- <line number="218" hits="2" branch="False" />
1649
- <line number="219" hits="2" branch="False" />
1650
- <line number="220" hits="2" branch="False" />
1651
- <line number="222" hits="10" branch="True" condition-coverage="100% (2/2)">
1652
- <conditions>
1653
- <condition number="328" type="jump" coverage="100%" />
1654
- </conditions>
1655
- </line>
1656
- <line number="224" hits="3" branch="True" condition-coverage="100% (2/2)">
1657
- <conditions>
1658
- <condition number="61" type="jump" coverage="100%" />
1659
- </conditions>
1660
- </line>
1661
- <line number="226" hits="2" branch="True" condition-coverage="100% (2/2)">
1662
- <conditions>
1663
- <condition number="76" type="jump" coverage="100%" />
1664
- </conditions>
1665
- </line>
1666
- <line number="228" hits="1" branch="False" />
1667
- <line number="229" hits="1" branch="False" />
1668
- <line number="230" hits="1" branch="False" />
1669
- <line number="231" hits="1" branch="False" />
1670
- <line number="232" hits="1" branch="False" />
1671
- <line number="233" hits="1" branch="False" />
1672
- <line number="234" hits="1" branch="False" />
1673
- <line number="237" hits="1" branch="False" />
1674
- <line number="240" hits="1" branch="True" condition-coverage="100% (2/2)">
1675
- <conditions>
1676
- <condition number="159" type="jump" coverage="100%" />
1677
- </conditions>
1678
- </line>
1679
- <line number="245" hits="1" branch="True" condition-coverage="100% (2/2)">
1680
- <conditions>
1681
- <condition number="171" type="jump" coverage="100%" />
1682
- </conditions>
1683
- </line>
1684
- <line number="250" hits="1" branch="True" condition-coverage="50% (1/2)">
1685
- <conditions>
1686
- <condition number="191" type="jump" coverage="50%" />
1687
- </conditions>
1688
- </line>
1689
- <line number="251" hits="1" branch="False" />
1690
- <line number="252" hits="1" branch="False" />
1691
- <line number="253" hits="1" branch="False" />
1692
- <line number="254" hits="1" branch="False" />
1693
- <line number="255" hits="1" branch="False" />
1694
- <line number="257" hits="0" branch="True" condition-coverage="50% (2/4)">
1695
- <conditions>
1696
- <condition number="213" type="jump" coverage="50%" />
1697
- <condition number="228" type="jump" coverage="50%" />
1698
- </conditions>
1699
- </line>
1700
- <line number="258" hits="0" branch="False" />
1701
- <line number="259" hits="0" branch="False" />
1702
- <line number="260" hits="0" branch="False" />
1703
- <line number="261" hits="0" branch="False" />
1704
- <line number="262" hits="0" branch="False" />
1705
- <line number="263" hits="0" branch="False" />
1706
- <line number="265" hits="0" branch="False" />
1707
- <line number="266" hits="0" branch="False" />
1708
- <line number="267" hits="0" branch="False" />
1709
- <line number="268" hits="0" branch="False" />
1710
- <line number="269" hits="0" branch="False" />
1711
- <line number="270" hits="0" branch="False" />
1712
- <line number="271" hits="0" branch="False" />
1713
- <line number="272" hits="0" branch="False" />
1714
- <line number="277" hits="1" branch="False" />
1715
- <line number="281" hits="2" branch="True" condition-coverage="100% (2/2)">
1716
- <conditions>
1717
- <condition number="339" type="jump" coverage="100%" />
1718
- </conditions>
1719
- </line>
1720
- <line number="283" hits="1" branch="False" />
1721
- <line number="286" hits="1" branch="False" />
1722
- <line number="287" hits="4" branch="True" condition-coverage="100% (2/2)">
1723
- <conditions>
1724
- <condition number="402" type="jump" coverage="100%" />
1725
- </conditions>
1726
- </line>
1727
- <line number="289" hits="1" branch="True" condition-coverage="100% (2/2)">
1728
- <conditions>
1729
- <condition number="380" type="jump" coverage="100%" />
1730
- </conditions>
1731
- </line>
1732
- <line number="294" hits="1" branch="False" />
1733
- <line number="297" hits="1" branch="True" condition-coverage="50% (1/2)">
1734
- <conditions>
1735
- <condition number="426" type="jump" coverage="50%" />
1736
- </conditions>
1737
- </line>
1738
- <line number="299" hits="0" branch="False" />
1739
- <line number="303" hits="4" branch="True" condition-coverage="100% (2/2)">
1740
- <conditions>
1741
- <condition number="954" type="jump" coverage="100%" />
1742
- </conditions>
1743
- </line>
1744
- <line number="305" hits="1" branch="False" />
1745
- <line number="307" hits="1" branch="False" />
1746
- <line number="308" hits="1" branch="True" condition-coverage="100% (2/2)">
1747
- <conditions>
1748
- <condition number="478" type="jump" coverage="100%" />
1749
- </conditions>
1750
- </line>
1751
- <line number="314" hits="1" branch="True" condition-coverage="50% (1/2)">
1752
- <conditions>
1753
- <condition number="495" type="jump" coverage="50%" />
1754
- </conditions>
1755
- </line>
1756
- <line number="316" hits="1" branch="False" />
1757
- <line number="317" hits="1" branch="False" />
1758
- <line number="318" hits="1" branch="False" />
1759
- <line number="319" hits="1" branch="True" condition-coverage="50% (1/2)">
1760
- <conditions>
1761
- <condition number="522" type="jump" coverage="50%" />
1762
- </conditions>
1763
- </line>
1764
- <line number="321" hits="1" branch="False" />
1765
- <line number="322" hits="1" branch="False" />
1766
- <line number="323" hits="1" branch="False" />
1767
- <line number="324" hits="1" branch="False" />
1768
- <line number="325" hits="1" branch="False" />
1769
- <line number="326" hits="1" branch="False" />
1770
- <line number="327" hits="1" branch="False" />
1771
- <line number="328" hits="1" branch="False" />
1772
- <line number="329" hits="1" branch="False" />
1773
- <line number="330" hits="1" branch="False" />
1774
- <line number="331" hits="1" branch="False" />
1775
- <line number="332" hits="1" branch="False" />
1776
- <line number="333" hits="1" branch="False" />
1777
- <line number="334" hits="1" branch="False" />
1778
- <line number="335" hits="1" branch="False" />
1779
- <line number="336" hits="1" branch="False" />
1780
- <line number="337" hits="4" branch="True" condition-coverage="100% (2/2)">
1781
- <conditions>
1782
- <condition number="796" type="jump" coverage="100%" />
1783
- </conditions>
1784
- </line>
1785
- <line number="339" hits="1" branch="False" />
1786
- <line number="340" hits="1" branch="False" />
1787
- <line number="341" hits="1" branch="True" condition-coverage="100% (4/4)">
1788
- <conditions>
1789
- <condition number="685" type="jump" coverage="100%" />
1790
- <condition number="713" type="jump" coverage="100%" />
1791
- </conditions>
1792
- </line>
1793
- <line number="343" hits="1" branch="False" />
1794
- <line number="344" hits="1" branch="False" />
1795
- <line number="345" hits="1" branch="False" />
1796
- <line number="346" hits="1" branch="False" />
1797
- <line number="347" hits="1" branch="False" />
1798
- <line number="348" hits="1" branch="False" />
1799
- <line number="349" hits="1" branch="False" />
1800
- <line number="350" hits="1" branch="False" />
1801
- <line number="351" hits="1" branch="False" />
1802
- <line number="352" hits="1" branch="False" />
1803
- <line number="353" hits="1" branch="False" />
1804
- <line number="354" hits="1" branch="False" />
1805
- <line number="362" hits="0" branch="False" />
1806
- <line number="363" hits="0" branch="False" />
1807
- <line number="364" hits="0" branch="False" />
1808
- <line number="365" hits="0" branch="False" />
1809
- <line number="366" hits="0" branch="False" />
1810
- <line number="367" hits="0" branch="False" />
1811
- <line number="368" hits="0" branch="False" />
1812
- <line number="369" hits="0" branch="False" />
1813
- <line number="370" hits="0" branch="False" />
1814
- <line number="371" hits="0" branch="False" />
1815
- <line number="373" hits="0" branch="False" />
1816
- <line number="375" hits="1" branch="False" />
1817
- </lines>
1818
- </method>
1819
- <method name="GenerateImplementationSource" signature="(System.String,Microsoft.CodeAnalysis.INamedTypeSymbol)" line-rate="0" branch-rate="0" complexity="46">
1820
- <lines>
1821
- <line number="383" hits="0" branch="True" condition-coverage="0% (0/2)">
1822
- <conditions>
1823
- <condition number="11" type="jump" coverage="0%" />
1824
- </conditions>
1825
- </line>
1826
- <line number="384" hits="0" branch="False" />
1827
- <line number="385" hits="0" branch="False" />
1828
- <line number="386" hits="0" branch="True" condition-coverage="0% (0/2)">
1829
- <conditions>
1830
- <condition number="39" type="jump" coverage="0%" />
1831
- </conditions>
1832
- </line>
1833
- <line number="387" hits="0" branch="False" />
1834
- <line number="388" hits="0" branch="False" />
1835
- <line number="389" hits="0" branch="True" condition-coverage="0% (0/2)">
1836
- <conditions>
1837
- <condition number="71" type="jump" coverage="0%" />
1838
- </conditions>
1839
- </line>
1840
- <line number="393" hits="0" branch="False" />
1841
- <line number="394" hits="0" branch="False" />
1842
- <line number="395" hits="0" branch="True" condition-coverage="0% (0/2)">
1843
- <conditions>
1844
- <condition number="121" type="jump" coverage="0%" />
1845
- </conditions>
1846
- </line>
1847
- <line number="397" hits="0" branch="False" />
1848
- <line number="398" hits="0" branch="False" />
1849
- <line number="401" hits="0" branch="False" />
1850
- <line number="402" hits="0" branch="False" />
1851
- <line number="403" hits="0" branch="False" />
1852
- <line number="404" hits="0" branch="True" condition-coverage="0% (0/2)">
1853
- <conditions>
1854
- <condition number="560" type="jump" coverage="0%" />
1855
- </conditions>
1856
- </line>
1857
- <line number="406" hits="0" branch="True" condition-coverage="0% (0/7)">
1858
- <conditions>
1859
- <condition number="179" type="switch" coverage="0%" />
1860
- </conditions>
1861
- </line>
1862
- <line number="407" hits="0" branch="False" />
1863
- <line number="408" hits="0" branch="False" />
1864
- <line number="409" hits="0" branch="False" />
1865
- <line number="410" hits="0" branch="False" />
1866
- <line number="411" hits="0" branch="False" />
1867
- <line number="412" hits="0" branch="False" />
1868
- <line number="413" hits="0" branch="False" />
1869
- <line number="414" hits="0" branch="False" />
1870
- <line number="415" hits="0" branch="False" />
1871
- <line number="417" hits="0" branch="True" condition-coverage="0% (0/4)">
1872
- <conditions>
1873
- <condition number="287" type="jump" coverage="0%" />
1874
- <condition number="293" type="jump" coverage="0%" />
1875
- </conditions>
1876
- </line>
1877
- <line number="418" hits="0" branch="False" />
1878
- <line number="419" hits="0" branch="True" condition-coverage="0% (0/2)">
1879
- <conditions>
1880
- <condition number="304" type="jump" coverage="0%" />
1881
- </conditions>
1882
- </line>
1883
- <line number="420" hits="0" branch="True" condition-coverage="0% (0/2)">
1884
- <conditions>
1885
- <condition number="329" type="jump" coverage="0%" />
1886
- </conditions>
1887
- </line>
1888
- <line number="421" hits="0" branch="False" />
1889
- <line number="422" hits="0" branch="False" />
1890
- <line number="424" hits="0" branch="True" condition-coverage="0% (0/2)">
1891
- <conditions>
1892
- <condition number="375" type="jump" coverage="0%" />
1893
- </conditions>
1894
- </line>
1895
- <line number="425" hits="0" branch="False" />
1896
- <line number="426" hits="0" branch="False" />
1897
- <line number="427" hits="0" branch="False" />
1898
- <line number="428" hits="0" branch="False" />
1899
- <line number="429" hits="0" branch="False" />
1900
- <line number="432" hits="0" branch="False" />
1901
- <line number="433" hits="0" branch="False" />
1902
- <line number="434" hits="0" branch="False" />
1903
- <line number="435" hits="0" branch="False" />
1904
- <line number="436" hits="0" branch="False" />
1905
- <line number="439" hits="0" branch="False" />
1906
- <line number="442" hits="0" branch="True" condition-coverage="0% (0/2)">
1907
- <conditions>
1908
- <condition number="601" type="jump" coverage="0%" />
1909
- </conditions>
1910
- </line>
1911
- <line number="443" hits="0" branch="False" />
1912
- <line number="444" hits="0" branch="False" />
1913
- <line number="445" hits="0" branch="False" />
1914
- <line number="446" hits="0" branch="False" />
1915
- <line number="447" hits="0" branch="False" />
1916
- <line number="448" hits="0" branch="False" />
1917
- <line number="449" hits="0" branch="False" />
1918
- <line number="450" hits="0" branch="False" />
1919
- <line number="451" hits="0" branch="False" />
1920
- <line number="453" hits="0" branch="True" condition-coverage="0% (0/4)">
1921
- <conditions>
1922
- <condition number="718" type="jump" coverage="0%" />
1923
- <condition number="724" type="jump" coverage="0%" />
1924
- </conditions>
1925
- </line>
1926
- <line number="454" hits="0" branch="False" />
1927
- <line number="455" hits="0" branch="True" condition-coverage="0% (0/2)">
1928
- <conditions>
1929
- <condition number="734" type="jump" coverage="0%" />
1930
- </conditions>
1931
- </line>
1932
- <line number="456" hits="0" branch="True" condition-coverage="0% (0/2)">
1933
- <conditions>
1934
- <condition number="758" type="jump" coverage="0%" />
1935
- </conditions>
1936
- </line>
1937
- <line number="457" hits="0" branch="False" />
1938
- <line number="458" hits="0" branch="False" />
1939
- <line number="460" hits="0" branch="True" condition-coverage="0% (0/7)">
1940
- <conditions>
1941
- <condition number="803" type="switch" coverage="0%" />
1942
- </conditions>
1943
- </line>
1944
- <line number="461" hits="0" branch="False" />
1945
- <line number="462" hits="0" branch="False" />
1946
- <line number="463" hits="0" branch="False" />
1947
- <line number="464" hits="0" branch="False" />
1948
- <line number="465" hits="0" branch="False" />
1949
- <line number="466" hits="0" branch="False" />
1950
- <line number="467" hits="0" branch="False" />
1951
- <line number="468" hits="0" branch="False" />
1952
- <line number="469" hits="0" branch="False" />
1953
- <line number="471" hits="0" branch="False" />
1954
- <line number="474" hits="0" branch="True" condition-coverage="0% (0/2)">
1955
- <conditions>
1956
- <condition number="985" type="jump" coverage="0%" />
1957
- </conditions>
1958
- </line>
1959
- <line number="476" hits="0" branch="False" />
1960
- <line number="477" hits="0" branch="False" />
1961
- <line number="478" hits="0" branch="False" />
1962
- <line number="479" hits="0" branch="False" />
1963
- <line number="480" hits="0" branch="False" />
1964
- <line number="483" hits="0" branch="False" />
1965
- <line number="484" hits="0" branch="False" />
1966
- <line number="485" hits="0" branch="False" />
1967
- <line number="486" hits="0" branch="False" />
1968
- <line number="487" hits="0" branch="False" />
1969
- <line number="488" hits="0" branch="False" />
1970
- <line number="489" hits="0" branch="False" />
1971
- <line number="490" hits="0" branch="False" />
1972
- <line number="491" hits="0" branch="False" />
1973
- <line number="492" hits="0" branch="False" />
1974
- <line number="493" hits="0" branch="False" />
1975
- <line number="494" hits="0" branch="False" />
1976
- <line number="495" hits="0" branch="False" />
1977
- <line number="496" hits="0" branch="False" />
1978
- <line number="497" hits="0" branch="False" />
1979
- </lines>
1980
- </method>
1981
- <method name="GetNonPartialContainers" signature="(Microsoft.CodeAnalysis.INamedTypeSymbol)" line-rate="1" branch-rate="1" complexity="4">
1982
- <lines>
1983
- <line number="502" hits="1" branch="False" />
1984
- <line number="503" hits="1" branch="False" />
1985
- <line number="504" hits="2" branch="True" condition-coverage="100% (2/2)">
1986
- <conditions>
1987
- <condition number="38" type="jump" coverage="100%" />
1988
- </conditions>
1989
- </line>
1990
- <line number="506" hits="1" branch="True" condition-coverage="100% (2/2)">
1991
- <conditions>
1992
- <condition number="21" type="jump" coverage="100%" />
1993
- </conditions>
1994
- </line>
1995
- <line number="508" hits="1" branch="False" />
1996
- <line number="510" hits="1" branch="False" />
1997
- <line number="512" hits="1" branch="False" />
1998
- </lines>
1999
- </method>
2000
- <method name="IsDeclaredFullyPartial" signature="(Microsoft.CodeAnalysis.INamedTypeSymbol)" line-rate="0.7272" branch-rate="0.625" complexity="8">
2001
- <lines>
2002
- <line number="517" hits="1" branch="True" condition-coverage="50% (1/2)">
2003
- <conditions>
2004
- <condition number="14" type="jump" coverage="50%" />
2005
- </conditions>
2006
- </line>
2007
- <line number="519" hits="0" branch="False" />
2008
- <line number="521" hits="3" branch="True" condition-coverage="50% (1/2)">
2009
- <conditions>
2010
- <condition number="125" type="jump" coverage="50%" />
2011
- </conditions>
2012
- </line>
2013
- <line number="523" hits="1" branch="True" condition-coverage="50% (1/2)">
2014
- <conditions>
2015
- <condition number="63" type="jump" coverage="50%" />
2016
- </conditions>
2017
- </line>
2018
- <line number="525" hits="1" branch="False" />
2019
- <line number="526" hits="1" branch="False" />
2020
- <line number="527" hits="1" branch="False" />
2021
- <line number="528" hits="1" branch="True" condition-coverage="100% (2/2)">
2022
- <conditions>
2023
- <condition number="112" type="jump" coverage="100%" />
2024
- </conditions>
2025
- </line>
2026
- <line number="530" hits="1" branch="False" />
2027
- <line number="535" hits="0" branch="False" />
2028
- <line number="538" hits="0" branch="False" />
2029
- </lines>
2030
- </method>
2031
- <method name=".cctor" signature="()" line-rate="1" branch-rate="1" complexity="1">
2032
- <lines>
2033
- <line number="17" hits="1" branch="False" />
2034
- <line number="18" hits="1" branch="False" />
2035
- <line number="19" hits="1" branch="False" />
2036
- <line number="20" hits="1" branch="False" />
2037
- <line number="21" hits="1" branch="False" />
2038
- <line number="22" hits="1" branch="False" />
2039
- <line number="23" hits="1" branch="False" />
2040
- <line number="24" hits="1" branch="False" />
2041
- <line number="26" hits="1" branch="False" />
2042
- <line number="27" hits="1" branch="False" />
2043
- <line number="28" hits="1" branch="False" />
2044
- <line number="29" hits="1" branch="False" />
2045
- <line number="30" hits="1" branch="False" />
2046
- <line number="31" hits="1" branch="False" />
2047
- <line number="32" hits="1" branch="False" />
2048
- <line number="33" hits="1" branch="False" />
2049
- <line number="56" hits="1" branch="False" />
2050
- <line number="57" hits="1" branch="False" />
2051
- <line number="58" hits="1" branch="False" />
2052
- <line number="59" hits="1" branch="False" />
2053
- <line number="60" hits="1" branch="False" />
2054
- <line number="61" hits="1" branch="False" />
2055
- <line number="62" hits="1" branch="False" />
2056
- <line number="63" hits="1" branch="False" />
2057
- </lines>
2058
- </method>
2059
- </methods>
2060
- <lines>
2061
- <line number="76" hits="2" branch="False" />
2062
- <line number="77" hits="2" branch="False" />
2063
- <line number="78" hits="286" branch="False" />
2064
- <line number="79" hits="13" branch="False" />
2065
- <line number="80" hits="2" branch="False" />
2066
- <line number="83" hits="2" branch="False" />
2067
- <line number="84" hits="2" branch="False" />
2068
- <line number="85" hits="2" branch="False" />
2069
- <line number="86" hits="2" branch="False" />
2070
- <line number="87" hits="2" branch="False" />
2071
- <line number="88" hits="13" branch="False" />
2072
- <line number="89" hits="2" branch="False" />
2073
- <line number="92" hits="2" branch="False" />
2074
- <line number="93" hits="13" branch="False" />
2075
- <line number="94" hits="5" branch="False" />
2076
- <line number="97" hits="2" branch="False" />
2077
- <line number="98" hits="2" branch="False" />
2078
- <line number="100" hits="2" branch="False" />
2079
- <line number="101" hits="2" branch="False" />
2080
- <line number="102" hits="2" branch="False" />
2081
- <line number="103" hits="2" branch="False" />
2082
- <line number="106" hits="2" branch="False" />
2083
- <line number="107" hits="2" branch="False" />
2084
- <line number="108" hits="2" branch="False" />
2085
- <line number="109" hits="2" branch="False" />
2086
- <line number="110" hits="2" branch="False" />
2087
- <line number="113" hits="286" branch="True" condition-coverage="80% (8/10)">
2088
- <conditions>
2089
- <condition number="8" type="jump" coverage="100%" />
2090
- <condition number="25" type="jump" coverage="100%" />
2091
- <condition number="38" type="jump" coverage="100%" />
2092
- <condition number="51" type="jump" coverage="50%" />
2093
- <condition number="64" type="jump" coverage="50%" />
2094
- </conditions>
2095
- </line>
2096
- <line number="114" hits="286" branch="False" />
2097
- <line number="115" hits="286" branch="False" />
2098
- <line number="116" hits="286" branch="False" />
2099
- <line number="117" hits="286" branch="False" />
2100
- <line number="118" hits="286" branch="False" />
2101
- <line number="119" hits="286" branch="False" />
2102
- <line number="127" hits="13" branch="False" />
2103
- <line number="128" hits="13" branch="False" />
2104
- <line number="129" hits="13" branch="False" />
2105
- <line number="130" hits="13" branch="True" condition-coverage="50% (1/2)">
2106
- <conditions>
2107
- <condition number="22" type="jump" coverage="50%" />
2108
- </conditions>
2109
- </line>
2110
- <line number="131" hits="13" branch="False" />
2111
- <line number="132" hits="13" branch="False" />
2112
- <line number="133" hits="13" branch="False" />
2113
- <line number="135" hits="0" branch="False" />
2114
- <line number="139" hits="13" branch="True" condition-coverage="50% (3/6)">
2115
- <conditions>
2116
- <condition number="40" type="jump" coverage="50%" />
2117
- <condition number="48" type="jump" coverage="50%" />
2118
- <condition number="57" type="jump" coverage="50%" />
2119
- </conditions>
2120
- </line>
2121
- <line number="140" hits="13" branch="False" />
2122
- <line number="141" hits="13" branch="False" />
2123
- <line number="142" hits="13" branch="False" />
2124
- <line number="144" hits="0" branch="False" />
2125
- <line number="147" hits="13" branch="False" />
2126
- <line number="148" hits="13" branch="False" />
2127
- <line number="151" hits="54" branch="True" condition-coverage="100% (2/2)">
2128
- <conditions>
2129
- <condition number="232" type="jump" coverage="100%" />
2130
- </conditions>
2131
- </line>
2132
- <line number="153" hits="15" branch="False" />
2133
- <line number="154" hits="15" branch="True" condition-coverage="50% (1/2)">
2134
- <conditions>
2135
- <condition number="115" type="jump" coverage="50%" />
2136
- </conditions>
2137
- </line>
2138
- <line number="155" hits="15" branch="True" condition-coverage="100% (6/6)">
2139
- <conditions>
2140
- <condition number="144" type="jump" coverage="100%" />
2141
- <condition number="158" type="jump" coverage="100%" />
2142
- <condition number="172" type="jump" coverage="100%" />
2143
- </conditions>
2144
- </line>
2145
- <line number="160" hits="2" branch="False" />
2146
- <line number="161" hits="2" branch="False" />
2147
- <line number="163" hits="1" branch="False" />
2148
- <line number="164" hits="1" branch="False" />
2149
- <line number="166" hits="2" branch="False" />
2150
- <line number="170" hits="15" branch="True" condition-coverage="100% (2/2)">
2151
- <conditions>
2152
- <condition number="203" type="jump" coverage="100%" />
2153
- </conditions>
2154
- </line>
2155
- <line number="172" hits="5" branch="True" condition-coverage="100% (4/4)">
2156
- <conditions>
2157
- <condition number="206" type="jump" coverage="100%" />
2158
- <condition number="216" type="jump" coverage="100%" />
2159
- </conditions>
2160
- </line>
2161
- <line number="173" hits="5" branch="False" />
2162
- <line number="174" hits="5" branch="False" />
2163
- <line number="175" hits="5" branch="False" />
2164
- <line number="177" hits="2" branch="False" />
2165
- <line number="178" hits="2" branch="False" />
2166
- <line number="180" hits="3" branch="False" />
2167
- <line number="184" hits="13" branch="True" condition-coverage="100% (2/2)">
2168
- <conditions>
2169
- <condition number="238" type="jump" coverage="100%" />
2170
- </conditions>
2171
- </line>
2172
- <line number="186" hits="2" branch="False" />
2173
- <line number="189" hits="13" branch="True" condition-coverage="100% (4/4)">
2174
- <conditions>
2175
- <condition number="243" type="jump" coverage="100%" />
2176
- <condition number="246" type="jump" coverage="100%" />
2177
- </conditions>
2178
- </line>
2179
- <line number="191" hits="10" branch="False" />
2180
- <line number="194" hits="3" branch="False" />
2181
- <line number="195" hits="3" branch="False" />
2182
- <line number="196" hits="3" branch="False" />
2183
- <line number="197" hits="3" branch="False" />
2184
- <line number="198" hits="3" branch="False" />
2185
- <line number="199" hits="3" branch="False" />
2186
- <line number="208" hits="2" branch="True" condition-coverage="50% (1/2)">
2187
- <conditions>
2188
- <condition number="7" type="jump" coverage="50%" />
2189
- </conditions>
2190
- </line>
2191
- <line number="210" hits="0" branch="False" />
2192
- <line number="214" hits="2" branch="False" />
2193
- <line number="215" hits="2" branch="False" />
2194
- <line number="216" hits="2" branch="False" />
2195
- <line number="217" hits="2" branch="False" />
2196
- <line number="218" hits="2" branch="False" />
2197
- <line number="219" hits="2" branch="False" />
2198
- <line number="220" hits="2" branch="False" />
2199
- <line number="222" hits="10" branch="True" condition-coverage="100% (2/2)">
2200
- <conditions>
2201
- <condition number="328" type="jump" coverage="100%" />
2202
- </conditions>
2203
- </line>
2204
- <line number="224" hits="3" branch="True" condition-coverage="100% (2/2)">
2205
- <conditions>
2206
- <condition number="61" type="jump" coverage="100%" />
2207
- </conditions>
2208
- </line>
2209
- <line number="226" hits="2" branch="True" condition-coverage="100% (2/2)">
2210
- <conditions>
2211
- <condition number="76" type="jump" coverage="100%" />
2212
- </conditions>
2213
- </line>
2214
- <line number="228" hits="1" branch="False" />
2215
- <line number="229" hits="1" branch="False" />
2216
- <line number="230" hits="1" branch="False" />
2217
- <line number="231" hits="1" branch="False" />
2218
- <line number="232" hits="1" branch="False" />
2219
- <line number="233" hits="1" branch="False" />
2220
- <line number="234" hits="1" branch="False" />
2221
- <line number="237" hits="1" branch="False" />
2222
- <line number="240" hits="1" branch="True" condition-coverage="100% (2/2)">
2223
- <conditions>
2224
- <condition number="159" type="jump" coverage="100%" />
2225
- </conditions>
2226
- </line>
2227
- <line number="245" hits="1" branch="True" condition-coverage="100% (2/2)">
2228
- <conditions>
2229
- <condition number="171" type="jump" coverage="100%" />
2230
- </conditions>
2231
- </line>
2232
- <line number="250" hits="1" branch="True" condition-coverage="50% (1/2)">
2233
- <conditions>
2234
- <condition number="191" type="jump" coverage="50%" />
2235
- </conditions>
2236
- </line>
2237
- <line number="251" hits="1" branch="False" />
2238
- <line number="252" hits="1" branch="False" />
2239
- <line number="253" hits="1" branch="False" />
2240
- <line number="254" hits="1" branch="False" />
2241
- <line number="255" hits="1" branch="False" />
2242
- <line number="257" hits="0" branch="True" condition-coverage="50% (2/4)">
2243
- <conditions>
2244
- <condition number="213" type="jump" coverage="50%" />
2245
- <condition number="228" type="jump" coverage="50%" />
2246
- </conditions>
2247
- </line>
2248
- <line number="258" hits="0" branch="False" />
2249
- <line number="259" hits="0" branch="False" />
2250
- <line number="260" hits="0" branch="False" />
2251
- <line number="261" hits="0" branch="False" />
2252
- <line number="262" hits="0" branch="False" />
2253
- <line number="263" hits="0" branch="False" />
2254
- <line number="265" hits="0" branch="False" />
2255
- <line number="266" hits="0" branch="False" />
2256
- <line number="267" hits="0" branch="False" />
2257
- <line number="268" hits="0" branch="False" />
2258
- <line number="269" hits="0" branch="False" />
2259
- <line number="270" hits="0" branch="False" />
2260
- <line number="271" hits="0" branch="False" />
2261
- <line number="272" hits="0" branch="False" />
2262
- <line number="277" hits="1" branch="False" />
2263
- <line number="281" hits="2" branch="True" condition-coverage="100% (2/2)">
2264
- <conditions>
2265
- <condition number="339" type="jump" coverage="100%" />
2266
- </conditions>
2267
- </line>
2268
- <line number="283" hits="1" branch="False" />
2269
- <line number="286" hits="1" branch="False" />
2270
- <line number="287" hits="4" branch="True" condition-coverage="100% (2/2)">
2271
- <conditions>
2272
- <condition number="402" type="jump" coverage="100%" />
2273
- </conditions>
2274
- </line>
2275
- <line number="289" hits="1" branch="True" condition-coverage="100% (2/2)">
2276
- <conditions>
2277
- <condition number="380" type="jump" coverage="100%" />
2278
- </conditions>
2279
- </line>
2280
- <line number="294" hits="1" branch="False" />
2281
- <line number="297" hits="1" branch="True" condition-coverage="50% (1/2)">
2282
- <conditions>
2283
- <condition number="426" type="jump" coverage="50%" />
2284
- </conditions>
2285
- </line>
2286
- <line number="299" hits="0" branch="False" />
2287
- <line number="303" hits="4" branch="True" condition-coverage="100% (2/2)">
2288
- <conditions>
2289
- <condition number="954" type="jump" coverage="100%" />
2290
- </conditions>
2291
- </line>
2292
- <line number="305" hits="1" branch="False" />
2293
- <line number="307" hits="1" branch="False" />
2294
- <line number="308" hits="1" branch="True" condition-coverage="100% (2/2)">
2295
- <conditions>
2296
- <condition number="478" type="jump" coverage="100%" />
2297
- </conditions>
2298
- </line>
2299
- <line number="314" hits="1" branch="True" condition-coverage="50% (1/2)">
2300
- <conditions>
2301
- <condition number="495" type="jump" coverage="50%" />
2302
- </conditions>
2303
- </line>
2304
- <line number="316" hits="1" branch="False" />
2305
- <line number="317" hits="1" branch="False" />
2306
- <line number="318" hits="1" branch="False" />
2307
- <line number="319" hits="1" branch="True" condition-coverage="50% (1/2)">
2308
- <conditions>
2309
- <condition number="522" type="jump" coverage="50%" />
2310
- </conditions>
2311
- </line>
2312
- <line number="321" hits="1" branch="False" />
2313
- <line number="322" hits="1" branch="False" />
2314
- <line number="323" hits="1" branch="False" />
2315
- <line number="324" hits="1" branch="False" />
2316
- <line number="325" hits="1" branch="False" />
2317
- <line number="326" hits="1" branch="False" />
2318
- <line number="327" hits="1" branch="False" />
2319
- <line number="328" hits="1" branch="False" />
2320
- <line number="329" hits="1" branch="False" />
2321
- <line number="330" hits="1" branch="False" />
2322
- <line number="331" hits="1" branch="False" />
2323
- <line number="332" hits="1" branch="False" />
2324
- <line number="333" hits="1" branch="False" />
2325
- <line number="334" hits="1" branch="False" />
2326
- <line number="335" hits="1" branch="False" />
2327
- <line number="336" hits="1" branch="False" />
2328
- <line number="337" hits="4" branch="True" condition-coverage="100% (2/2)">
2329
- <conditions>
2330
- <condition number="796" type="jump" coverage="100%" />
2331
- </conditions>
2332
- </line>
2333
- <line number="339" hits="1" branch="False" />
2334
- <line number="340" hits="1" branch="False" />
2335
- <line number="341" hits="1" branch="True" condition-coverage="100% (4/4)">
2336
- <conditions>
2337
- <condition number="685" type="jump" coverage="100%" />
2338
- <condition number="713" type="jump" coverage="100%" />
2339
- </conditions>
2340
- </line>
2341
- <line number="343" hits="1" branch="False" />
2342
- <line number="344" hits="1" branch="False" />
2343
- <line number="345" hits="1" branch="False" />
2344
- <line number="346" hits="1" branch="False" />
2345
- <line number="347" hits="1" branch="False" />
2346
- <line number="348" hits="1" branch="False" />
2347
- <line number="349" hits="1" branch="False" />
2348
- <line number="350" hits="1" branch="False" />
2349
- <line number="351" hits="1" branch="False" />
2350
- <line number="352" hits="1" branch="False" />
2351
- <line number="353" hits="1" branch="False" />
2352
- <line number="354" hits="1" branch="False" />
2353
- <line number="362" hits="0" branch="False" />
2354
- <line number="363" hits="0" branch="False" />
2355
- <line number="364" hits="0" branch="False" />
2356
- <line number="365" hits="0" branch="False" />
2357
- <line number="366" hits="0" branch="False" />
2358
- <line number="367" hits="0" branch="False" />
2359
- <line number="368" hits="0" branch="False" />
2360
- <line number="369" hits="0" branch="False" />
2361
- <line number="370" hits="0" branch="False" />
2362
- <line number="371" hits="0" branch="False" />
2363
- <line number="373" hits="0" branch="False" />
2364
- <line number="375" hits="1" branch="False" />
2365
- <line number="383" hits="0" branch="True" condition-coverage="0% (0/2)">
2366
- <conditions>
2367
- <condition number="11" type="jump" coverage="0%" />
2368
- </conditions>
2369
- </line>
2370
- <line number="384" hits="0" branch="False" />
2371
- <line number="385" hits="0" branch="False" />
2372
- <line number="386" hits="0" branch="True" condition-coverage="0% (0/2)">
2373
- <conditions>
2374
- <condition number="39" type="jump" coverage="0%" />
2375
- </conditions>
2376
- </line>
2377
- <line number="387" hits="0" branch="False" />
2378
- <line number="388" hits="0" branch="False" />
2379
- <line number="389" hits="0" branch="True" condition-coverage="0% (0/2)">
2380
- <conditions>
2381
- <condition number="71" type="jump" coverage="0%" />
2382
- </conditions>
2383
- </line>
2384
- <line number="393" hits="0" branch="False" />
2385
- <line number="394" hits="0" branch="False" />
2386
- <line number="395" hits="0" branch="True" condition-coverage="0% (0/2)">
2387
- <conditions>
2388
- <condition number="121" type="jump" coverage="0%" />
2389
- </conditions>
2390
- </line>
2391
- <line number="397" hits="0" branch="False" />
2392
- <line number="398" hits="0" branch="False" />
2393
- <line number="401" hits="0" branch="False" />
2394
- <line number="402" hits="0" branch="False" />
2395
- <line number="403" hits="0" branch="False" />
2396
- <line number="404" hits="0" branch="True" condition-coverage="0% (0/2)">
2397
- <conditions>
2398
- <condition number="560" type="jump" coverage="0%" />
2399
- </conditions>
2400
- </line>
2401
- <line number="406" hits="0" branch="True" condition-coverage="0% (0/7)">
2402
- <conditions>
2403
- <condition number="179" type="switch" coverage="0%" />
2404
- </conditions>
2405
- </line>
2406
- <line number="407" hits="0" branch="False" />
2407
- <line number="408" hits="0" branch="False" />
2408
- <line number="409" hits="0" branch="False" />
2409
- <line number="410" hits="0" branch="False" />
2410
- <line number="411" hits="0" branch="False" />
2411
- <line number="412" hits="0" branch="False" />
2412
- <line number="413" hits="0" branch="False" />
2413
- <line number="414" hits="0" branch="False" />
2414
- <line number="415" hits="0" branch="False" />
2415
- <line number="417" hits="0" branch="True" condition-coverage="0% (0/4)">
2416
- <conditions>
2417
- <condition number="287" type="jump" coverage="0%" />
2418
- <condition number="293" type="jump" coverage="0%" />
2419
- </conditions>
2420
- </line>
2421
- <line number="418" hits="0" branch="False" />
2422
- <line number="419" hits="0" branch="True" condition-coverage="0% (0/2)">
2423
- <conditions>
2424
- <condition number="304" type="jump" coverage="0%" />
2425
- </conditions>
2426
- </line>
2427
- <line number="420" hits="0" branch="True" condition-coverage="0% (0/2)">
2428
- <conditions>
2429
- <condition number="329" type="jump" coverage="0%" />
2430
- </conditions>
2431
- </line>
2432
- <line number="421" hits="0" branch="False" />
2433
- <line number="422" hits="0" branch="False" />
2434
- <line number="424" hits="0" branch="True" condition-coverage="0% (0/2)">
2435
- <conditions>
2436
- <condition number="375" type="jump" coverage="0%" />
2437
- </conditions>
2438
- </line>
2439
- <line number="425" hits="0" branch="False" />
2440
- <line number="426" hits="0" branch="False" />
2441
- <line number="427" hits="0" branch="False" />
2442
- <line number="428" hits="0" branch="False" />
2443
- <line number="429" hits="0" branch="False" />
2444
- <line number="432" hits="0" branch="False" />
2445
- <line number="433" hits="0" branch="False" />
2446
- <line number="434" hits="0" branch="False" />
2447
- <line number="435" hits="0" branch="False" />
2448
- <line number="436" hits="0" branch="False" />
2449
- <line number="439" hits="0" branch="False" />
2450
- <line number="442" hits="0" branch="True" condition-coverage="0% (0/2)">
2451
- <conditions>
2452
- <condition number="601" type="jump" coverage="0%" />
2453
- </conditions>
2454
- </line>
2455
- <line number="443" hits="0" branch="False" />
2456
- <line number="444" hits="0" branch="False" />
2457
- <line number="445" hits="0" branch="False" />
2458
- <line number="446" hits="0" branch="False" />
2459
- <line number="447" hits="0" branch="False" />
2460
- <line number="448" hits="0" branch="False" />
2461
- <line number="449" hits="0" branch="False" />
2462
- <line number="450" hits="0" branch="False" />
2463
- <line number="451" hits="0" branch="False" />
2464
- <line number="453" hits="0" branch="True" condition-coverage="0% (0/4)">
2465
- <conditions>
2466
- <condition number="718" type="jump" coverage="0%" />
2467
- <condition number="724" type="jump" coverage="0%" />
2468
- </conditions>
2469
- </line>
2470
- <line number="454" hits="0" branch="False" />
2471
- <line number="455" hits="0" branch="True" condition-coverage="0% (0/2)">
2472
- <conditions>
2473
- <condition number="734" type="jump" coverage="0%" />
2474
- </conditions>
2475
- </line>
2476
- <line number="456" hits="0" branch="True" condition-coverage="0% (0/2)">
2477
- <conditions>
2478
- <condition number="758" type="jump" coverage="0%" />
2479
- </conditions>
2480
- </line>
2481
- <line number="457" hits="0" branch="False" />
2482
- <line number="458" hits="0" branch="False" />
2483
- <line number="460" hits="0" branch="True" condition-coverage="0% (0/7)">
2484
- <conditions>
2485
- <condition number="803" type="switch" coverage="0%" />
2486
- </conditions>
2487
- </line>
2488
- <line number="461" hits="0" branch="False" />
2489
- <line number="462" hits="0" branch="False" />
2490
- <line number="463" hits="0" branch="False" />
2491
- <line number="464" hits="0" branch="False" />
2492
- <line number="465" hits="0" branch="False" />
2493
- <line number="466" hits="0" branch="False" />
2494
- <line number="467" hits="0" branch="False" />
2495
- <line number="468" hits="0" branch="False" />
2496
- <line number="469" hits="0" branch="False" />
2497
- <line number="471" hits="0" branch="False" />
2498
- <line number="474" hits="0" branch="True" condition-coverage="0% (0/2)">
2499
- <conditions>
2500
- <condition number="985" type="jump" coverage="0%" />
2501
- </conditions>
2502
- </line>
2503
- <line number="476" hits="0" branch="False" />
2504
- <line number="477" hits="0" branch="False" />
2505
- <line number="478" hits="0" branch="False" />
2506
- <line number="479" hits="0" branch="False" />
2507
- <line number="480" hits="0" branch="False" />
2508
- <line number="483" hits="0" branch="False" />
2509
- <line number="484" hits="0" branch="False" />
2510
- <line number="485" hits="0" branch="False" />
2511
- <line number="486" hits="0" branch="False" />
2512
- <line number="487" hits="0" branch="False" />
2513
- <line number="488" hits="0" branch="False" />
2514
- <line number="489" hits="0" branch="False" />
2515
- <line number="490" hits="0" branch="False" />
2516
- <line number="491" hits="0" branch="False" />
2517
- <line number="492" hits="0" branch="False" />
2518
- <line number="493" hits="0" branch="False" />
2519
- <line number="494" hits="0" branch="False" />
2520
- <line number="495" hits="0" branch="False" />
2521
- <line number="496" hits="0" branch="False" />
2522
- <line number="497" hits="0" branch="False" />
2523
- <line number="502" hits="1" branch="False" />
2524
- <line number="503" hits="1" branch="False" />
2525
- <line number="504" hits="2" branch="True" condition-coverage="100% (2/2)">
2526
- <conditions>
2527
- <condition number="38" type="jump" coverage="100%" />
2528
- </conditions>
2529
- </line>
2530
- <line number="506" hits="1" branch="True" condition-coverage="100% (2/2)">
2531
- <conditions>
2532
- <condition number="21" type="jump" coverage="100%" />
2533
- </conditions>
2534
- </line>
2535
- <line number="508" hits="1" branch="False" />
2536
- <line number="510" hits="1" branch="False" />
2537
- <line number="512" hits="1" branch="False" />
2538
- <line number="517" hits="1" branch="True" condition-coverage="50% (1/2)">
2539
- <conditions>
2540
- <condition number="14" type="jump" coverage="50%" />
2541
- </conditions>
2542
- </line>
2543
- <line number="519" hits="0" branch="False" />
2544
- <line number="521" hits="3" branch="True" condition-coverage="50% (1/2)">
2545
- <conditions>
2546
- <condition number="125" type="jump" coverage="50%" />
2547
- </conditions>
2548
- </line>
2549
- <line number="523" hits="1" branch="True" condition-coverage="50% (1/2)">
2550
- <conditions>
2551
- <condition number="63" type="jump" coverage="50%" />
2552
- </conditions>
2553
- </line>
2554
- <line number="525" hits="1" branch="False" />
2555
- <line number="526" hits="1" branch="False" />
2556
- <line number="527" hits="1" branch="False" />
2557
- <line number="528" hits="1" branch="True" condition-coverage="100% (2/2)">
2558
- <conditions>
2559
- <condition number="112" type="jump" coverage="100%" />
2560
- </conditions>
2561
- </line>
2562
- <line number="530" hits="1" branch="False" />
2563
- <line number="535" hits="0" branch="False" />
2564
- <line number="538" hits="0" branch="False" />
2565
- <line number="17" hits="1" branch="False" />
2566
- <line number="18" hits="1" branch="False" />
2567
- <line number="19" hits="1" branch="False" />
2568
- <line number="20" hits="1" branch="False" />
2569
- <line number="21" hits="1" branch="False" />
2570
- <line number="22" hits="1" branch="False" />
2571
- <line number="23" hits="1" branch="False" />
2572
- <line number="24" hits="1" branch="False" />
2573
- <line number="26" hits="1" branch="False" />
2574
- <line number="27" hits="1" branch="False" />
2575
- <line number="28" hits="1" branch="False" />
2576
- <line number="29" hits="1" branch="False" />
2577
- <line number="30" hits="1" branch="False" />
2578
- <line number="31" hits="1" branch="False" />
2579
- <line number="32" hits="1" branch="False" />
2580
- <line number="33" hits="1" branch="False" />
2581
- <line number="56" hits="1" branch="False" />
2582
- <line number="57" hits="1" branch="False" />
2583
- <line number="58" hits="1" branch="False" />
2584
- <line number="59" hits="1" branch="False" />
2585
- <line number="60" hits="1" branch="False" />
2586
- <line number="61" hits="1" branch="False" />
2587
- <line number="62" hits="1" branch="False" />
2588
- <line number="63" hits="1" branch="False" />
2589
- </lines>
2590
- </class>
2591
- <class name="WallstopStudios.DxMessaging.SourceGenerators.DxMessageIdGenerator/MessageToGenerateInfo" filename="DxMessageIdGenerator.cs" line-rate="1" branch-rate="1" complexity="4">
2592
- <methods>
2593
- <method name="get_TypeSymbol" signature="()" line-rate="1" branch-rate="1" complexity="1">
2594
- <lines>
2595
- <line number="67" hits="10" branch="False" />
2596
- </lines>
2597
- </method>
2598
- <method name="get_DeclarationSyntax" signature="()" line-rate="1" branch-rate="1" complexity="1">
2599
- <lines>
2600
- <line number="68" hits="2" branch="False" />
2601
- </lines>
2602
- </method>
2603
- <method name="get_TargetInterfaceFullName" signature="()" line-rate="1" branch-rate="1" complexity="1">
2604
- <lines>
2605
- <line number="69" hits="2" branch="False" />
2606
- </lines>
2607
- </method>
2608
- <method name="get_HasConflictingMessageAttributes" signature="()" line-rate="1" branch-rate="1" complexity="1">
2609
- <lines>
2610
- <line number="70" hits="3" branch="False" />
2611
- </lines>
2612
- </method>
2613
- </methods>
2614
- <lines>
2615
- <line number="67" hits="10" branch="False" />
2616
- <line number="68" hits="2" branch="False" />
2617
- <line number="69" hits="2" branch="False" />
2618
- <line number="70" hits="3" branch="False" />
2619
- </lines>
2620
- </class>
2621
- </classes>
2622
- </package>
2623
- </packages>
2624
- </coverage>