DanielWillett.ModularRpcs 1.0.0-prerelease19

This is a prerelease version of DanielWillett.ModularRpcs.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DanielWillett.ModularRpcs --version 1.0.0-prerelease19
                    
NuGet\Install-Package DanielWillett.ModularRpcs -Version 1.0.0-prerelease19
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DanielWillett.ModularRpcs" Version="1.0.0-prerelease19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DanielWillett.ModularRpcs" Version="1.0.0-prerelease19" />
                    
Directory.Packages.props
<PackageReference Include="DanielWillett.ModularRpcs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DanielWillett.ModularRpcs --version 1.0.0-prerelease19
                    
#r "nuget: DanielWillett.ModularRpcs, 1.0.0-prerelease19"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DanielWillett.ModularRpcs@1.0.0-prerelease19
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DanielWillett.ModularRpcs&version=1.0.0-prerelease19&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DanielWillett.ModularRpcs&version=1.0.0-prerelease19&prerelease
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 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.

Unturned.uTest

Unofficial integration testing platform for Unturned, a Unity survival game.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-prerelease33 266 7/29/2026
1.0.0-prerelease32 112 7/21/2026
1.0.0-prerelease31 566 5/30/2026
1.0.0-prerelease30 119 3/18/2026
1.0.0-prerelease29 223 2/2/2026
1.0.0-prerelease28 104 1/28/2026
1.0.0-prerelease27 108 1/18/2026
1.0.0-prerelease26 208 12/23/2025
1.0.0-prerelease25 187 12/22/2025
1.0.0-prerelease24 180 12/22/2025
1.0.0-prerelease23 124 12/21/2025
1.0.0-prerelease22 329 10/6/2025
1.0.0-prerelease21 312 7/10/2025
1.0.0-prerelease20 213 7/9/2025
1.0.0-prerelease19 297 7/7/2025
1.0.0-prerelease18 132 7/5/2025
1.0.0-prerelease17 130 7/5/2025
1.0.0-prerelease16 127 7/5/2025
1.0.0-prerelease15 151 7/5/2025
1.0.0-prerelease14 176 7/4/2025
Loading failed