NoesisVision.Annotations 0.1.2

Prefix Reserved
dotnet add package NoesisVision.Annotations --version 0.1.2
                    
NuGet\Install-Package NoesisVision.Annotations -Version 0.1.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="NoesisVision.Annotations" Version="0.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NoesisVision.Annotations" Version="0.1.2" />
                    
Directory.Packages.props
<PackageReference Include="NoesisVision.Annotations" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NoesisVision.Annotations --version 0.1.2
                    
#r "nuget: NoesisVision.Annotations, 0.1.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.
#:package NoesisVision.Annotations@0.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NoesisVision.Annotations&version=0.1.2
                    
Install as a Cake Addin
#tool nuget:?package=NoesisVision.Annotations&version=0.1.2
                    
Install as a Cake Tool

NoesisVision Annotations

NoesisVision Annotations is a set of metadata attributes that you can use in you .net code to enrich it with information about domain model, people aspects, used patterns and more.

Working code is enough for the machine that executes it but not enough for people to understand it.

A lot of information is already in the code, but much information is missing because they are not needed for the compiler.
Thus we need to add metadata about:

  • business concepts are not represented directly in the code (e.g. domain modules, processes, etc.)
  • intent to use architecture or design patterns
  • rationale of design decisions
  • people responsible for maintenance and development of certain parts of the system
  • etc.

We believe that enriching code with these additional aspects can help us in:

  • better understanding of the design when working with code directly in IDE
  • automatically generating always up-to-date documentation - Living Documentation
  • automation architecture testing

Usage

  1. Add NoesisVision.Annotations package to each .net project you want to add metadata to.
  2. Add appropriate attributes to your code.

NoesisVision project

NoesisVision is a tool to automatically generate documentation from your source code.
Generated documentation is based on information already present in the code and additional metadata added with annotations and JSON or Markdown files.
Each technology like .net or Java has its own tooling. This library is a part of .net tooling.

If you'd like to find more information about NoesisVision check the project's page.

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net9.0 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • 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
0.1.2 442 11/10/2025
0.1.1 216 11/5/2025
0.1.0 281 9/12/2025

CommandAttribute, QueryAttribute, EventAttribute as DomainObjectAttributes