VOOZH about

URL: https://www.nuget.org/packages/Lakona.Game.Server.Hotfix.Abstractions/

⇱ NuGet Gallery | Lakona.Game.Server.Hotfix.Abstractions 0.1.4




Lakona.Game.Server.Hotfix.Abstractions 0.1.4

dotnet add package Lakona.Game.Server.Hotfix.Abstractions --version 0.1.4
 
 
NuGet\Install-Package Lakona.Game.Server.Hotfix.Abstractions -Version 0.1.4
 
 
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="Lakona.Game.Server.Hotfix.Abstractions" Version="0.1.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lakona.Game.Server.Hotfix.Abstractions" Version="0.1.4" />
 
Directory.Packages.props
<PackageReference Include="Lakona.Game.Server.Hotfix.Abstractions" />
 
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 Lakona.Game.Server.Hotfix.Abstractions --version 0.1.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Lakona.Game.Server.Hotfix.Abstractions, 0.1.4"
 
 
#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 Lakona.Game.Server.Hotfix.Abstractions@0.1.4
 
 
#: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=Lakona.Game.Server.Hotfix.Abstractions&version=0.1.4
 
Install as a Cake Addin
#tool nuget:?package=Lakona.Game.Server.Hotfix.Abstractions&version=0.1.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Lakona.Game.Server.Hotfix.Abstractions

Stable attributes and result contracts for Lakona.Game server Hotfix behaviors.

This package is intentionally small so stable model projects, hotfix projects, runtime packages, and source generators can share the same metadata without depending on Lakona.Game server hosting internals.

Contracts

  • [HotfixState] marks stable partial state types that can receive generated friend accessors.
  • [HotfixBehaviorOf] binds a static Hotfix behavior class to the stable state type it extends.
  • [FriendOf] declares that a Hotfix behavior is intended to use generated friend accessors for a stable state type.
  • [HotfixService] marks the single hotfix implementation for a generated RPC service contract.
  • HotfixMethodKey, HotfixSnapshot, and HotfixReloadResult describe loaded method identity and reload outcomes.
  • IHotfixRequiredServiceContracts is emitted by generated server apps so the runtime can fail reloads when a required RPC service has zero or multiple hotfix implementations.

[FriendOf] is metadata for the hotfix model and tooling. It is not an access-control mechanism; generated accessors are normal public members on the stable type in the first implementation.

Keep actor identity, serialized state, persistence schema, RPC contracts, and transport contracts outside the hotfix assembly.

Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Lakona.Game.Server.Hotfix.Abstractions:

Package Downloads
Lakona.Game.Server.Hotfix

Runtime loader and dispatcher for Lakona.Game server hotfix assemblies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.4 147 6/15/2026
0.1.3 132 6/12/2026