TraceEngine.Core 1.0.80

dotnet add package TraceEngine.Core --version 1.0.80
                    
NuGet\Install-Package TraceEngine.Core -Version 1.0.80
                    
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="TraceEngine.Core" Version="1.0.80" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TraceEngine.Core" Version="1.0.80" />
                    
Directory.Packages.props
<PackageReference Include="TraceEngine.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TraceEngine.Core --version 1.0.80
                    
#r "nuget: TraceEngine.Core, 1.0.80"
                    
#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.
#addin nuget:?package=TraceEngine.Core&version=1.0.80
                    
Install TraceEngine.Core as a Cake Addin
#tool nuget:?package=TraceEngine.Core&version=1.0.80
                    
Install TraceEngine.Core as a Cake Tool

Предоставляет набор стандартного функционала. Среди основных возможностей:
     1) Выполнение инициализирующих действий при загрузке библиотеки TraceEngine.Core (См. описание TraceEngine.Startup.StartupFactory);
     2) Реализация self-generic синглтона (TraceEngine.Core.Factory.SingletonBase), фабрики провайдеров (TraceEngine.Core.Factory.ProvidersFactoryStartup, на основе TraceEngine.Core.Factory.SingletonBase);
     3) Реализация механизма репозиториев, UnitOfWork, DataContext через систему провайдеров (TraceEngine.Core содержит набор интерфейсов и абстрактных классов. Работа с конкретными ORM осуществляется через реализацию определенных интерфейсов. Например, TraceEngine.Core.Standard содержит реализацию для работы с EntityFramework). См. описание TraceEngine.Data.DataAccessProvider и TraceEngine.Data.UnitOfWorkBase;
     4) Некоторый набор вспомогательных методов расширений (extension methods) для стандартных классов;
     5) Инструменты для отладки и измерения производительности в логах (System.Debug, System.MeasureTime и пр.).
     
     Описание неполное, без примеров, будет расширяться.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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 TraceEngine.Core:

Package Downloads
TraceEngine.Core.Standard

Реализация некоторых провайдеров для TraceEngine.Core: 1) DataAccessProvider на EntityFramework. Описание неполное, без примеров, будет расширяться.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.80 1,794 10/18/2018
1.0.79 1,662 10/10/2018
1.0.69 1,721 9/28/2018
1.0.67 1,637 9/25/2018
1.0.66 1,544 9/24/2018
1.0.65 1,872 9/22/2018
1.0.64 1,567 9/21/2018
1.0.61 1,639 9/7/2018
1.0.60 1,706 9/6/2018
1.0.59 2,012 7/26/2018
1.0.53 2,041 5/29/2018
1.0.52 1,971 5/29/2018
1.0.36 2,189 5/15/2018
1.0.35 1,843 5/11/2018
1.0.34 1,769 5/10/2018
1.0.32 1,871 4/20/2018
1.0.31 1,925 3/21/2018
1.0.30 2,188 3/21/2018
1.0.29 1,771 11/25/2017
1.0.28 1,727 11/23/2017
1.0.27 2,372 10/23/2017
1.0.26 1,779 10/17/2017
1.0.25 1,888 10/17/2017
1.0.24 1,929 10/16/2017
1.0.23 1,795 10/4/2017
1.0.22 1,780 10/4/2017
1.0.21 1,710 10/4/2017
1.0.20 1,687 10/4/2017
1.0.19 2,250 9/25/2017
1.0.17 1,958 8/25/2017
1.0.15 1,750 8/15/2017
1.0.14 1,768 8/10/2017
1.0.13 1,961 8/7/2017
1.0.12 2,039 6/30/2017
1.0.9 1,967 6/14/2017
1.0.8 2,008 5/31/2017
1.0.7 1,777 5/19/2017
1.0.6 1,744 5/18/2017
1.0.5 1,786 5/18/2017
1.0.4 1,798 5/17/2017
1.0.3 1,767 5/17/2017
1.0.2 2,201 5/15/2017

Список изменений: