System.Interactive.Async
by: .NET Foundation and Contributors
- 10 total downloads
- Latest version: 3.2.0
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
System.Numerics.Vectors
by: Microsoft
- 19 total downloads
- Latest version: 4.5.0
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications.
Commonly Used Types:
System.Numerics.Matrix3x2
System.Numerics.Matrix4x4
System.Numerics.Plane
System.Numerics.Quaternion
System.Numerics.Vector2
System.Numerics.Vector3
System.Numerics.Vector4
System.Numerics.Vector
System.Numerics.Vector<T>
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
System.Reflection.Emit.ILGeneration
by: Microsoft
- 16 total downloads
- Latest version: 4.7.0
Provides classes that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers.
Commonly Used Types:
System.Reflection.Emit.ILGenerator
System.Reflection.Emit.Label
System.Reflection.Emit.CustomAttributeBuilder
System.Reflection.Emit.LocalBuilder
System.Reflection.Emit.ParameterBuilder
System.Reflection.Emit.SignatureHelper
When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Tasks.Dataflow
by: Microsoft
- 16 total downloads
- Latest version: 4.6.0
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.
Commonly Used Types:
System.Threading.Tasks.Dataflow.ActionBlock<TInput>
System.Threading.Tasks.Dataflow.BatchBlock<T>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.BroadcastBlock<T>
System.Threading.Tasks.Dataflow.BufferBlock<T>
System.Threading.Tasks.Dataflow.DataflowBlock
System.Threading.Tasks.Dataflow.DataflowBlockOptions
System.Threading.Tasks.Dataflow.DataflowLinkOptions
System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions
System.Threading.Tasks.Dataflow.GroupingDataflowBlockOptions
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.WriteOnceBlock<T>
System.Threading.Tasks.Extensions
by: Microsoft
- 13 total downloads
- Latest version: 4.5.3
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
637a8d58f72f2b0f1a71187530c3cf433e95a75a
Walterlv.Collections.Source
by: walterlv
- 18 total downloads
- Latest version: 5.11.3
Provide some kinds of unsual collections such as AsyncQueue for async/await pattern, ObservableConcurrentBag for notification in multi-thread situations.
Walterlv.IO.PackageManagement.Source
by: walterlv
- 6 total downloads
- Latest version: 0.14.1-alpha
This package is built by SourceYard
Walterlv.NullableAttributes.Source
by: walterlv
- 24 total downloads
- Latest version: 5.13.0
If you use C# 8.0 and enable the nullable types, this adds nullable attributes for your projects. Notice that all the nullable attributes are internal, it is recommonded to install Walterlv.NullableAttributes.Source to install source code as part of your poroject instead of installing Walterlv.NullableAttributes.
Walterlv.Win32.Source
by: walterlv
- 8 total downloads
- Latest version: 5.11.2
This library provides Win32 extensions. It deos not contains any Win32 type definitions or any Win32 APIs.
WindowsAPICodePack-Shell
by: Aybe
- 8 total downloads
- Latest version: 1.1.1
Shell library for Windows API Code Pack
xunit.abstractions
by: James Newkirk, Brad Wilson
- 32 total downloads
- Latest version: 2.0.3
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
xunit.core
by: James Newkirk, Brad Wilson
- 19 total downloads
- Latest version: 2.2.0
Includes the libraries for writing unit tests with xUnit.net.