Fake.Core.Tracing
5.0.0-alpha016
See the version list below for details.
dotnet add package Fake.Core.Tracing --version 5.0.0-alpha016
NuGet\Install-Package Fake.Core.Tracing -Version 5.0.0-alpha016
<PackageReference Include="Fake.Core.Tracing" Version="5.0.0-alpha016" />
paket add Fake.Core.Tracing --version 5.0.0-alpha016
#r "nuget: Fake.Core.Tracing, 5.0.0-alpha016"
// Install Fake.Core.Tracing as a Cake Addin #addin nuget:?package=Fake.Core.Tracing&version=5.0.0-alpha016&prerelease // Install Fake.Core.Tracing as a Cake Tool #tool nuget:?package=Fake.Core.Tracing&version=5.0.0-alpha016&prerelease
FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.6
- Fake.Core.BuildServer (>= 5.0.0-alpha016)
- Fake.Core.Environment (>= 5.0.0-alpha016)
- Fake.Core.String (>= 5.0.0-alpha016)
- FSharp.Core (>= 4.1.18)
- NETStandard.Library (>= 1.6.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 |
---|---|---|
5.0.0-beta016 | 6,215 | 2/17/2018 |
5.0.0-beta015 | 5,895 | 2/17/2018 |
5.0.0-beta014 | 5,954 | 2/10/2018 |
5.0.0-beta013 | 5,924 | 2/3/2018 |
5.0.0-beta012 | 6,079 | 1/28/2018 |
5.0.0-beta011 | 5,832 | 1/27/2018 |
5.0.0-beta010 | 6,071 | 10/28/2017 |
5.0.0-beta008 | 5,663 | 10/23/2017 |
5.0.0-beta007 | 5,402 | 10/23/2017 |
5.0.0-beta006 | 5,452 | 10/22/2017 |
5.0.0-beta005 | 5,545 | 10/2/2017 |
5.0.0-beta004 | 5,367 | 10/2/2017 |
5.0.0-beta003 | 5,346 | 9/26/2017 |
5.0.0-beta002 | 5,333 | 9/25/2017 |
5.0.0-beta001 | 3,034 | 9/25/2017 |
5.0.0-alpha018 | 6,268 | 9/24/2017 |
5.0.0-alpha017 | 5,578 | 9/23/2017 |
5.0.0-alpha016 | 5,480 | 9/23/2017 |
5.0.0-alpha015 | 3,863 | 8/27/2017 |
5.0.0-alpha014 | 5,666 | 7/28/2017 |
5.0.0-alpha013 | 5,252 | 7/26/2017 |
5.0.0-alpha012 | 5,745 | 7/25/2017 |
5.0.0-alpha011 | 5,214 | 7/24/2017 |
5.0.0-alpha010 | 5,932 | 6/12/2017 |
5.0.0-alpha009 | 5,504 | 5/27/2017 |
BREAKING-CHANGE: Renew AssemblyInfo API - https://github.com/fsharp/FAKE/pull/1619
ENHANCEMENT: Add XML to FakeLib - https://github.com/fsharp/FAKE/pull/1641
ENHANCEMENT: Move Paket.Paket() over to use flag arguments - https://github.com/fsharp/FAKE/pull/1627
ENHANCEMENT: MSTest detail switch - https://github.com/fsharp/FAKE/pull/1625
API: StringBuilder functionality moved into a StringBuilder module
ENHANCEMENT: Remove logfn from Compress and Extract - https://github.com/fsharp/FAKE/pull/1624
BUGFIX: Correctly determine the 64-bit "Program Files" folder - https://github.com/fsharp/FAKE/pull/1623
ENHANCEMENT: Bitbucket Environment variables - https://github.com/fsharp/FAKE/pull/1563
ENHANCEMENT: AppVeyor Environment variables - https://github.com/fsharp/FAKE/pull/1560
ENHANCEMENT: Change how npm.cmd is located in NpmHelper - https://github.com/fsharp/FAKE/pull/1629
NEW MODULE: Fake.Api.Slack - https://github.com/fsharp/FAKE/pull/1648
ENHANCEMENT: Add MSBuild binary logger support - https://github.com/fsharp/FAKE/pull/1649
ENHANCEMENT: Add BasePath support for NuGet pack - https://github.com/fsharp/FAKE/pull/1651
DOCS: fix code in FAKE5 modules doc - https://github.com/fsharp/FAKE/pull/1653/files
ENHANCEMENT: Paket 5.5.0+: GNU-compatible Paket commands - https://github.com/fsharp/FAKE/pull/1655
BUGFIX: Target: update DoNothing signature - https://github.com/fsharp/FAKE/pull/1658
DOCS: Review discussion channels in contributing page - https://github.com/fsharp/FAKE/pull/1661
DOCS: Fixed the tooltip position and improved the styling in the api reference pages - https://github.com/fsharp/FAKE/pull/1663
NEW MODULE: Fake.Api.GitHub previously known as Octokit.fsx - https://github.com/fsharp/FAKE/pull/1667
DOCS: Fix menu on mobile - https://github.com/fsharp/FAKE/pull/1668
ENHANCEMENT: Add Paket helper to push specific files - https://github.com/fsharp/FAKE/pull/1665