equadrat.Framework.Core
6.0.6
dotnet add package equadrat.Framework.Core --version 6.0.6
NuGet\Install-Package equadrat.Framework.Core -Version 6.0.6
<PackageReference Include="equadrat.Framework.Core" Version="6.0.6" />
paket add equadrat.Framework.Core --version 6.0.6
#r "nuget: equadrat.Framework.Core, 6.0.6"
// Install equadrat.Framework.Core as a Cake Addin
#addin nuget:?package=equadrat.Framework.Core&version=6.0.6
// Install equadrat.Framework.Core as a Cake Tool
#tool nuget:?package=equadrat.Framework.Core&version=6.0.6
A framework to extend the Microsoft .net framework with extra core functionality.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. 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.0
- equadrat.Framework.Core.Interfaces (>= 6.0.6)
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0)
-
.NETStandard 2.1
- equadrat.Framework.Core.Interfaces (>= 6.0.6)
-
net5.0
- equadrat.Framework.Core.Interfaces (>= 6.0.6)
-
net6.0
- equadrat.Framework.Core.Interfaces (>= 6.0.6)
-
net7.0
- equadrat.Framework.Core.Interfaces (>= 6.0.6)
NuGet packages (39)
Showing the top 5 NuGet packages that depend on equadrat.Framework.Core:
Package | Downloads |
---|---|
equadrat.Framework.Core.Microsoft.Extensions.DependencyInjection
A framework to extend the Microsoft .net framework with extra core functionality. |
|
equadrat.Framework.Mvvm
A framework to extend the Microsoft .net framework with extra mvvm functionality. |
|
equadrat.Framework.Data
A framework to extend the Microsoft .net framework with extra data functionality. |
|
equadrat.Framework.Core.UI.Avalonia
A framework to extend the Microsoft .net framework with extra core functionality. |
|
equadrat.Framework.Core.UI.Avalonia.Behaviors
A framework to extend the Microsoft .net framework with extra core functionality. |
GitHub repositories
This package is not used by any popular GitHub repositories.
====
v6.0.6
====
- Added overload of ICoreLoggingEvent.WithProperty(IEnumerable<ValueTuple>).
- Refactored ambiguous constructors of CoreLicense[...] classes by adding static factory methods instead.
====
v6.0.5
====
- Added overloads to register logging products and events using a single options parameter.
- Added support to specify custom properties for logging events on register or when logging.
- Added workaround for ambiguous reference when using CoreEnumerableExtensions.AsReadOnly with IDictionary and .net 7+.
====
v6.0.4
====
- Added base class for loggers.
====
v6.0.3
====
- Fixed bug in the Microsoft.Extensions.DependencyInjection wrappers when registering (singleton/scope) routes.
- Fixed bug in the Microsoft.Extensions.DependencyInjection wrappers when using an instance provider.
====
v6.0.2
====
- Fixed bug in the bootstrapper module initialization logic.
====
v6.0.1
====
- Added wrappers for Microsoft.Extensions.DependencyInjection to let IServiceCollection work as ICoreIOCRegistry and to let IServiceProvider work as ICoreIOCFactory.
- Added parameterless overload of ICoreBootstrapper.Startup to access a two-step fluent API to support DI-containers which use the builder pattern (i.e. Microsoft.Extensions.DependencyInjection).
- Renamed CoreFrameworkBootstrapperModulesSelector to CoreFrameworkBootstrapperModuleSelector.
- Added SessionId to ICoreLoggingContext and ICoreLoggingEntry to provide a unique identifier for the current (source) session of a logging entry.
- Added ICoreLoggingSessionIdProvider to generate session identifiers.
- Extended logging targets for Application Insights, NLog and Serilog to passthrough ICoreLoggingEntry.SessionId.
- The Application Insights logging target will use trace telemetry for logging entries without exception.
====
v6.0.0
====
- Initial Release