CodeJam icon indicating copy to clipboard operation
CodeJam copied to clipboard

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another

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

There are few classes with the same name as .NET has: - CodeJam.HashCode - System.HashCode - CodeJam.Collections.CollectionExtensions - System.Collections.Generic.CollectionExtensions - CodeJam.Ranges.Range - System.Range

```cs string?[] a = { null, null }; var m = a.MinBy(x => x); // throws no InvalidOperationException collection has no elements. ``` This happens since the methods looks for...

Will update with things planned for CJ 3.1. Feel free to suggest additions to the list:) * Add helpers for IAsyncDisposable * Add support for IAsyncDisposable to AsyncLock.

Using the exact dependencies (NUnit 3.7.1, Benchmark.NET 0.10.8 and CodeJam.PerfTests.NUnit 0.1.4-beta) and the wiki example: ```` [Category("PerfTests: NUnit examples")] [CompetitionAnnotateSources] // Opt-in feature: source annotations. public class SimplePerfTest { private...

Some docs point to outdated MSDN links. See https://github.com/EWSoftware/SHFB/issues/707

I'm going to spend some time in order to revive the project and release a new major version. The primary goals are the following (issues/PRs to be linked). - [...

As a part of #152 : We have pretty basic .\CodeJam\Build\BuildScripts\CodeJam.Main.Push.bat I'd prefer to have a script (or may be a release pipeline) that will build the project with specified...

up-for-grabs