Vanguard.Framework.Core 0.0.10

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

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

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Vanguard.Framework.Core:

Package Downloads
Vanguard.Framework.Data

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.

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
5.2.0 46,760 5/6/2020
5.1.0 3,459 1/15/2020
5.0.0 1,690 1/5/2020
5.0.0-Release1 641 12/3/2019
4.5.0 1,055 1/5/2020
4.4.1 486 12/2/2019
4.4.0 963 12/2/2019
4.3.0 3,026 11/29/2019
4.2.0-Release2 367 11/25/2019
4.2.0-Release1 628 11/25/2019
4.1.0 1,929 10/10/2019
4.0.0 1,035 10/8/2019
3.1.1 532 10/8/2019
3.1.0 589 10/4/2019
3.0.0 1,855 9/26/2019
3.0.0-beta1 672 7/8/2019
2.3.1 1,425 2/14/2019
2.3.0 793 2/14/2019
2.2.0 1,189 2/4/2019
2.2.0-Release1 608 1/20/2019
2.1.0 672 12/18/2018
2.0.0 1,516 11/29/2018
1.5.0-Release1 726 11/27/2018
1.4.0 1,254 11/10/2018
1.4.0-Release1 783 11/5/2018
1.3.3 947 10/13/2018
1.3.2 791 10/11/2018
1.3.1 937 10/11/2018
1.3.0 969 10/11/2018
1.2.2-Release1 586 10/5/2018
1.2.1 1,920 6/20/2018
1.2.0 1,993 6/12/2018
1.1.0 2,040 4/19/2018
1.0.0 1,844 4/15/2018
1.0.0-beta 769 3/7/2018
0.0.11 1,021 2/6/2018
0.0.10 1,367 11/13/2017
0.0.9 945 11/12/2017
0.0.8 957 11/6/2017
0.0.7 962 10/21/2017
0.0.6 850 10/17/2017
0.0.5 1,583 10/7/2017
0.0.4 1,295 9/26/2017
0.0.3 844 9/26/2017
0.0.2 2,135 9/23/2017
0.0.1 1,180 9/19/2017

Version 0.0.10
- Added ICurrentUser interface.

Version 0.0.9
- Added IAuditable interface.

Version 0.0.8
- Removed simple document generator.

Version 0.0.7
- Added a simple document generator.

Version 0.0.6
- Fixed issue in update command.

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

Version 0.0.4
- Remamed IEntity to IDataEntity

Version 0.0.2
-Added unique model

Version 0.0.1
-First release