FlubuCore icon indicating copy to clipboard operation
FlubuCore copied to clipboard

A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.

Results 30 FlubuCore issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.1.0 to 3.1.18. Release notes Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases. .NET Core 3.1.18 Release .NET Core 3.1.17 Release .NET Core 3.1.16 Release .NET Core 3.1.15 Release .NET Core...

dependencies

Bumps [SSH.NET](https://github.com/sshnet/SSH.NET) from 2016.1.0 to 2020.0.2. Release notes Sourced from SSH.NET's releases. 2020.0.2 This release fixes a security vulnerability in our X25519 key exchange that could allow an attacker to...

dependencies

Similar as others configuration generation, TeamCity configuration generation should be added.

enhancement
help wanted

It requires that .Net Core sdk 2.X is installed. As Alternative FlubuCore global tool can be used instead. ``` Run dotnet flubu compile.linux It was not possible to find any...

External bug

Faq page will be added to https://flubucore.dotnetcore.xyz/ If anyone have a proposition about what to add to FAQ page please leave a comment in this issue.

Documentation

Suggestion from @huanlin : > While fixing this bug, one idea popped up: > > The tasks configured with `DependsOnAsync` method are actually executed with `Task.Run`, which is arguably not...

Proposal
Discussion needed
Documentation

Add support for Nerdbank.GitVersioning by adding new task to FlubuCore. https://github.com/dotnet/Nerdbank.GitVersioning

Discussion needed
New task

- Do not read build properties in ConfigurationTarget. - When executing flubu task in DO execute method must be called. If u have any other proposals add them in comment.

enhancement
help wanted

- support for multiple bindings - Unify mode name.

enhancement
has workaround