FlyByWireless.SignalRTunnel.Client.Native
1.3.2-alpha
This is a prerelease version of FlyByWireless.SignalRTunnel.Client.Native.
dotnet add package FlyByWireless.SignalRTunnel.Client.Native --version 1.3.2-alpha
NuGet\Install-Package FlyByWireless.SignalRTunnel.Client.Native -Version 1.3.2-alpha
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="FlyByWireless.SignalRTunnel.Client.Native" Version="1.3.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlyByWireless.SignalRTunnel.Client.Native --version 1.3.2-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FlyByWireless.SignalRTunnel.Client.Native, 1.3.2-alpha"
#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.
// Install FlyByWireless.SignalRTunnel.Client.Native as a Cake Addin #addin nuget:?package=FlyByWireless.SignalRTunnel.Client.Native&version=1.3.2-alpha&prerelease // Install FlyByWireless.SignalRTunnel.Client.Native as a Cake Tool #tool nuget:?package=FlyByWireless.SignalRTunnel.Client.Native&version=1.3.2-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NativeAOT Usage
FlyByWireless.SignalRTunnel.Native
See https://github.com/dotnet/runtimelab/blob/feature/NativeAOT/docs/using-nativeaot/compiling.md
await using var client = new HubConnectionBuilder()
.AddNativeMessagePackProtocol()
// ...
.Build();
using var on = client.OnNative("myClientEvent", (MyArg1 arg1, MyArg2 arg2) => {
});
// ...
var result = await client.InvokeNativeAsync<MyResult>("myHubMethod", arg1, arg2);
await client.SendNativeAsync("myHubMethod", arg1, arg2);
// ...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- FlyByWireless.SignalRTunnel.Client (>= 1.3.2)
- MessagePack (>= 2.3.85)
- MessagePackAnalyzer (>= 2.3.85)
- Microsoft.AspNetCore.SignalR.Client (>= 6.0.0-rc.2.21513.21)
- Microsoft.AspNetCore.SignalR.Protocols.MessagePack (>= 6.0.0-rc.2.21513.21)
- Microsoft.DotNet.ILCompiler (>= 6.0.0-rc.1.21420.1)
- Microsoft.IO.RecyclableMemoryStream (>= 2.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.2-alpha | 166 | 10/15/2021 |