Cratis.Arc.MongoDB
20.54.2
Prefix Reserved
dotnet add package Cratis.Arc.MongoDB --version 20.54.2
NuGet\Install-Package Cratis.Arc.MongoDB -Version 20.54.2
<PackageReference Include="Cratis.Arc.MongoDB" Version="20.54.2" />
<PackageVersion Include="Cratis.Arc.MongoDB" Version="20.54.2" />
<PackageReference Include="Cratis.Arc.MongoDB" />
paket add Cratis.Arc.MongoDB --version 20.54.2
#r "nuget: Cratis.Arc.MongoDB, 20.54.2"
#:package Cratis.Arc.MongoDB@20.54.2
#addin nuget:?package=Cratis.Arc.MongoDB&version=20.54.2
#tool nuget:?package=Cratis.Arc.MongoDB&version=20.54.2
Cratis Arc
Packages / Deployables
Builds
Description
Cratis Arc represents an opinionated approach to building consistent applications based on the concepts behind CQRS. It offers extensions for different frameworks and is built on top of ASP.NET Core. One of the traits of Arc has is the bridging between the backend and the frontend. Arc provides a tool, called ProxyGenerator that generates TypeScript code for recognized artifacts matching the criteria of what is considered a commmand or a query.
Support
Cratis is an open community, and we are glad to help users, teams evaluating the stack, and contributors.
| Channel | Details |
|---|---|
| Discord | Join the community on Discord for questions and discussions |
| GitHub Issues | Report bugs or request features |
| Documentation | Read the docs at cratis.io |
Contributing
If you want to jump into building this repository and possibly contributing, please refer to contributing.
Prerequisites
The following are prerequisites to work with this repository.
- .NET SDK 10.0.301+. Arc's analyzers and source generators are built
against Roslyn 5.6.0, which ships with .NET SDK 10.0.301 and newer. On an older SDK band the compiler
refuses to load them (CS9057), silently disabling proxy generation and the ARC*/ARCCHR* analyzers.
Consuming the
Cratis.Arcpackages carries the same floor. Raising this floor is a minor version bump. - Node 16+
- Yarn
Central Package Management
This repository leverages Central Package Management, which means that all package versions are managed from a file at the root level called Directory.Packages.props.
In addition there are also Directory.Build.props files for setting up common settings that are applied cross cuttingly.
Root package.json
The package.json found at the root level defines all the workspaces. It is assumed
All developer dependencies are defined in the top level package.json. The reason for this is to be able to provide global scripts
for every package to use for easier maintenance.
The package.json found at the top level contains scripts that can then be used in a child project for this to work properly.
In a package, all you need to do is to define the scripts to use the global scripts in the `package.json´ of that project:
{
"scripts": {
"prepublish": "yarn g:build",
"clean": "yarn g:clean",
"build": "yarn g:build",
"lint": "yarn g:lint",
"lint:ci": "yarn g:lint:ci",
"test": "yarn g:test",
"ci": "yarn g:ci",
"up": "yarn g:up"
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- castle.core (>= 5.2.1)
- Cratis.Arc.Core (>= 20.54.2)
- Cratis.Fundamentals (>= 7.16.2)
- Cratis.Metrics.Roslyn (>= 7.16.2)
- FluentValidation (>= 12.1.1)
- Microsoft.Extensions.DependencyModel (>= 10.0.9)
- Microsoft.Extensions.Resilience (>= 10.7.0)
- Microsoft.Extensions.Telemetry (>= 10.7.0)
- MongoDB.Driver (>= 3.10.0)
- SharpCompress (>= 1.0.0)
- Snappier (>= 1.3.1)
- System.Reactive (>= 6.1.0)
-
net8.0
- castle.core (>= 5.2.1)
- Cratis.Arc.Core (>= 20.54.2)
- Cratis.Fundamentals (>= 7.16.2)
- Cratis.Metrics.Roslyn (>= 7.16.2)
- FluentValidation (>= 12.1.1)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.17)
- Microsoft.Extensions.DependencyModel (>= 9.0.17)
- Microsoft.Extensions.Hosting (>= 9.0.17)
- Microsoft.Extensions.Logging (>= 9.0.17)
- Microsoft.Extensions.Logging.Debug (>= 9.0.17)
- Microsoft.Extensions.Resilience (>= 9.10.0)
- Microsoft.Extensions.Telemetry (>= 9.10.0)
- MongoDB.Driver (>= 3.10.0)
- SharpCompress (>= 1.0.0)
- Snappier (>= 1.3.1)
- System.Reactive (>= 6.1.0)
- System.Text.Json (>= 9.0.17)
-
net9.0
- castle.core (>= 5.2.1)
- Cratis.Arc.Core (>= 20.54.2)
- Cratis.Fundamentals (>= 7.16.2)
- Cratis.Metrics.Roslyn (>= 7.16.2)
- FluentValidation (>= 12.1.1)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.17)
- Microsoft.Extensions.DependencyModel (>= 9.0.17)
- Microsoft.Extensions.Hosting (>= 9.0.17)
- Microsoft.Extensions.Logging (>= 9.0.17)
- Microsoft.Extensions.Logging.Debug (>= 9.0.17)
- Microsoft.Extensions.Resilience (>= 9.10.0)
- Microsoft.Extensions.Telemetry (>= 9.10.0)
- MongoDB.Driver (>= 3.10.0)
- SharpCompress (>= 1.0.0)
- Snappier (>= 1.3.1)
- System.Reactive (>= 6.1.0)
- System.Text.Json (>= 9.0.17)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Cratis.Arc.MongoDB:
| Package | Downloads |
|---|---|
|
Cratis.Chronicle.Storage.MongoDB
Package Description |
|
|
Cratis.Chronicle.XUnit.Integration
Package Description |
|
|
Cratis.Chronicle.InProcess
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 20.54.2 | 0 | 7/10/2026 |
| 20.54.1 | 44 | 7/9/2026 |
| 20.54.0 | 39 | 7/9/2026 |
| 20.53.1 | 46 | 7/9/2026 |
| 20.52.0 | 99 | 7/8/2026 |
| 20.51.0 | 91 | 7/8/2026 |
| 20.49.2 | 2,139 | 7/4/2026 |
| 20.49.0 | 120 | 7/4/2026 |
| 20.48.4 | 433 | 7/1/2026 |
| 20.48.3 | 102 | 7/1/2026 |
| 20.48.0 | 1,169 | 6/28/2026 |
| 20.47.1 | 549 | 6/23/2026 |
| 20.47.0 | 978 | 6/21/2026 |
| 20.46.0 | 104 | 6/21/2026 |
| 20.45.0 | 542 | 6/21/2026 |
| 20.44.2 | 96 | 6/21/2026 |
| 20.44.1 | 110 | 6/20/2026 |
| 20.44.0 | 529 | 6/20/2026 |
| 20.43.6 | 688 | 6/19/2026 |
| 20.43.5 | 110 | 6/18/2026 |