SharpGameService.Extensions
1.1.0
dotnet add package SharpGameService.Extensions --version 1.1.0
NuGet\Install-Package SharpGameService.Extensions -Version 1.1.0
<PackageReference Include="SharpGameService.Extensions" Version="1.1.0" />
<PackageVersion Include="SharpGameService.Extensions" Version="1.1.0" />
<PackageReference Include="SharpGameService.Extensions" />
paket add SharpGameService.Extensions --version 1.1.0
#r "nuget: SharpGameService.Extensions, 1.1.0"
#:package SharpGameService.Extensions@1.1.0
#addin nuget:?package=SharpGameService.Extensions&version=1.1.0
#tool nuget:?package=SharpGameService.Extensions&version=1.1.0
SharpGameService Extensions
This repository contains a collection of extensions for the SharpGameService library, which is a C# library designed to facilitate the development of game server management applications. The extensions provided in this repository aim to enhance the functionality and usability of the SharpGameService library, making it easier for developers to create robust and feature-rich game server management solutions.
Extensions Overview
AddSharpGameService
is an extension method for the IServiceCollection
interface. It configures the options, the implemented hosted service and the House that will be used.
UseSharpGameService
is an extension method for the IApplicationBuilder
interface. It configures the middleware that will be used to handle requests and responses in the application, currently this is UseWebSockets
.
Product | Versions 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. 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. |
-
net8.0
- Microsoft.AspNetCore (>= 2.3.0)
- Microsoft.AspNetCore.Http (>= 2.3.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.0)
- Microsoft.AspNetCore.Mvc (>= 2.3.0)
- Microsoft.AspNetCore.Routing (>= 2.3.0)
- Microsoft.AspNetCore.Routing.Abstractions (>= 2.3.0)
- Microsoft.AspNetCore.WebSockets (>= 2.3.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Hosting (>= 9.0.4)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.4)
- SharpGameService.Core (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.