FluentMAUI.Configuration
1.0.0
See the version list below for details.
dotnet add package FluentMAUI.Configuration --version 1.0.0
NuGet\Install-Package FluentMAUI.Configuration -Version 1.0.0
<PackageReference Include="FluentMAUI.Configuration" Version="1.0.0" />
paket add FluentMAUI.Configuration --version 1.0.0
#r "nuget: FluentMAUI.Configuration, 1.0.0"
// Install FluentMAUI.Configuration as a Cake Addin #addin nuget:?package=FluentMAUI.Configuration&version=1.0.0 // Install FluentMAUI.Configuration as a Cake Tool #tool nuget:?package=FluentMAUI.Configuration&version=1.0.0
FluentMAUI
a lot of useful components for .NET MAUI projects
Fluent MAUI consists of several nuget libraries. Each library contains components for a specific purpose.
FluentMaui.Configuration
An easy way to load appsettings into your .NET MAUI app.
Also, besides the primary appsettings.json, there is an option to load appsettings per platform and environment (e.g. appsettings.android.json, appsettings.Debug.json or appsettings.ios.Release.json, etc.).
The filename pattern is as follows: appsettings.{platform}.{environment}.json (platform and environment are both optional)
platforms:
- maccatalyst
- ios
- android
- winui
environments:
- Debug
- Release
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-android31.0 is compatible. net6.0-ios was computed. net6.0-ios16.1 is compatible. net6.0-maccatalyst was computed. net6.0-maccatalyst16.1 is compatible. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows10.0.19041 is compatible. 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. |
-
net6.0
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
-
net6.0-android31.0
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
-
net6.0-ios16.1
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst16.1
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.