J4JSoftware.DeusWinApp
1.1.1
dotnet add package J4JSoftware.DeusWinApp --version 1.1.1
NuGet\Install-Package J4JSoftware.DeusWinApp -Version 1.1.1
<PackageReference Include="J4JSoftware.DeusWinApp" Version="1.1.1" />
paket add J4JSoftware.DeusWinApp --version 1.1.1
#r "nuget: J4JSoftware.DeusWinApp, 1.1.1"
// Install J4JSoftware.DeusWinApp as a Cake Addin #addin nuget:?package=J4JSoftware.DeusWinApp&version=1.1.1 // Install J4JSoftware.DeusWinApp as a Cake Tool #tool nuget:?package=J4JSoftware.DeusWinApp&version=1.1.1
Programming Utilities
A collection of utilities I find useful and which are used in J4JSoftware projects.
To make these libraries more generally useful, as of 2023 April 4, logging has been migrated from Serilog to Microsoft's logging system.
In general, this means instances of ILoggerFactory
are used as construction parameters, rather than ILogger
.
This is because, while Serilog lets you scope an ILogger
instance to a new type, you can only define
the scope of a Microsoft ILogger
by calling ILoggerFactory.CreateLogger()
.
FWIW, in my projects I continue to use Serilog behind the scenes as my logging engine. It's great!
TL;DR
All these assemblies target Net7 and have nullability enabled.
All the assemblies are licensed under the GNU GPL-v3 (or later). See the license file for more details.
Assembly | Focus | Nuget |
---|---|---|
ConsoleUtilities | as needed run-time parameter configuration | |
DependencyInjection | general purpose composition root using Autofac and J4JLogging | |
DeusEx | general purpose root composition object based on Autofac | |
DeusWinApp | J4JDeusEx extensions for Win3 apps | |
EFCoreUtilities | organized definition of table rules | |
ExcelExport | wrapper to simplify use of NPOI | |
MahAppsMaterialDesign | add-ons for MahApps Material Design | |
MiscellaneousUtilities | various relatively small APIs | |
TopologicalSort | implementation of topological sort | |
TypeUtilities | utilities for filtering types supporting my dependency injection library | |
VisualUtilities | utilities for dealing with images, media, etc. | |
WindowsUtilities | Utilities supporting Windows/Win3 apps | |
WPFUtilities | utilities for WPF applications |
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.1)
- 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.
fixed nuget dependencies