fm.Extensions.PlatformAbstractions.Wpf 5.0.0

dotnet add package fm.Extensions.PlatformAbstractions.Wpf --version 5.0.0
NuGet\Install-Package fm.Extensions.PlatformAbstractions.Wpf -Version 5.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="5.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 5.0.0
#r "nuget: fm.Extensions.PlatformAbstractions.Wpf, 5.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=5.0.0

// Install fm.Extensions.PlatformAbstractions.Wpf as a Cake Tool
#tool nuget:?package=fm.Extensions.PlatformAbstractions.Wpf&version=5.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 net8.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.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
5.0.0 53 3/27/2024
4.0.0 899 3/4/2023
3.1.0 966 11/4/2022
3.0.0 1,208 11/17/2020
2.3.0 1,172 1/4/2020
2.2.0 1,236 11/22/2019
2.1.0 1,215 9/5/2019
2.0.0 1,884 10/9/2017
1.0.0 1,731 3/2/2017

BREAKING: Target .NET 8