semtex 1.1.1
See the version list below for details.
dotnet tool install --global semtex --version 1.1.1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local semtex --version 1.1.1
#tool dotnet:?package=semtex&version=1.1.1
nuke :add-package semtex --version 1.1.1
Semtex
Remove the Git friction that is discouraging you from making improvements to your C# codebase.
Semtex simplifies the code review process for C# projects by dividing up your changes. It segregates diffs that affect the runtime behaviour from those that make your codebase easier to maintain. This separation simplifies the code review process and helps maintain the focus and intent of each commit.
Quick Start
Make your code review's life easier
Run the following command to split your staged changes in two: one half containing changes that affect runtime behavior, 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 behavior:
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.