Vanguard.Framework.Data 0.0.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package Vanguard.Framework.Data --version 0.0.13
NuGet\Install-Package Vanguard.Framework.Data -Version 0.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="Vanguard.Framework.Data" Version="0.0.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vanguard.Framework.Data --version 0.0.13
#r "nuget: Vanguard.Framework.Data, 0.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.
// Install Vanguard.Framework.Data as a Cake Addin
#addin nuget:?package=Vanguard.Framework.Data&version=0.0.13

// Install Vanguard.Framework.Data as a Cake Tool
#tool nuget:?package=Vanguard.Framework.Data&version=0.0.13

The Vanguard Framework is a framework for developing database driven web applications and web services. It combines a set of design patterns and best practices to kick start your project.

Product 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 netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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 Vanguard.Framework.Data:

Package Downloads
Vanguard.Framework.Http

The Vanguard Framework is a framework for developing database driven web applications and web services. It combines a set of design patterns and best practices to kick start your project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.1.0 1,048 2/7/2022
9.1.0-Release1 112 2/7/2022
9.0.0 719 1/29/2022
9.0.0-release1 185 12/14/2021
8.0.0 1,561 5/7/2020
8.0.0-Release4 337 5/6/2020
8.0.0-Release3 328 5/6/2020
8.0.0-Release2 328 5/6/2020
8.0.0-Release1 318 4/27/2020
7.0.0 2,191 1/5/2020
6.1.0 900 1/5/2020
6.1.0-Release1 556 12/3/2019
6.0.0 823 12/2/2019
5.1.0 3,852 10/10/2019
5.0.0 886 10/8/2019
4.2.0-beta1 368 10/3/2019
4.1.0 1,679 9/26/2019
4.1.0-beta2 378 9/24/2019
4.1.0-beta1 370 9/24/2019
4.0.0-beta1 474 7/8/2019
3.3.1 1,120 2/14/2019
3.3.0 639 2/14/2019
3.2.0 1,054 2/4/2019
3.1.0-Release1 505 1/21/2019
3.0.1 1,132 11/29/2018
3.0.0-Release1 611 11/28/2018
2.3.0-Release1 560 11/27/2018
2.2.2 689 11/23/2018
2.2.1 692 11/23/2018
2.2.0 670 11/23/2018
2.1.0 719 11/10/2018
2.1.0-Release4 558 11/10/2018
2.1.0-Release3 543 11/10/2018
2.1.0-Release1 613 11/5/2018
2.0.1 1,367 9/26/2018
1.4.1 1,774 6/20/2018
1.4.0 900 6/20/2018
1.2.0 1,124 6/12/2018
1.1.0 1,248 4/22/2018
1.0.0 1,763 4/15/2018
0.0.16 862 11/13/2017
0.0.14 824 11/13/2017
0.0.13 848 11/13/2017
0.0.12 836 11/12/2017
0.0.11 830 11/12/2017
0.0.10 1,170 11/6/2017
0.0.9 853 10/17/2017
0.0.8 836 10/16/2017
0.0.7 885 10/7/2017
0.0.6 841 10/7/2017
0.0.5 825 10/1/2017
0.0.4 1,063 9/27/2017
0.0.3 1,091 9/26/2017
0.0.2 856 9/24/2017
0.0.1 1,900 9/19/2017

Version 0.0.12
- Implemented audit manager in context base.

Version 0.0.12
- Added audit manager.

Version 0.0.11
- Fixed null reference issue in repository base.

Version 0.0.9
- Nothing changed

Version 0.0.8
- Added repository base

Version 0.0.6
- Fixed issue in repository concerning field selection.

Version 0.0.6
- Added async functionalitity to the repositories
- Refactored async commands, queries and domain events.

Version 0.0.5
- The select fields is now also executed database side instead of only web server side.

Version 0.0.4
- Added documentation to package.

Version 0.0.3
- Renamed IEntity to IDataEntity.

Version 0.0.2
- The Id property of DataEntity isn't auto generated anymore.

Version 0.0.1
-First release