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
                    
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="OSK.Petra.Modules.Services" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OSK.Petra.Modules.Services" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="OSK.Petra.Modules.Services" />
                    
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 OSK.Petra.Modules.Services --version 0.3.0
                    
#r "nuget: OSK.Petra.Modules.Services, 0.3.0"
                    
#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 OSK.Petra.Modules.Services@0.3.0
                    
#: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=OSK.Petra.Modules.Services&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=OSK.Petra.Modules.Services&version=0.3.0
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
0.3.0 92 6/24/2026
0.1.0 121 6/21/2026