![]() |
VOOZH | about |
dotnet add package Lakona.Game.Server.Hotfix.Abstractions --version 0.1.4
NuGet\Install-Package Lakona.Game.Server.Hotfix.Abstractions -Version 0.1.4
<PackageReference Include="Lakona.Game.Server.Hotfix.Abstractions" Version="0.1.4" />
<PackageVersion Include="Lakona.Game.Server.Hotfix.Abstractions" Version="0.1.4" />Directory.Packages.props
<PackageReference Include="Lakona.Game.Server.Hotfix.Abstractions" />Project file
paket add Lakona.Game.Server.Hotfix.Abstractions --version 0.1.4
#r "nuget: Lakona.Game.Server.Hotfix.Abstractions, 0.1.4"
#:package Lakona.Game.Server.Hotfix.Abstractions@0.1.4
#addin nuget:?package=Lakona.Game.Server.Hotfix.Abstractions&version=0.1.4Install as a Cake Addin
#tool nuget:?package=Lakona.Game.Server.Hotfix.Abstractions&version=0.1.4Install as a Cake Tool
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.
[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. |
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. |
This package is not used by any popular GitHub repositories.