GitHub.VsTest.Logger
1.0.16
See the version list below for details.
dotnet add package GitHub.VsTest.Logger --version 1.0.16
NuGet\Install-Package GitHub.VsTest.Logger -Version 1.0.16
<PackageReference Include="GitHub.VsTest.Logger" Version="1.0.16"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add GitHub.VsTest.Logger --version 1.0.16
#r "nuget: GitHub.VsTest.Logger, 1.0.16"
// Install GitHub.VsTest.Logger as a Cake Addin #addin nuget:?package=GitHub.VsTest.Logger&version=1.0.16 // Install GitHub.VsTest.Logger as a Cake Tool #tool nuget:?package=GitHub.VsTest.Logger&version=1.0.16
GitHub Actions adapter for Microsoft.TestPlatform
GitHub dotnet test
logger without political shit.
TLDR
dotnet test --logger "github;GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
Why?
Because technologies must be shared without the idiotic crap in their licenses.
Screenshots
Warning The logger is supposed to be used from within a GitHub Workflow, since it requires several variables to work (because it uses GitHub Api), and although you can provide them via logger parameters, this is not recommended.
Usage:
<PackageReference Include="GitHub.VsTest.Logger" Version="*-*" />
dotnet test --logger "github;name=unit-tests;GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
Parameters can be set with the command line args, or through environment variables.
We took all default variables from default github actions environment variables
and add name
& GITHUB_TOKEN
. All parameters are defined here.
After test run the logger produce 2 GitHub Workflow step variables: conclusion
and summary
, you can use them in your workflow.
You can also view how we use it in our workflows.
Conventions
Versioning
Read Nerdbank.GitVersioning docs
dotnet nbgv prepare-release beta
Use the alpha
suffix in the master
branch, beta
,rc-*
in release branches. When a release branch drops the version suffix it becomes a production release.
Example | Formula | Public branch | Prerelease suffix | Example explanation |
---|---|---|---|---|
2.46.2 | {Major}.{Minor}.{GitHeight}{PreReleaseSuffix} | true | null | public branch master , version.json without any -prerelease suffix |
1.46.2-beta | {Major}.{Minor}.{GitHeight}{PreReleaseSuffix} | true | -beta |
public branch release/v1.4 , version.json with -beta suffix |
2.46.2.gba19945638 | {Major}.{Minor}.{GitHeight}.g{GitHash} | false | null | non-public branch feat1 , version.json without suffix |
2.46.2-custom.gba19945638 | {Major}.{Minor}.{GitHeight}{PreReleaseSuffix}.g{GitHash} | false | -custom |
non-public branch feat1 , version.json with -custom suffix |
Commit messages
We use conventional commits. For writing a conventional commit message, you can use your default message editor, CLI tool or IDE plugin.
CLI tool
- Install CLI tool
npm install -g commitizen
Run wizard of cli tool
git cz
IDE Plugins
- Plugin with GUI for Visual Studio
- Plugin with GUI for Rider
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- IsExternalInit (>= 1.0.3)
- Microsoft.TestPlatform.ObjectModel (>= 17.2.0)
- Octokit (>= 1.0.0)
- StackTraceParser.Source (>= 1.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.16 | 12,383 | 10/28/2022 |
1.5.15 | 395 | 10/26/2022 |
1.4.26 | 394 | 10/26/2022 |
1.4.25 | 403 | 10/26/2022 |
1.4.24 | 386 | 10/26/2022 |
1.4.23 | 381 | 10/25/2022 |
1.4.22 | 390 | 10/25/2022 |
1.4.21 | 384 | 10/24/2022 |
1.4.13-alpha | 181 | 10/24/2022 |
1.3.10 | 1,568 | 7/28/2022 |
1.3.9 | 411 | 7/28/2022 |
1.3.8 | 427 | 7/28/2022 |
1.3.7 | 428 | 7/28/2022 |
1.3.6 | 419 | 7/28/2022 |
1.2.26 | 429 | 7/28/2022 |
1.2.25 | 411 | 7/27/2022 |
1.1.17 | 420 | 7/21/2022 |
1.1.16 | 418 | 7/21/2022 |
1.1.15 | 423 | 7/21/2022 |
1.0.16 | 450 | 7/19/2022 |
1.0.15 | 407 | 7/19/2022 |
1.0.14 | 420 | 7/19/2022 |
1.0.13 | 437 | 7/19/2022 |