![]() |
VOOZH | about |
dotnet add package Cratis.Fundamentals.Specs --version 7.16.0
NuGet\Install-Package Cratis.Fundamentals.Specs -Version 7.16.0
<PackageReference Include="Cratis.Fundamentals.Specs" Version="7.16.0" />
<PackageVersion Include="Cratis.Fundamentals.Specs" Version="7.16.0" />Directory.Packages.props
<PackageReference Include="Cratis.Fundamentals.Specs" />Project file
paket add Cratis.Fundamentals.Specs --version 7.16.0
#r "nuget: Cratis.Fundamentals.Specs, 7.16.0"
#:package Cratis.Fundamentals.Specs@7.16.0
#addin nuget:?package=Cratis.Fundamentals.Specs&version=7.16.0Install as a Cake Addin
#tool nuget:?package=Cratis.Fundamentals.Specs&version=7.16.0Install as a Cake Tool
π .NET Build
π JavaScript Build
π Documentation site
The Cratis Fundamentals holds generic reusable helpers, utilities and tools that aims at solving common problems and help developers be more productive. Fundamentals offers functionality for .NET and JavaScript environments. It is not a goal to have parity, as the different environments offer different building blocks.
You should look at it as a convenience layer on top of the existing base environment you're running in.
Read more about how to use it in our documentation.
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 |
If you want to jump into building this repository and possibly contributing, please refer to .
The following are prerequisites to work with this repository.
This repository leverages Central Package Management, which means that all package versions are managed from a file at the root level called .
In addition there are also Directory.Build.props files for setting up common settings that are applied cross cuttingly.
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 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.16.0 | 92 | 6/11/2026 |
| 7.15.3 | 90 | 6/11/2026 |
| 7.15.1 | 100 | 6/9/2026 |
| 7.15.0 | 97 | 6/8/2026 |
| 7.14.0 | 95 | 6/4/2026 |
| 7.10.6 | 95 | 6/1/2026 |
| 7.10.5 | 105 | 5/29/2026 |
| 7.10.3 | 97 | 5/24/2026 |
| 7.10.1 | 107 | 5/23/2026 |
| 7.10.0 | 100 | 5/22/2026 |
| 7.9.19 | 99 | 5/20/2026 |
| 7.9.16 | 106 | 5/18/2026 |
| 7.9.13 | 95 | 5/16/2026 |
| 7.9.12 | 101 | 5/16/2026 |
| 7.9.11 | 97 | 5/15/2026 |
| 7.9.10 | 98 | 5/15/2026 |
| 7.9.9 | 91 | 5/15/2026 |
| 7.9.8 | 91 | 5/15/2026 |
| 7.9.7 | 94 | 5/15/2026 |
| 7.9.6 | 93 | 5/14/2026 |