NuGet Packages By Dependencies

AutoFixture Idioms [11 dependencies]
Ubiquitous use of AutoFixture for unit testing has given rise to a number of idiomatic unit tests - unit tests that tend to follow common templates. The AutoFixture Idioms library encapsulates these idioms into reusable classes and methods.

fo-dicom [11 dependencies]
A NetStandard DICOM library.
If you find some breaking changes when updating, read here for more information how to migrate: https://github.com/fo-dicom/fo-dicom/wiki/Upgrade-from-version-4-to-version-5

Braintree [11 dependencies]
Braintree Client Library

CSCore [11 dependencies]
An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.

Functional.Maybe [11 dependencies]
Option types for C# with LINQ support and rich fluent syntax for many popular uses:
var maybeOne = "one".ToMaybe();
Maybe<string> maybeAnother;
var maybeBoth =
from one in maybeOne
from another in maybeAnother
select one + another;
maybeBoth.Match(
both => Console.WriteLine("...

PubSub dotnet [11 dependencies]
An extremely light-weight, easy to use .Net pub/sub library

odec.CP.Entity.DAL [11 dependencies]
Utility library to work with db contexts. Provides common operations realisation for Db. Save,Update, Delete.

cloudscribe.Core.Identity [11 dependencies]
asp.net identity implementation for cloudscribe web application foundation

Chloe.Extension [11 dependencies]
Extension for Chloe.ORM

FSharp.Json [11 dependencies]
F# JSON Reflection based serialization library

Microsoft Configuration Builders - Base [11 dependencies]
In .Net 4.7.1, the configuration system allows applications to use ConfigurationBuilders to build up and modify configuration at runtime when it is loaded. This package provides a base framework to ease development of basic key/value configuration builders.

HTTPlease.Core [11 dependencies]
Package Description

SF.Sys.Annotations [11 dependencies]
Package Description

Vostok.Context [11 dependencies]
A library that provides a fair deal of syntactic sugar over `AsyncLocal` to facilitate usage of ambient context properties in applications.

DCSDK.DataSource [11 dependencies]
Package Description

Dolittle.DependencyInversion.Booting [11 dependencies]
Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.

BeetleX.Bumblebee [11 dependencies]
.net core http and websocket gateway service component

PM2.Extensions.Code [11 dependencies]
基础类库

YY.Core.Aop [11 dependencies]
My package description.

OliveGameStudio.Inferno.Types [11 dependencies]
Commonly used types:
- ColorF
- Matrix2F
- MatrixF
- RectangleF
- Vector2F
- Vector3F