Bau 0.1.0-alpha06
The C# task runner.
Require<Bau>().Do(() => Console.WriteLine("Hello World!")).Execute();
Suggested Alternatives
This is a prerelease version of Bau.
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
Install-Package Bau -Version 0.1.0-alpha06
dotnet add package Bau --version 0.1.0-alpha06
<PackageReference Include="Bau" Version="0.1.0-alpha06" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bau --version 0.1.0-alpha06
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bau, 0.1.0-alpha06"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- ScriptCs.Contracts (>= 0.9.0)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Bau:
Package | Downloads |
---|---|
Bau.Exec
A Bau task plugin for executing arbitrary commands.
Require<Bau>().Exec().Do(exec => exec.Run("foo.exe")).Run();
|
|
Bau.Xunit
A Bau task plugin for running xUnit.net tests.
Require<Bau>().Xunit().Do(xunit => xunit.UseExe("xunit.console.clr4.exe").RunAssemblies("Tests.dll")).Run();
|
|
Bau.MSBuild
A Bau task plugin for running MSBuild.
Require<Bau>().MSBuild().Run();
|
|
Bau.Xunit.Temp
NOTE: This is a temporary stand-in for Bau.Xunit during the NuGet Casing-gate affair - see http://adamralph.com/2015/03/04/nuget-gallery-casing-woes/
A Bau task plugin for running xUnit.net tests.
Require<Bau>().Xunit().Do(xunit => xunit.UseExe("xunit.console.clr4.exe").RunAssemblies("Tests.dll")).Run();
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|