![]() |
VOOZH | about |
dotnet add package J4JSoftware.ExcelExport --version 1.3.0
NuGet\Install-Package J4JSoftware.ExcelExport -Version 1.3.0
<PackageReference Include="J4JSoftware.ExcelExport" Version="1.3.0" />
<PackageVersion Include="J4JSoftware.ExcelExport" Version="1.3.0" />Directory.Packages.props
<PackageReference Include="J4JSoftware.ExcelExport" />Project file
paket add J4JSoftware.ExcelExport --version 1.3.0
#r "nuget: J4JSoftware.ExcelExport, 1.3.0"
#:package J4JSoftware.ExcelExport@1.3.0
#addin nuget:?package=J4JSoftware.ExcelExport&version=1.3.0Install as a Cake Addin
#tool nuget:?package=J4JSoftware.ExcelExport&version=1.3.0Install as a Cake Tool
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!
All these assemblies target Net7 and have nullability enabled.
All the assemblies are licensed under the GNU GPL-v3 (or later). See the for more details.
| Assembly | Focus | Nuget |
|---|---|---|
| as needed run-time parameter configuration | 👁 Nuget |
|
| general purpose composition root using Autofac and J4JLogging | 👁 Nuget |
|
| general purpose root composition object based on Autofac | ||
| J4JDeusEx extensions for Win3 apps | ||
| organized definition of table rules | 👁 Nuget |
|
| wrapper to simplify use of NPOI | 👁 Nuget |
|
| add-ons for MahApps Material Design | 👁 Nuget |
|
| various relatively small APIs | 👁 Nuget |
|
| implementation of topological sort | 👁 Nuget |
|
| utilities for filtering types supporting my dependency injection library | ||
| utilities for dealing with images, media, etc. | 👁 Nuget |
|
| Utilities supporting Windows/Win3 apps | ||
| utilities for WPF applications | 👁 Nuget |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
migrated logging to Microsoft