J4JSoftware.DeusWinApp 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package J4JSoftware.DeusWinApp --version 1.1.0
NuGet\Install-Package J4JSoftware.DeusWinApp -Version 1.1.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="J4JSoftware.DeusWinApp" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add J4JSoftware.DeusWinApp --version 1.1.0
#r "nuget: J4JSoftware.DeusWinApp, 1.1.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 J4JSoftware.DeusWinApp as a Cake Addin
#addin nuget:?package=J4JSoftware.DeusWinApp&version=1.1.0

// Install J4JSoftware.DeusWinApp as a Cake Tool
#tool nuget:?package=J4JSoftware.DeusWinApp&version=1.1.0

J4JSoftware.DeusWinApp

The library repository is available on github.

The change log is available here.

Extends J4JDeusEx to support Windows App (WinUI 3) programs, including a customized IHostBuilder-based system for producing an IHost instance which contains a number of useful services. These include:

  • logging (via J4JLogger)
  • application and user configuration file management
  • simple data protection (i.e., encryption and decryption of strings, via Microsoft.AspNetCore.DataProtection)
  • command line parsing (via J4JCommandLine)
  • dependency injection (via Autofac)

The assembly also contains J4JDeusExWinApp, a class derived from J4JDeusExHosted which provides ViewModelLocator functionality in Win3 app programs, and integrates with my J4JHostConfiguration API.

For details on my J4JHostConfiguration API and J4JDeusExHosted please see the GitHub documentation.

This assembly targets Net 7 and has nullability enabled.

Product Compatible and additional computed target framework versions.
.NET net7.0-windows10.0.19041 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.1 183 4/11/2023
1.1.0 171 4/4/2023

migrated to new assembly to make separation of functionality clear