semtex 1.1.2
dotnet tool install --global semtex --version 1.1.2
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local semtex --version 1.1.2
#tool dotnet:?package=semtex&version=1.1.2
nuke :add-package semtex --version 1.1.2
Semtex
Git presents all textual diffs in the same way. A change that could break your production system looks identical to a safe refactoring. Semtex splits up your diffs into those that affect the runtime behaviour and those that don't.
Quick Start
Make your code reviewer's life easier
Run the following command to split your staged changes in two: one half containing changes that affect runtime behaviour, and another focused on improving code quality.
semtex split
To commit only those changes that effect the runtime behaviour of your application use:
semtex commit Behavioural <commit message>
To commit changes that focus on improving quality, run:
semtex commit Quality <commit message>
Evaluate the Impact of a Commit
Generate a summary that highlights portions of an existing commit that impact runtime behaviour:
semtex check https://github.com/repo.git <commit>
To analyze multiple commits, you can specify a base:
semtex check https://github.com/repo.git <feature-branch> --base master
Additional Commands
For a comprehensive list of all available commands, run:
semtex -h
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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 is compatible. 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. |
.NET Core | netcoreapp3.1 is compatible. |
This package has no dependencies.