ArmChair.Core
0.11.2
.NET Standard 1.6
This package targets .NET Standard 1.6. The package is compatible with this framework or higher.
.NET Framework 4.5.2
This package targets .NET Framework 4.5.2. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ArmChair.Core --version 0.11.2
NuGet\Install-Package ArmChair.Core -Version 0.11.2
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="ArmChair.Core" Version="0.11.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArmChair.Core --version 0.11.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ArmChair.Core, 0.11.2"
#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 ArmChair.Core as a Cake Addin #addin nuget:?package=ArmChair.Core&version=0.11.2 // Install ArmChair.Core as a Cake Tool #tool nuget:?package=ArmChair.Core&version=0.11.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ArmChair.Core
=======
CouchDB + .NET + Unit-Of-Work = ArmChair.
ArmChair has been built from the ground up with the following goals:
- Unit-Of-Work pattern support - supporting the all or nothing commit.
- POCO's - no base class or interface required. (Just add your own Id and Rev).
- Conventions - where possible we implement small conventions to make the framework work for you.
- Customisable - Add support for your IDs, Tracking, Serialization etc.
- Use of an Indexing Service - Search by IDs, where the initial search can be executed on ElasticSearch / Solr / Lucene
Other Features
- Mongo Query Support
- Linq Support (Partial)
- (configurable) Logs requests and responses, to assist development
Documentation
its being worked on but you can find some here: https://bitbucket.org/dboneslabs/arm-chair/wiki/Home
##Nuget
- Url https://www.nuget.org/packages/ArmChair.Core/
- Current version: 0.11.x
- Released: July 2018
PM> Install-Package ArmChair.Core
Compatibility
- .NET 4.5.2 + (Mono latest)
- .NET Standard 1.6 + (.NET core 1.1 +)
- CouchDB 2.0 +
Licence
Apache 2.0 licensed.
Building from source
To build this project you will need dotnet core
dotnet restore
dotnet msbuild /target:Build /p:Configuration=Release /p:BuildNumber=37
dotnet test
the buildNumber is optional, if not included it will set the patch number to 0.
Note
Please ensure that you test the usage of this library, before using this in your production system.
Product | Versions 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. 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.
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 11.0.2)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.2)
- System.Linq.Queryable (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
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 |
---|---|---|
0.12.0 | 808 | 5/5/2019 |
0.11.2 | 848 | 10/8/2018 |
0.11.1 | 1,031 | 7/14/2018 |
0.11.0 | 941 | 7/9/2018 |
0.10.1 | 1,009 | 5/28/2018 |
0.9.0 | 1,003 | 4/8/2018 |
0.8.0 | 1,030 | 11/12/2017 |
0.7.9-beta | 876 | 8/16/2017 |
0.7.8-beta | 870 | 8/14/2017 |
0.7.7-alpha | 771 | 8/14/2017 |
0.7.6-alpha | 773 | 8/14/2017 |
0.7.5 | 1,035 | 8/12/2017 |
0.7.4 | 1,044 | 8/12/2017 |
0.7.3 | 1,044 | 8/12/2017 |
0.6.1 | 1,109 | 3/19/2017 |
0.5.4 | 1,094 | 3/10/2017 |
0.5.3-alpha | 927 | 12/4/2016 |
0.5.2-alpha | 1,006 | 11/23/2016 |
0.5.1-alpha | 996 | 11/21/2016 |
0.4.1 | 1,177 | 9/25/2016 |
0.3.2 | 1,020 | 8/11/2016 |
0.3.1 | 1,046 | 8/7/2016 |
0.2.4 | 1,102 | 3/12/2016 |
0.2.3 | 1,135 | 1/10/2016 |
0.2.2 | 1,697 | 7/28/2015 |
0.2.1 | 1,371 | 7/4/2015 |