J4JSoftware.DeusWinApp
1.1.0
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
<PackageReference Include="J4JSoftware.DeusWinApp" Version="1.1.0" />
paket add J4JSoftware.DeusWinApp --version 1.1.0
#r "nuget: J4JSoftware.DeusWinApp, 1.1.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows10.0.19041 is compatible. net8.0-windows was computed. |
-
net7.0-windows10.0.19041
- J4JSoftware.DependencyInjection (>= 2.5.0)
- Microsoft.Windows.SDK.BuildTools (>= 10.0.22621.755)
- Microsoft.WindowsAppSDK (>= 1.2.230217.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
migrated to new assembly to make separation of functionality clear