Installation
dotnet add package TagBites.Netor via Package Manager Console:
Install-Package TagBites.NetNuGet Package: https://www.nuget.org/packages/TagBites.Net/
Requirements
Section titled “Requirements”- Targets
netstandard2.0andnet7.0(multi-targeted package — your project can be older/newer as long as it’s compatible withnetstandard2.0, e.g. .NET Framework 4.6.1+, .NET Core 2.0+, or any modern .NET version). - Json.NET (Newtonsoft.Json) 13.0.1+ — used internally as the default serializer (see Configuration). Pulled in automatically as a NuGet dependency.
System.Reflection.DispatchProxy4.3.0+ — only required (and only pulled in) onnetstandard2.0; not needed onnet7.0, which has it built in. This powers the RMI controller proxies (see RMI advanced).
Always double-check the Dependencies/Frameworks tabs on the NuGet page for the specific version you install, in case this changes in a future release.
Basic usage
Section titled “Basic usage”Once installed, reference the library and create a Client or Server instance — see Quick start for a complete example.
using TagBites.Net;