DanielWillett.ModularRpcs
                             
                            
                                1.0.0-prerelease06
                            
                        
                    See the version list below for details.
dotnet add package DanielWillett.ModularRpcs --version 1.0.0-prerelease06
NuGet\Install-Package DanielWillett.ModularRpcs -Version 1.0.0-prerelease06
<PackageReference Include="DanielWillett.ModularRpcs" Version="1.0.0-prerelease06" />
<PackageVersion Include="DanielWillett.ModularRpcs" Version="1.0.0-prerelease06" />
<PackageReference Include="DanielWillett.ModularRpcs" />
paket add DanielWillett.ModularRpcs --version 1.0.0-prerelease06
#r "nuget: DanielWillett.ModularRpcs, 1.0.0-prerelease06"
#:package DanielWillett.ModularRpcs@1.0.0-prerelease06
#addin nuget:?package=DanielWillett.ModularRpcs&version=1.0.0-prerelease06&prerelease
#tool nuget:?package=DanielWillett.ModularRpcs&version=1.0.0-prerelease06&prerelease
ModularRPCs
Work in progress...
Supported Primitive Types
All the following types can be serialized/parsed individually or in an enumerable.
Enum and nullable arrays are not supported by default.
Base
- bool, char, double, float, int, long, uint, ulong, short, ushort, sbyte, byte, nint, nuint
- Half (.NET 5+)
- Int128, UInt128 (.NET 7+)
- decimal
- DateTimeOffset
- DateTime
- TimeSpan
- Guid
- String (any encoding, UTF8 by default)
- All enums
- Nullable value types of any supported value type
ModularRPCs.Unity
- Vector2, Vector3, Vector4
- Bounds
- Color, Color32
- Quaternion
- Matrix4x4
- Plane
- Ray, Ray2D
- Rect
- Resolution
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. | 
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
- 
                                                    .NETCoreApp 3.1- DanielWillett.ReflectionTools (>= 3.2.1)
- JetBrains.Annotations (>= 2018.2.1)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0)
 
- 
                                                    .NETFramework 4.6.1- DanielWillett.ReflectionTools (>= 3.2.1)
- JetBrains.Annotations (>= 2018.2.1)
- Microsoft.Bcl.HashCode (>= 1.0.0)
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.0)
 
- 
                                                    .NETStandard 2.0- DanielWillett.ReflectionTools (>= 3.2.1)
- JetBrains.Annotations (>= 2018.2.1)
- Microsoft.Bcl.HashCode (>= 1.0.0)
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.0)
 
- 
                                                    .NETStandard 2.1- DanielWillett.ReflectionTools (>= 3.2.1)
- JetBrains.Annotations (>= 2018.2.1)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.0)
 
- 
                                                    net5.0- DanielWillett.ReflectionTools (>= 3.2.1)
- JetBrains.Annotations (>= 2018.2.1)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
 
- 
                                                    net7.0- DanielWillett.ReflectionTools (>= 3.2.1)
- JetBrains.Annotations (>= 2018.2.1)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
 
- 
                                                    net8.0- DanielWillett.ReflectionTools (>= 3.2.1)
- JetBrains.Annotations (>= 2018.2.1)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
 
NuGet packages (4)
Showing the top 4 NuGet packages that depend on DanielWillett.ModularRpcs:
| Package | Downloads | 
|---|---|
| Uncreated.Warfare Main framework for the Uncreated Warfare Military Simulation server based off of the military game Squad. | |
| DanielWillett.ModularRpcs.WebSockets Routing implemntation using WebSockets for DanielWillett.ModularRPCs. | |
| DanielWillett.ModularRpcs.Unity UnityEngine extensions for DanielWillett.ModularRPCs. | |
| DanielWillett.ModularRpcs.NamedPipes Routing implemntation using Named Pipes for DanielWillett.ModularRPCs. | 
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.0.0-prerelease22 | 175 | 10/6/2025 | 
| 1.0.0-prerelease21 | 238 | 7/10/2025 | 
| 1.0.0-prerelease20 | 133 | 7/9/2025 | 
| 1.0.0-prerelease19 | 209 | 7/7/2025 | 
| 1.0.0-prerelease18 | 61 | 7/5/2025 | 
| 1.0.0-prerelease17 | 60 | 7/5/2025 | 
| 1.0.0-prerelease16 | 62 | 7/5/2025 | 
| 1.0.0-prerelease15 | 71 | 7/5/2025 | 
| 1.0.0-prerelease14 | 111 | 7/4/2025 | 
| 1.0.0-prerelease13 | 130 | 6/19/2025 | 
| 1.0.0-prerelease12 | 131 | 6/19/2025 | 
| 1.0.0-prerelease11 | 333 | 4/18/2025 | 
| 1.0.0-prerelease10 | 222 | 4/17/2025 | 
| 1.0.0-prerelease09 | 253 | 4/9/2025 | 
| 1.0.0-prerelease08 | 496 | 2/15/2025 | 
| 1.0.0-prerelease07 | 316 | 1/1/2025 | 
| 1.0.0-prerelease06 | 1,132 | 10/10/2024 | 
| 1.0.0-prerelease04 | 129 | 10/10/2024 | 
| 1.0.0-prerelease03 | 283 | 10/10/2024 | 
| 1.0.0-prerelease02 | 169 | 9/19/2024 | 
| 1.0.0-prerelease01 | 88 | 8/8/2024 | 
Initial pre-release.