J4JSoftware.WindowsAppUtilities 1.0.0

Suggested Alternatives

J4JSoftware.DeusWinApp

Additional Details

The original package is deprecated because I split its functionality into two new packages, DeusWinApp and WindowsUtilities.

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

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

J4JSoftware.WindowsAppUtilities

The library repository is available on github.

The change log is available here.

Provides support utilities for 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)

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.0.0 245 12/27/2022

updated to net7