CodeFactory.NDF
1.23111.1
dotnet add package CodeFactory.NDF --version 1.23111.1
NuGet\Install-Package CodeFactory.NDF -Version 1.23111.1
<PackageReference Include="CodeFactory.NDF" Version="1.23111.1" />
paket add CodeFactory.NDF --version 1.23111.1
#r "nuget: CodeFactory.NDF, 1.23111.1"
// Install CodeFactory.NDF as a Cake Addin #addin nuget:?package=CodeFactory.NDF&version=1.23111.1 // Install CodeFactory.NDF as a Cake Tool #tool nuget:?package=CodeFactory.NDF&version=1.23111.1
NDF
The Net Delivery Framework provides common delivery framework implementations for the following:
Logging
Provides standard logging support and directly injects the hosting container and the member name automatically. Also provides standard enter and exit messaging support.
Managed Exception Pattern Implementation
Provides a common implementation pattern for handling exceptions in the system. This is a standard set of Managed Exceptions. The goal of this standard pattern is the following:
- Raise well known exceptions that do not have any compromising data within the exception.
- Raise exceptions of a common category so the consumer understands the type of exception that has occurred and can handle it.
- Know that a exception has been managed and can raise it without handling it.
- Known set of exceptions that can be transformed on technology boundries and raised to other technologies.
Library Based Dependency Injection Management
Be able to use a Leaf to Trunk pattern for adding services to central dependency injection containers. Standardized base class approach that does the following:
- Provides parent to child library registration of DI registration with a central container.
- Provides for manual entry registration in the container registration.
- Provides methods for automation based registration of services.
Release 1.23111.1
Fix update to support Azure Functions. Had to back rev the Microsoft.Extension librarys to version 6.0 in order to support .net 6.0 with azure functions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- System.Collections.Immutable (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CodeFactory.NDF:
Package | Downloads |
---|---|
CodeFactory.NDF.SQL
Common delivery framework patterns for .net based solutions. Additional support library for MS SQL server integration. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added UnhandledException and ValidationExceptions.