Skip to content

Commit 2b77202

Browse files
committed
Add small section of domain knowledge
1 parent 28207bc commit 2b77202

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@
88

99
---
1010

11+
# Domain Knowledge
12+
13+
This repository is a C# library for physical quantities and units of measurement. It provides a type-safe, extensible, and performant framework for representing and manipulating physical quantities in code.
14+
15+
Each C# project has a `readme.md` file that describes the domain knowledge and design principles of the project. This file should be used as a reference when generating code for the project to ensure that the generated code aligns with the project's goals and design.
16+
17+
- [Quantities](../source/Atmoos.Quantities/readme.md)
18+
- exhaustive lists all quantities
19+
- also lists units that are predefined in the library
20+
- [Units](../source/Atmoos.Quantities.Units/readme.md)
21+
- lists all other units
22+
- Serialization
23+
- [System.Text.Json](../source/Atmoos.Quantities.Serialization/Text.Json/readme.md)
24+
- [Newtonsoft](../source/Atmoos.Quantities.Serialization/Newtonsoft/readme.md)
25+
26+
1127
# Code Style Guidelines
1228

1329
This document describes the coding conventions and style guidelines for the Atmoos.Quantities project.

0 commit comments

Comments
 (0)