scientist 1.0.0-alpha5
This is a prerelease version of scientist.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package scientist --version 1.0.0-alpha5
NuGet\Install-Package scientist -Version 1.0.0-alpha5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="scientist" Version="1.0.0-alpha5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add scientist --version 1.0.0-alpha5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: scientist, 1.0.0-alpha5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install scientist as a Cake Addin #addin nuget:?package=scientist&version=1.0.0-alpha5&prerelease // Install scientist as a Cake Tool #tool nuget:?package=scientist&version=1.0.0-alpha5&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
scientist
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet52 is compatible. |
DNX | dnx451 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETPlatform 5.2
- Microsoft.CSharp (>= 4.0.1-beta-23516)
- System.Collections (>= 4.0.11-beta-23516)
- System.Collections.Concurrent (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Runtime (>= 4.0.21-beta-23516)
- System.Runtime.Extensions (>= 4.0.11-beta-23516)
- System.Runtime.InteropServices (>= 4.0.21-beta-23516)
- System.Threading (>= 4.0.11-beta-23516)
-
DNX 4.5.1
- Microsoft.CSharp (>= 4.0.1-beta-23516)
- System.Collections (>= 4.0.11-beta-23516)
- System.Collections.Concurrent (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Runtime (>= 4.0.21-beta-23516)
- System.Runtime.Extensions (>= 4.0.11-beta-23516)
- System.Runtime.InteropServices (>= 4.0.21-beta-23516)
- System.Threading (>= 4.0.11-beta-23516)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on scientist:
Package | Downloads |
---|---|
Scientist.Publishers.Shared
Package Description |
|
Scientist.DependencyInjection
Package Description |
|
Smartunicom.Runtime
Smartunicom Shared Library - Runtime |
|
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 | 3,483,941 | 6/5/2018 |
2.0.0-beta | 1,691 | 6/1/2018 |
1.0.1 | 407,631 | 9/29/2016 |
1.0.0-alpha6 | 2,424 | 6/10/2016 |
1.0.0-alpha5 | 1,356 | 4/15/2016 |
1.0.0-alpha4 | 1,334 | 4/13/2016 |
1.0.0-alpha3 | 1,457 | 2/17/2016 |
1.0.0-alpha2 | 1,686 | 2/9/2016 |
1.0.0-alpha1 | 1,629 | 2/4/2016 |
1.0.0-alpha | 1,625 | 2/4/2016 |
Features**- Move to .NET Core and target .NET 4.5+ - #37 via @davezych- Add `AddContext` - #48 via @davezych- Add `Ignore` - #47 via @davezych- Add ability to configure multiple `Try` methods - #45 via @davezych- Add support for RunIf - #33 via @joncloud