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.
- package/Analyzers/Microsoft.CodeAnalysis.dll +0 -0
- package/Analyzers/Microsoft.CodeAnalysis.dll.meta +33 -0
- package/Analyzers/Microsoft.CodeAnalysis.pdb.meta +7 -0
- package/Analyzers/Microsoft.CodeAnalysis.xml +38823 -0
- package/Analyzers/Microsoft.CodeAnalysis.xml.meta +7 -0
- package/Analyzers/System.Reflection.Metadata.dll +0 -0
- package/Analyzers/System.Reflection.Metadata.dll.meta +33 -0
- package/Analyzers/System.Reflection.Metadata.xml +8202 -0
- package/Analyzers/System.Reflection.Metadata.xml.meta +7 -0
- package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.deps.json +319 -0
- package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.deps.json.meta +7 -0
- package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.dll +0 -0
- package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.dll.meta +69 -0
- package/Analyzers/WallstopStudios.DxMessaging.SourceGenerators.pdb.meta +7 -0
- package/Analyzers.meta +8 -0
- package/Editor/SetupCscRsp.cs +67 -0
- package/Editor/SetupCscRsp.cs.meta +3 -0
- package/Editor/WallstopStudios.DxMessaging.Editor.asmdef +21 -0
- package/{Tests/Editor/WallstopStudios.DxMessaging.Tests.Editor.asmdef.meta → Editor/WallstopStudios.DxMessaging.Editor.asmdef.meta} +7 -7
- package/README.md +43 -6
- package/Runtime/Core/Attributes/DxAutoMessageTypeAttribute.cs +9 -0
- package/Runtime/Core/Attributes/DxAutoMessageTypeAttribute.cs.meta +3 -0
- package/Runtime/Core/Attributes/DxBroadcastMessageAttribute.cs +10 -0
- package/Runtime/Core/Attributes/DxBroadcastMessageAttribute.cs.meta +3 -0
- package/Runtime/Core/Attributes/DxTargetedMessageAttribute.cs +10 -0
- package/Runtime/Core/Attributes/DxTargetedMessageAttribute.cs.meta +3 -0
- package/Runtime/Core/Attributes/DxUntargetedMessageAttribute.cs +10 -0
- package/Runtime/Core/Attributes/DxUntargetedMessageAttribute.cs.meta +3 -0
- package/Runtime/Core/Attributes.meta +3 -0
- package/Runtime/Unity/MessagingComponent.cs +21 -10
- package/Runtime/WallstopStudios.DxMessaging.asmdef +15 -17
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxAutoMessageTypeGenerator.cs +75 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxAutoMessageTypeGenerator.cs.meta +11 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxBroadcastMessageGenerator.cs +77 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxBroadcastMessageGenerator.cs.meta +3 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxTargetedMessageGenerator.cs +77 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxTargetedMessageGenerator.cs.meta +3 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxUntargetedMessageGenerator.cs +78 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/DxUntargetedMessageGenerator.cs.meta +3 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.csproj +21 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.csproj.meta +7 -0
- package/SourceGenerators/WallstopStudios.DxMessaging.SourceGenerators.meta +8 -0
- package/SourceGenerators.meta +8 -0
- package/Tests/Runtime/Core/NominalTests.cs +127 -77
- package/Tests/Runtime/Core/RegistrationTests.cs +56 -106
- package/Tests/Runtime/Scripts/Messages/ComplexTargetedMessage.cs +4 -2
- package/Tests/Runtime/Scripts/Messages/SimpleBroadcastMessage.cs +3 -3
- package/Tests/Runtime/Scripts/Messages/SimpleTargetedMessage.cs +4 -4
- package/Tests/Runtime/Scripts/Messages/SimpleUntargetedMessage.cs +3 -3
- package/Tests/Runtime/WallstopStudios.DxMessaging.Tests.Runtime.asmdef +1 -3
- package/package.json +3 -3
- package/Tests/Editor/WallstopStudios.DxMessaging.Tests.Editor.asmdef +0 -23
|
Binary file
|
|
@@ -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:
|