OSK.Petra.Modules.Services
0.3.0
dotnet add package OSK.Petra.Modules.Services --version 0.3.0
NuGet\Install-Package OSK.Petra.Modules.Services -Version 0.3.0
<PackageReference Include="OSK.Petra.Modules.Services" Version="0.3.0" />
<PackageVersion Include="OSK.Petra.Modules.Services" Version="0.3.0" />
<PackageReference Include="OSK.Petra.Modules.Services" />
paket add OSK.Petra.Modules.Services --version 0.3.0
#r "nuget: OSK.Petra.Modules.Services, 0.3.0"
#:package OSK.Petra.Modules.Services@0.3.0
#addin nuget:?package=OSK.Petra.Modules.Services&version=0.3.0
#tool nuget:?package=OSK.Petra.Modules.Services&version=0.3.0
OSK.Petra.Modules
A core pillar of a game engine that represents scene or level that can be added or remvoed during runtime. This project contains the broad definitions and data for a simple, standard game module
OSK.Petra.Modules.Services
Enhances a standard game module by adding a dependency injection container to the module. This module is configured during a module load or start of a game, using one or more configurators. Additionally, parent modules can be used to provide access to DI services that might not have been directly registered in the child module. For example, a global module may container a global service module that registers globally used services and can then be used in conjunction with a child module to provide the require DI for the game module at runtime. Services will be looked up from the child module first, before proceeding to the parent, the parent's parent, etc. or failing if the dependency is not found anywhere in the DI tree
Configuration from a JSON or other file can be provided using standard .NET IConfiguration mechanisms, or can be skipped entirely by using the provided EmptyConfigurationProvider.
OSK.Petra.Modules.Services.Configuration.Json
Provides a configuration provider that uses JSON as the file source. By default, this provider will pull using the app's base path and the appsettings for the project, but this can be configured as needed.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. 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. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration (>= 10.0.9)
- Microsoft.Extensions.DependencyInjection (>= 10.0.9)
- OSK.Petra.DependencyInjection (>= 0.1.0)
- OSK.Petra.Modules (>= 0.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on OSK.Petra.Modules.Services:
| Package | Downloads |
|---|---|
|
OSK.Petra.Modules.Services.Configuration.Json
A game configuration that utilizes a json file, like appsettings, for the Petra game suite and framework, for use within any C# game engine. |
|
|
OSK.Petra.Godot.Modules.Services
A game module implementation that utilizes .NET DI for the Petra game suite and framework, for use within Godot. |
GitHub repositories
This package is not used by any popular GitHub repositories.