com.wallstop-studios.dxmessaging 1.0.5 → 2.0.0-rc01

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 (52) hide show
  1. package/Analyzers/Microsoft.CodeAnalysis.dll +0 -0
  2. package/Analyzers/Microsoft.CodeAnalysis.dll.meta +33 -0
  3. package/Analyzers/Microsoft.CodeAnalysis.pdb.meta +7 -0
  4. package/Analyzers/Microsoft.CodeAnalysis.xml +38823 -0
  5. package/Analyzers/Microsoft.CodeAnalysis.xml.meta +7 -0
  6. package/Analyzers/System.Reflection.Metadata.dll +0 -0
  7. package/Analyzers/System.Reflection.Metadata.dll.meta +33 -0
  8. package/Analyzers/System.Reflection.Metadata.xml +8202 -0
  9. package/Analyzers/System.Reflection.Metadata.xml.meta +7 -0
  10. package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.deps.json +319 -0
  11. package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.deps.json.meta +7 -0
  12. package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.dll +0 -0
  13. package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.dll.meta +69 -0
  14. package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.pdb.meta +7 -0
  15. package/Analyzers.meta +8 -0
  16. package/Editor/SetupCscRsp.cs +67 -0
  17. package/Editor/SetupCscRsp.cs.meta +3 -0
  18. package/Editor/WallstopStudios.DxMessaging.Editor.asmdef +21 -0
  19. package/{Tests/Editor/WallstopStudios.DxMessaging.Tests.Editor.asmdef.meta → Editor/WallstopStudios.DxMessaging.Editor.asmdef.meta} +7 -7
  20. package/README.md +43 -6
  21. package/Runtime/Core/Attributes/DxAutoMessageTypeAttribute.cs +9 -0
  22. package/Runtime/Core/Attributes/DxAutoMessageTypeAttribute.cs.meta +3 -0
  23. package/Runtime/Core/Attributes/DxBroadcastMessageAttribute.cs +10 -0
  24. package/Runtime/Core/Attributes/DxBroadcastMessageAttribute.cs.meta +3 -0
  25. package/Runtime/Core/Attributes/DxTargetedMessageAttribute.cs +10 -0
  26. package/Runtime/Core/Attributes/DxTargetedMessageAttribute.cs.meta +3 -0
  27. package/Runtime/Core/Attributes/DxUntargetedMessageAttribute.cs +10 -0
  28. package/Runtime/Core/Attributes/DxUntargetedMessageAttribute.cs.meta +3 -0
  29. package/Runtime/Core/Attributes.meta +3 -0
  30. package/Runtime/Unity/MessagingComponent.cs +21 -10
  31. package/Runtime/WallstopStudios.DxMessaging.asmdef +15 -17
  32. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxAutoMessageTypeGenerator.cs +75 -0
  33. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxAutoMessageTypeGenerator.cs.meta +11 -0
  34. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxBroadcastMessageGenerator.cs +77 -0
  35. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxBroadcastMessageGenerator.cs.meta +3 -0
  36. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxTargetedMessageGenerator.cs +77 -0
  37. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxTargetedMessageGenerator.cs.meta +3 -0
  38. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxUntargetedMessageGenerator.cs +78 -0
  39. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxUntargetedMessageGenerator.cs.meta +3 -0
  40. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.csproj +21 -0
  41. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.csproj.meta +7 -0
  42. package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.meta +8 -0
  43. package/SourceGenerators.meta +8 -0
  44. package/Tests/Runtime/Core/NominalTests.cs +127 -77
  45. package/Tests/Runtime/Core/RegistrationTests.cs +56 -106
  46. package/Tests/Runtime/Scripts/Messages/ComplexTargetedMessage.cs +4 -2
  47. package/Tests/Runtime/Scripts/Messages/SimpleBroadcastMessage.cs +3 -3
  48. package/Tests/Runtime/Scripts/Messages/SimpleTargetedMessage.cs +4 -4
  49. package/Tests/Runtime/Scripts/Messages/SimpleUntargetedMessage.cs +3 -3
  50. package/Tests/Runtime/WallstopStudios.DxMessaging.Tests.Runtime.asmdef +1 -3
  51. package/package.json +3 -3
  52. package/Tests/Editor/WallstopStudios.DxMessaging.Tests.Editor.asmdef +0 -23
@@ -0,0 +1,33 @@
1
+ fileFormatVersion: 2
2
+ guid: 8292b8f0b3241d94db97183f9ebc34bd
3
+ PluginImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ iconMap: {}
7
+ executionOrder: {}
8
+ defineConstraints: []
9
+ isPreloaded: 0
10
+ isOverridable: 1
11
+ isExplicitlyReferenced: 0
12
+ validateReferences: 1
13
+ platformData:
14
+ - first:
15
+ Any:
16
+ second:
17
+ enabled: 1
18
+ settings: {}
19
+ - first:
20
+ Editor: Editor
21
+ second:
22
+ enabled: 0
23
+ settings:
24
+ DefaultValueInitialized: true
25
+ - first:
26
+ Windows Store Apps: WindowsStoreApps
27
+ second:
28
+ enabled: 0
29
+ settings:
30
+ CPU: AnyCPU
31
+ userData:
32
+ assetBundleName:
33
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 7fda7e0685c731646b8d80873629ed2b
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant: