GreenSuperGreen.Benchmarking.Launcher.NetCore 1.2.7.1

dotnet tool install --global GreenSuperGreen.Benchmarking.Launcher.NetCore --version 1.2.7.1
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 GreenSuperGreen.Benchmarking.Launcher.NetCore --version 1.2.7.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GreenSuperGreen.Benchmarking.Launcher.NetCore&version=1.2.7.1
nuke :add-package GreenSuperGreen.Benchmarking.Launcher.NetCore --version 1.2.7.1

This package is a .NET Core Global Tool capable to launch .Net Core version of the
GreenSuperGreen.Benchmarking.Launcher...

Install: dotnet tool install -g GreenSuperGreen.Benchmarking.Launcher.NetCore

Uninstall: dotnet tool uninstall -g GreenSuperGreen.Benchmarking.Launcher.NetCore

Run: gsgbenchmark


1) Unified Concurrency
The main mission is to unify usage of heterogeneous synchronization primitives with interface/pattern based Object Oriented approach. Switching between multiple synchronization primitives with one code line change! Agile Development ready solution to synchronization. Easy upgrade from general threading to async/await thanks to the pattern based design! Reduced code complexity. Easy correctness testing. Simplified performance optimization. Currently implemented synchronization primitives cover:

- wrapper for the .Net SpinLock,
- TicketSpinLock,
- Lock replacement of C# lock (Monitor),
- wrapper around C# lock (monitor) benchmarking only,
- async/await AsyncLock,
- async/await AsyncSpinLock,
- async/await AsyncTicketSpinLock.

https://www.codeproject.com/Articles/1236238/Unified-Concurrency-I-Introduction
https://www.codeproject.com/Articles/1237518/Unified-Concurrency-II-benchmarking-methodologies
https://www.codeproject.com/Articles/1242156/Unified-Concurrency-III-cross-benchmarking

2) AsyncTesting SequencerUC
A strongly typed Sequencer is a powerful threading or async/await based unit testing tool to simplify and test correctness in asynchronous and/or parallel code. The Sequencer allows to simplify control/detection of one or many testing thread flows and allows to deterministically setup testing scenario from unit test method and optionally inject data into the tested code to ensure required state.

3) Concurrent Priority Queues
Awaitable Concurrent Priority Queue - Optionally awaitable simple to use Concurrent Priority Queue.
https://www.codeproject.com/Articles/1222893/Optionally-Awaitable-Concurrent-Priority-Queue

Product 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 netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
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.2.7.1 1,327 3/7/2019
1.2.6.5 1,061 3/7/2019
1.2.6.4 1,127 2/9/2019
1.2.6.1 1,079 2/8/2019
1.2.4.1 1,136 2/7/2019
1.2.3.1 1,516 1/28/2019
1.2.3 1,250 1/27/2019
1.2.0 1,259 1/12/2019
1.1.9 1,305 1/6/2019
1.1.8 1,272 12/30/2018
1.1.4 815 12/8/2018

Main development effort.