Embark 2.1.5-black
See the version list below for details.
dotnet add package Embark --version 2.1.5-black
NuGet\Install-Package Embark -Version 2.1.5-black
<PackageReference Include="Embark" Version="2.1.5-black" />
paket add Embark --version 2.1.5-black
#r "nuget: Embark, 2.1.5-black"
// Install Embark as a Cake Addin #addin nuget:?package=Embark&version=2.1.5-black&prerelease // Install Embark as a Cake Tool #tool nuget:?package=Embark&version=2.1.5-black&prerelease
Micro document database with a focus on visibility & simplicity.
The same 34kb dll is used for:
- Saving data to file(s) locally
- Hosting or connecting to a HTTP Embark server
- Optional runtime-only persistence for unit testing/mocks
- Doesn't force any ID or [Attribute] conventions you that you must use
- Still, optional convention based interaction is avaliable.
- Flexible constructor injection for custom behaviour
Examples & source @ https://ideaflare.github.io/embark
Feedback, suggestions & pull requests welcome!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
This package has no dependencies.
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 |
---|---|---|
2.1.8 | 1,927 | 2/23/2016 |
2.1.7 | 1,622 | 2/14/2016 |
2.1.6 | 1,722 | 12/6/2015 |
2.1.5-black | 1,497 | 9/18/2015 |
2.1.5-aqua | 1,485 | 9/15/2015 |
2.1.3 | 1,670 | 9/1/2015 |
2.1.2 | 1,642 | 8/25/2015 |
2.1.1 | 1,675 | 8/20/2015 |
2.1.0 | 1,929 | 8/6/2015 |
2.0.5 | 1,719 | 7/25/2015 |
2.0.4 | 1,757 | 7/25/2015 |
2.0.4-breeze | 1,478 | 7/16/2015 |
2.0.4-arctic | 1,450 | 6/16/2015 |
2.0.3 | 1,703 | 5/27/2015 |
2.0.2 | 1,675 | 5/27/2015 |
2.0.1 | 1,662 | 5/18/2015 |
2.0.0 | 1,541 | 5/12/2015 |
2.0.0-carbon | 1,489 | 5/7/2015 |
2.0.0-blackwood | 1,436 | 5/5/2015 |
2.0.0-aurora | 1,544 | 5/4/2015 |
1.0.16 | 1,868 | 4/30/2015 |
1.0.15 | 1,816 | 4/26/2015 |
1.0.14 | 1,845 | 4/22/2015 |
1.0.13 | 1,740 | 4/19/2015 |
1.0.12 | 1,699 | 4/18/2015 |
1.0.11 | 1,742 | 4/15/2015 |
1.0.10-beta | 1,533 | 4/14/2015 |
1.0.9-beta | 1,507 | 4/12/2015 |
1.0.8-beta | 1,508 | 4/11/2015 |
1.0.7-beta | 1,510 | 4/10/2015 |
1.0.6-alpha | 1,476 | 4/8/2015 |
1.0.5-alpha | 1,489 | 4/7/2015 |
1.0.4-alpha | 1,531 | 4/6/2015 |
1.0.3-alpha | 1,479 | 4/4/2015 |
- Reduced startup time with 2 assumptions
->Time on pc only moves forward
->Concurrent optimistic locking limit fixed instead of re-computed
- MVVM Update made methods more generic:
->TriggerWhenPropertyChanged((x) => x.Property, Action)
->GetPropertyString((x) => x.Property)
Usage & docs @ https://ideaflare.github.io/embark