🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

CodeJam

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

CodeJam

CodeJam is a 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.

4.1.0
NuGet
Version published
Maintainers
1
Created
Source

CodeJam 4.1.0 Release Notes

What's new in 4.1.0

  • Add TypeConverter with ability to convert from string to ConnectionStringBase
  • Remove the IsAssignableTo method from .NET 5+, since a full analogue appeared there

What's new in 4.0.2

  • Return ordered result in TaskHelper.ForEachAsync
  • Optimize QueryableExtensions.Intersect
  • .NET 6.0 support

What's new in 4.0.1

  • Fix various nullability issues
  • Remove Theraot dependency for .NET Core 3.1 and .NET Standard 2.0, 2.1

What's new in 4.0.0

  • Breaking changes:
    • AdjustTimeout behaves as user would expect.
    • Original AdjustTimeout renamed to AdjustAndLimitTimeout
    • Added nullability annotations to several methods in old .NET versions even if they don't match the base interfaces
  • Nullability improvements
  • Added Code.NotNullNorEmptyAndItemNotNull

Keywords

list

FAQs

Package last updated on 12 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts