semtex 1.1.2

dotnet tool install --global semtex --version 1.1.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local semtex --version 1.1.2
This package contains a .NET tool you can call from the shell/command line.
#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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.2 354 9/12/2023
1.1.1 315 9/9/2023
1.1.0 195 9/5/2023
1.0.0 190 9/5/2023