P3Model.Parser 0.2.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package P3Model.Parser --version 0.2.1
NuGet\Install-Package P3Model.Parser -Version 0.2.1
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="P3Model.Parser" Version="0.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add P3Model.Parser --version 0.2.1
#r "nuget: P3Model.Parser, 0.2.1"
#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 P3Model.Parser as a Cake Addin
#addin nuget:?package=P3Model.Parser&version=0.2.1

// Install P3Model.Parser as a Cake Tool
#tool nuget:?package=P3Model.Parser&version=0.2.1

P3 Model tools and libraries for .net

CC BY-SA 4.0

In this repository you can find all tools and libraries that facilitate use of P3 Model in .net.

P3 Model is a tool to navigate throughout complex systems from all important perspectives.

If you haven't check out main P3 Model repository then we strongly encourage you to do it.

Annotations

P3 Model 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.

Introduction

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

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

  • business concepts not represented directly in the code (e.g. domain model boundaries, 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 this 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

To use P3 Model Annotations simply add NuGet package to your C# project and start annotating your code.

Project with examples is coming soon so stay tuned.

Parser

P3 Model Parser is a tool that generate documentation from C# source code enriched with metadata like: annotations, markdown files and more.

Examples of use and integration manual is coming soon so stay tuned.

Contribution

Join us and help building P3 Model. Let's solve the problem of outdated and useless documentation together.

To start contributing you can:

  • join our discussions in main repository
  • open issue in this repository and write your proposition or question

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on P3Model.Parser:

Repository Stars
itlibrium/DDD-starter-dotnet
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
Version Downloads Last updated
0.3.0-preview11 55 2/15/2024
0.3.0-preview10 56 2/14/2024
0.3.0-preview09 50 2/14/2024
0.3.0-preview07 72 1/26/2024
0.3.0-preview06 45 1/26/2024
0.3.0-preview05 46 1/26/2024
0.3.0-preview04 43 1/26/2024
0.3.0-preview03 50 1/25/2024
0.3.0-preview01 43 1/25/2024
0.2.1 145 1/3/2024
0.2.0 79 12/19/2023
0.2.0-preview03 77 12/13/2023
0.2.0-preview02 141 12/1/2023
0.2.0-preview01 80 11/28/2023
0.1.0-preview9 64 11/25/2023
0.1.0-preview8 100 9/25/2023
0.1.0-preview7 62 9/25/2023
0.1.0-preview6 84 9/7/2023
0.1.0-preview5 69 9/5/2023
0.1.0-preview4 106 7/21/2023
0.1.0-preview3 80 7/13/2023
0.1.0-preview2 75 7/11/2023
0.1.0-preview1 77 7/11/2023

RemoveNamespacePart fix