C5 icon indicating copy to clipboard operation
C5 copied to clipboard

C5 generic collection library for C#/.NET

Results 36 C5 issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.2.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.2.0 See the release notes here. v17.2.0-preview-20220401-08 See the release notes here. v17.2.0-preview-20220401-07 See the release notes here....

dependencies
.NET

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.9.0 to 2.1.0. Release notes Sourced from actions/setup-dotnet's releases. Package updates, support for global json file in a subdirectory, installer scripts updates This release includes the following...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.1. Release notes Sourced from actions/checkout's releases. v3.0.1 Fixed an issue where checkout failed to run in container jobs due to the new git setting...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...

dependencies
github_actions

Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.2 to 3.13.3. Release notes Sourced from NUnit's releases. NUnit 3.13.3 This release includes several performance enhancements. @​lahma provided a massive speed improvement for large, parametrized test...

dependencies
.NET

Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.1.0 to 3.1.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverlet.msbuild&package-manager=nuget&previous-version=3.1.0&new-version=3.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.0 to 3.1.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverlet.collector&package-manager=nuget&previous-version=3.1.0&new-version=3.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.2.0 to 4.2.1. Release notes Sourced from NUnit3TestAdapter's releases. V4.2.1 See release notes here Commits b959872 prepare 4.2.1 (#947) a1ed8ed Issue941 (#944) d7ed9db Bump nunit.engine from 3.13.0...

dependencies
.NET

## Description `3.0.0-beta` has been the published C5 version for a long time. Unfortunately, because it is `beta`, my dependent packages are also constrained to being beta. ## Solution Would...

enhancement

I just installed C5 2.5.3 and there doesn't seem to be a TreeList type. I need a ordered, reorderable, generic tree collection that allows duplicates

question