fm.Extensions.PlatformAbstractions.Wpf 6.0.0

dotnet add package fm.Extensions.PlatformAbstractions.Wpf --version 6.0.0                
NuGet\Install-Package fm.Extensions.PlatformAbstractions.Wpf -Version 6.0.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="fm.Extensions.PlatformAbstractions.Wpf" Version="6.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fm.Extensions.PlatformAbstractions.Wpf --version 6.0.0                
#r "nuget: fm.Extensions.PlatformAbstractions.Wpf, 6.0.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.
// Install fm.Extensions.PlatformAbstractions.Wpf as a Cake Addin
#addin nuget:?package=fm.Extensions.PlatformAbstractions.Wpf&version=6.0.0

// Install fm.Extensions.PlatformAbstractions.Wpf as a Cake Tool
#tool nuget:?package=fm.Extensions.PlatformAbstractions.Wpf&version=6.0.0                

A WPF version of Microsoft.Extensions.Hosting.IHostEnvironment describing the environment.

Commonly Used Types

  • IApplicationEnvironment, ApplicationEnvironment

Example

public Startup(IApplicationEnvironment environment)
{
    IConfigurationBuilder builder = new ConfigurationBuilder();
    if (environment.IsInDesignMode)
    {
        // The designer has his own application path.
        this.Configuration = builder.Build();
        return;
    }

    // Normal runtime initialization...
}
Product Compatible and additional computed target framework versions.
.NET net9.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 69 11/15/2024
5.0.0 179 3/27/2024
4.0.0 975 3/4/2023
3.1.0 1,028 11/4/2022
3.0.0 1,280 11/17/2020
2.3.0 1,261 1/4/2020
2.2.0 1,323 11/22/2019
2.1.0 1,280 9/5/2019
2.0.0 1,956 10/9/2017
1.0.0 1,813 3/2/2017

BREAKING: Target .NET 9