equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly 6.0.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly --version 6.0.6
NuGet\Install-Package equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly -Version 6.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly" Version="6.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly --version 6.0.6
#r "nuget: equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly, 6.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly as a Cake Addin
#addin nuget:?package=equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly&version=6.0.6

// Install equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly as a Cake Tool
#tool nuget:?package=equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly&version=6.0.6

A framework to extend the Microsoft .net framework with extra core functionality.

Product 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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on equadrat.Framework.Core.Microsoft.Extensions.AspNetCore.WebAssembly:

Package Downloads
equadrat.Framework.Mvvm.Microsoft.Extensions.AspNetCore.WebAssembly The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A framework to extend the Microsoft .net framework with extra mvvm functionality.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.1.0 120 4/20/2024
7.0.1 129 4/6/2024
7.0.0 116 4/1/2024
6.4.4 132 3/16/2024
6.4.3 118 3/9/2024
6.4.2 138 3/3/2024
6.4.1 109 2/10/2024
6.4.0 269 12/30/2023
6.3.5 102 12/25/2023
6.3.4 165 12/5/2023
6.3.3 210 11/15/2023
6.3.2 223 10/21/2023
6.3.1 172 10/7/2023
6.3.0 98 10/1/2023
6.2.0 217 8/19/2023
6.1.2 119 8/15/2023
6.1.1 122 8/13/2023
6.1.0 121 8/12/2023
6.0.9 129 8/4/2023
6.0.8 146 7/22/2023
6.0.7 141 6/25/2023
6.0.6 106 6/3/2023
6.0.5 98 5/28/2023
6.0.4 99 5/23/2023
6.0.3 108 5/21/2023
6.0.1 102 5/19/2023

====
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