Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

My personal build system with static code analysis for .NET (Core) projects.

Notifications You must be signed in to change notification settings

lukaspieper/dotnet-build-system

Repository files navigation

.NET Build System

This repository contains my personal build system for .NET (Core) projects. Currently, the primary goal is to ensure good code quality and consistent formatting. The results of the code analysis are output in a simple HTML report. This project uses Nuke.build as foundation.

Included build steps for static code analysis

Each build step can be disabled or configured through a JSON file.

Setup

For now the build system is installed as a git submodule.

git submodule add -b master https://github.com/lukaspieper/dotnet-build-system.git build

Usage

dotnet run --project ./build/_build.csproj

About

My personal build system with static code analysis for .NET (Core) projects.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published