System.Numerics.Tensors
by: Microsoft
- 10 total downloads
- Latest version: 6.0.0-preview.5.21301.5
Tensor class which represents and extends multi-dimensional arrays.
Commonly Used Types:
System.Numerics.Tensors.Tensor<T>
System.Numerics.Tensors.CompressedSparseTensor<T>
System.Numerics.Tensors.DenseTensor<T>
System.Numerics.Tensors.SparseTensor<T>
System.Reactive.PlatformServices
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 3.1.1
Reactive Extensions (Rx) Platform Services Library used to access platform-specific functionality and enlightenment services.
System.Runtime.CompilerServices.Unsafe
by: Microsoft
- 1 total downloads
- Latest version: 4.4.0-preview2-25405-01
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
Commonly Used Types:
System.Runtime.CompilerServices.Unsafe
029cf57733b7ec6c1dd8a13857e800b9a8d97192
When using NuGet 3.x this package requires at least version 3.4.
System.Runtime.InteropServices
by: Microsoft
- 1 total downloads
- Latest version: 4.1.0
Provides types that support COM interop and platform invoke services.
Commonly Used Types:
System.Runtime.InteropServices.GCHandle
System.Runtime.InteropServices.GuidAttribute
System.Runtime.InteropServices.COMException
System.DllNotFoundException
System.Runtime.InteropServices.DllImportAttribute
When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encoding.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 4.0.11
Provides support for specific encodings, including ASCII, UTF-7, UTF-8, UTF-16, and UTF-32.
Commonly Used Types:
System.Text.UTF8Encoding
System.Text.UnicodeEncoding
System.Text.ASCIIEncoding
System.Text.UTF7Encoding
System.Text.UTF32Encoding
When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encodings.Web
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL).
Commonly Used Types:
System.Text.Encodings.Web.HtmlEncoder
System.Text.Encodings.Web.UrlEncoder
System.Text.Encodings.Web.JavaScriptEncoder
When using NuGet 3.x this package requires at least version 3.4.
System.ValueTuple
by: Microsoft
- 1 total downloads
- Latest version: 4.5.0-preview2-26406-04
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.
Commonly Used Types:
System.ValueTuple
System.ValueTuple<T1>
System.ValueTuple<T1, T2>
System.ValueTuple<T1, T2, T3>
System.ValueTuple<T1, T2, T3, T4>
System.ValueTuple<T1, T2, T3, T4, T5>
System.ValueTuple<T1, T2, T3, T4, T5, T6>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>
7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
When using NuGet 3.x this package requires at least version 3.4.
Validation
by: Andrew Arnott
- 1 total downloads
- Latest version: 2.2.8
Method input validation and runtime checks that report errors or throw exceptions when failures are detected. Check out the code snippets available at https://github.com/AArnott/Validation/tree/master/My Code Snippets and make your input validation even easier with auto-completion for quoted parameter names.
Xamarin.Android.Support.Vector.Drawable
by: Xamarin Inc.
- 1 total downloads
- Latest version: 23.4.0.1
Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.Firebase.iOS.Auth
by: Microsoft
- 7 total downloads
- Latest version: 8.10.0.3
C# bindings for Firebase APIs Auth iOS Library
Xamarin.Google.iOS.Core
by: Microsoft
- 5 total downloads
- Latest version: 3.1.0.2
C# bindings for Google APIs Core iOS Library
xunit
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.3.0-beta5-build3769
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.abstractions
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.0.0-alpha-build2529
Common abstractions used to exchange information between xUnit.net and version-independent runners.
xunit.extensibility.core
by: jnewkirk, bradwilson
- 1 total downloads
- Latest version: 2.5.1-pre.12
Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
xunit.extensibility.execution
by: jnewkirk, bradwilson
- 1 total downloads
- Latest version: 2.6.2
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
YamlDotNet
by: Antoine Aubry
- 1 total downloads
- Latest version: 5.3.1
A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.