TraceEngine.Core.Standard 1.0.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package TraceEngine.Core.Standard --version 1.0.13
                    
NuGet\Install-Package TraceEngine.Core.Standard -Version 1.0.13
                    
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.Standard" Version="1.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TraceEngine.Core.Standard" Version="1.0.13" />
                    
Directory.Packages.props
<PackageReference Include="TraceEngine.Core.Standard" />
                    
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.Standard --version 1.0.13
                    
#r "nuget: TraceEngine.Core.Standard, 1.0.13"
                    
#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.Standard&version=1.0.13
                    
Install TraceEngine.Core.Standard as a Cake Addin
#tool nuget:?package=TraceEngine.Core.Standard&version=1.0.13
                    
Install TraceEngine.Core.Standard as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.37 955 9/22/2018
1.0.36 773 9/21/2018
1.0.35 861 7/26/2018
1.0.32 1,000 5/29/2018
1.0.31 871 5/29/2018
1.0.28 1,117 5/17/2018
1.0.27 1,054 5/15/2018
1.0.26 1,004 5/10/2018
1.0.25 977 5/10/2018
1.0.24 1,015 3/21/2018
1.0.22 900 11/23/2017
1.0.21 881 10/28/2017
1.0.20 891 10/24/2017
1.0.19 885 10/23/2017
1.0.18 910 10/17/2017
1.0.17 918 10/16/2017
1.0.16 901 10/4/2017
1.0.15 901 10/4/2017
1.0.14 910 9/25/2017
1.0.13 952 8/25/2017
1.0.10 936 8/7/2017
1.0.9 941 6/30/2017
1.0.6 985 6/14/2017
1.0.5 973 5/31/2017
1.0.4 937 5/17/2017
1.0.3 961 5/17/2017
1.0.2 934 5/15/2017

Список изменений:
     1) Поддержка метода TraceEngine.Data.IRepository{TEntity}.AddOrUpdate(Expression{Func{TEntity, object}}, TEntity[] items);
     2) Поддержка удаления методов TraceEngine.Data.IDataContext.InsertOrDuplicateUpdate;
     3) Поддержка новых методов TraceEngine.Data.IRepository.InsertOrDuplicateUpdate;
     4) Отладочный вывод тела sql-запроса в отладчике VisualStudio избавлен от {} и "".