FAKE 4.7.0-alpha002

This is a prerelease version of FAKE.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FAKE --version 4.7.0-alpha002
                    
NuGet\Install-Package FAKE -Version 4.7.0-alpha002
                    
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="FAKE" Version="4.7.0-alpha002" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FAKE" Version="4.7.0-alpha002" />
                    
Directory.Packages.props
<PackageReference Include="FAKE" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FAKE --version 4.7.0-alpha002
                    
#r "nuget: FAKE, 4.7.0-alpha002"
                    
#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.
#:package FAKE@4.7.0-alpha002
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FAKE&version=4.7.0-alpha002&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FAKE&version=4.7.0-alpha002&prerelease
                    
Install as a Cake Tool

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. This package bundles all extensions.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on FAKE:

Repository Stars
IrcDotNet/IrcDotNet
IRC.NET is a complete IRC (Internet Relay Chat) client library for .NET.
KalikoCMS/KalikoCMS.Core
Open source content management system (CMS) for the ASP.NET platform.
alexandrnikitin/CircuitBreaker.Net
Circuit Breaker pattern for .NET
Version Downloads Last Updated
4.10.5 1,382 12/14/2015 4.10.5 is deprecated because it is no longer maintained.
4.10.4 569 12/13/2015
4.10.3 2,300 12/2/2015
4.10.1 647 12/1/2015
4.10.0 668 11/30/2015 4.10.0 is deprecated because it is no longer maintained.
4.9.8 191 11/30/2015
4.9.7 155 11/30/2015
4.9.6 69 11/30/2015
4.9.5 514 11/29/2015
4.9.3 4,525 11/17/2015
4.9.2 245 11/17/2015
4.9.1 1,967 11/11/2015
4.9.0 108 11/11/2015
4.8.0 3,206 11/4/2015
4.7.3 1,690 10/30/2015
4.7.2 4,155 10/19/2015
4.7.1 1,520 10/15/2015
4.7.0 426 10/15/2015
4.7.0-alpha002 70 10/15/2015
4.6.4 502 1/24/2020
Loading failed

Internalized FSharp.Compiler.Service.dll in FakeLib.dll
Cleanup Registry helpers - https://github.com/fsharp/FAKE/pull/980
FAKE.Deploy scans for default scripts - https://github.com/fsharp/FAKE/pull/981
BUGFIX: support caching even when running RazorEngine as part of the build script - https://github.com/fsharp/FAKE/pull/979