scientist 2.0.0
Install-Package scientist -Version 2.0.0
dotnet add package scientist --version 2.0.0
<PackageReference Include="scientist" Version="2.0.0" />
paket add scientist --version 2.0.0
#r "nuget: scientist, 2.0.0"
// Install scientist as a Cake Addin
#addin nuget:?package=scientist&version=2.0.0
// Install scientist as a Cake Tool
#tool nuget:?package=scientist&version=2.0.0
Implementation of the Scientist library from GitHub
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETStandard 1.1
- Microsoft.CSharp (>= 4.4.0)
- NETStandard.Library (>= 1.6.1)
- System.Collections (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Threading (>= 4.3.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on scientist:
Package | Downloads |
---|---|
Scientist.Publishers.Shared
Package Description |
|
Smartunicom.Runtime
Smartunicom Shared Library - Runtime |
|
Scientist.DependencyInjection
Package Description |
|
Scientist.Publishers.Serilog
SerilogResultPublisher for Scientist.NET |
|
Scientist.Publishers.Console
ConsoleResultPublisher for Scientist.NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 484,093 | 6/5/2018 |
2.0.0-beta | 1,051 | 6/1/2018 |
1.0.1 | 314,884 | 9/29/2016 |
1.0.0-alpha6 | 1,771 | 6/10/2016 |
1.0.0-alpha5 | 718 | 4/15/2016 |
1.0.0-alpha4 | 710 | 4/13/2016 |
1.0.0-alpha3 | 806 | 2/17/2016 |
1.0.0-alpha2 | 992 | 2/9/2016 |
1.0.0-alpha1 | 963 | 2/4/2016 |
1.0.0-alpha | 986 | 2/4/2016 |
Features**
- Make IoC/DI friendlier - #108 via @martincostello
- Add `FireAndForgetResultPublisher`. Wrap an existing `IResultPublisher` to delegate publishing to another thread and avoid publishing delays when running experiments - #83 via @thematthopkins and @joncloud