Galosoft.IaaS.AspNetCore 25.3.11.1-nj

This is a prerelease version of Galosoft.IaaS.AspNetCore.
dotnet add package Galosoft.IaaS.AspNetCore --version 25.3.11.1-nj
                    
NuGet\Install-Package Galosoft.IaaS.AspNetCore -Version 25.3.11.1-nj
                    
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="Galosoft.IaaS.AspNetCore" Version="25.3.11.1-nj" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Galosoft.IaaS.AspNetCore" Version="25.3.11.1-nj" />
                    
Directory.Packages.props
<PackageReference Include="Galosoft.IaaS.AspNetCore" />
                    
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 Galosoft.IaaS.AspNetCore --version 25.3.11.1-nj
                    
#r "nuget: Galosoft.IaaS.AspNetCore, 25.3.11.1-nj"
                    
#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.
#addin nuget:?package=Galosoft.IaaS.AspNetCore&version=25.3.11.1-nj&prerelease
                    
Install Galosoft.IaaS.AspNetCore as a Cake Addin
#tool nuget:?package=Galosoft.IaaS.AspNetCore&version=25.3.11.1-nj&prerelease
                    
Install Galosoft.IaaS.AspNetCore as a Cake Tool

signalR.Server

services.AddSignalR();//新增:注入signalR galoS@2024-1-5 16:47:47
app.UseEndpoints(endpoints =>
            {
                endpoints.MapHubs();
            });

signalR.Client

service.TryAddSingleton<SignalRTemplate>();
------
var url = "http://localhost:52278/notify";
            var signalr = new SignalRTemplate();
            await signalr.HandleAsync<string>(url, "on", msg =>
            {
                Console.WriteLine(msg);
            });
            await signalr.SendAsync(url, "all", "client");
Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Galosoft.IaaS.AspNetCore:

Package Downloads
Galosoft.AspNetCore.App

Galosoft.IaaS快速开发库

Galosoft.IaaS.AspNetCore.DynamicApi

Galosoft.IaaS快速开发库

Galosoft.Gateway.App

Galosoft.IaaS快速开发库

Galosoft.IaaS.AspNetCore.AdminSafe

Galosoft.IaaS快速开发库

Galosoft.Mono.App

Galosoft.IaaS快速开发库

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.3.11.1-nj 115 3/11/2025
25.3.10.4-nj 123 3/10/2025
25.3.10.3-nj 118 3/10/2025
25.3.10.2-nj 120 3/10/2025
25.3.10.1-nj 119 3/10/2025
25.2.7.1-nj 59 2/7/2025
25.1.20.2-nj 60 1/20/2025
25.1.20.1-nj 55 1/20/2025
25.1.16.2-nj 50 1/16/2025
25.1.16.1-nj 37 1/16/2025
25.1.10.1-nj 56 1/10/2025
24.12.26.5-nj 58 12/27/2024
24.12.17-nj 64 12/17/2024
24.12.16.1-nj 58 12/16/2024
24.12.16-nj 65 12/16/2024
24.12.4.1-nj 52 12/16/2024
24.12.4-nj 57 12/16/2024
24.11.18-nj 54 11/18/2024
24.11.15-nj 57 11/15/2024
24.10.27.3-nj 57 11/6/2024