bullseye icon indicating copy to clipboard operation
bullseye copied to clipboard

🎯 A .NET library for running a target dependency graph.

Results 7 bullseye issues
Sort by recently updated
recently updated
newest added

Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.5 to 4.9.6. Commits 01d3218 Bump (#3202) e9e9743 Update pylint disable rules (#3182) 345ae1e Update (#3200) 74a3210 Bump golangci/golangci-lint from v1.47.2 to v1.47.3 (#3187) 5cdfa85 use latest...

dependencies
github_actions

Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...

dependencies
.NET

May need to rethink names of `Palette.Default` and `Palette.Reset`. What actually is `Default`? And shouldn't `Reset` actually be `Default`?

enhancement

As soon as it's RTM: https://www.nuget.org/packages/System.CommandLine (not yet decided whether to actually do this) Depends on https://github.com/adamralph/bullseye/issues/532.

enhancement
breaking
on-hold

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. Release notes Sourced from actions/upload-artifact's releases. v4.2.0 What's Changed Ability to overwrite an Artifact by @​robherley in actions/upload-artifact#501 Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.2.0 Commits 694cdab Merge...

dependencies
github_actions

When support for .NET 6 and 7 is removed, arguments to these params can be specified like this in all cases: ```c# Target("foo", dependsOn: ["bar"], forEach: ["baz", "bazz"], ... ```

breaking
on-hold