Microsoft.Web.WebView2
by: Microsoft
- 1 total downloads
- Latest version: 1.0.2210.55
The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium).
This package is necessary for Win32 C/C++, WPF, and WinForms applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
MudBlazor
by: Garderoben, Henon and Contributors
- 1 total downloads
- Latest version: 7.3.0
A Blazor Component Library based on Material Design principles, focusing on ease of use. Written mainly in C# with minimal JavaScript, it allows .NET developers to easily understand and debug the code when needed.
NJsonSchema
by: Rico Suter
- 1 total downloads
- Latest version: 9.10.12
JON Schema draft v4 reader, generator and validator for .NET
NJsonSchema.CodeGeneration.CSharp
by: Rico Suter
- 3 total downloads
- Latest version: 8.17.6295.16512
JSON Schema draft v4 reader, generator and validator for .NET
NSwag.Annotations
by: Rico Suter
- 1 total downloads
- Latest version: 13.10.2
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.TypeScript
by: Rico Suter
- 8 total downloads
- Latest version: 10.4.6319.17521
NSwag: The Swagger API toolchain for .NET and TypeScript
NuGet.LibraryModel
by: NuGet.LibraryModel
- 1 total downloads
- Latest version: 4.2.0
NuGet v3 core library.
runtime.native.System.Data.SqlClient.sni
by: Microsoft
- 1 total downloads
- Latest version: 4.4.0-preview1-25305-02
Internal implementation package not meant for direct consumption. Please do not reference directly.
af7d2ae49c79bb279625de4e92f7f91f9fe94f5d
When using NuGet 3.x this package requires at least version 3.4.
- 1 total downloads
- Latest version: 4.0.1-rc2-24027
Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Serilog
by: Serilog Contributors
- 1 total downloads
- Latest version: 2.6.0-dev-00922
Simple .NET logging with fully-structured events
SkiaSharp.NativeAssets.Linux.NoDependencies
by: Microsoft
- 3 total downloads
- Latest version: 1.68.2.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries.
The complete dependency list is:
- libpthread.so.0
- libdl.so.2
- libm.so.6
- libc.so.6
- ld-linux-x86-64.so.2
The excluded dependencies are:
- Fontconfig
System.Buffers
by: Microsoft
- 3 total downloads
- Latest version: 4.5.0-preview1-25914-04
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
Commonly Used Types:
System.Buffers.ArrayPool<T>
10dc31ea70c14a33f371cea5a757a3d95b218acf
When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel.TypeConverter
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types.
Commonly Used Types:
System.ComponentModel.TypeConverter
System.ComponentModel.TypeConverterAttribute
System.ComponentModel.PropertyDescriptor
System.ComponentModel.StringConverter
System.ComponentModel.ITypeDescriptorContext
System.ComponentModel.EnumConverter
System.ComponentModel.TypeDescriptor
System.ComponentModel.Int32Converter
System.ComponentModel.BooleanConverter
System.ComponentModel.DoubleConverter
When using NuGet 3.x this package requires at least version 3.4.
System.IO.Pipes
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22416
Provides a means for interprocess communication through anonymous and/or named pipes.
Commonly Used Types:
System.IO.Pipes.NamedPipeServerStream
System.IO.Pipes.PipeDirection
System.IO.Pipes.PipeOptions
System.IO.Pipes.PipeTransmissionMode
System.IO.Pipes.NamedPipeClientStream
System.IO.Pipes.PipeStream
System.Numerics.Tensors
by: Microsoft
- 3 total downloads
- Latest version: 0.2.0-preview7.19362.9
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.Threading.Tasks.Dataflow
by: Microsoft
- 0 total downloads
- Latest version: 5.0.0-preview.6.20305.6
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.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>
When using NuGet 3.x this package requires at least version 3.4.
Xamarin.Android.Support.Vector.Drawable
by: Xamarin Inc.
- 2 total downloads
- Latest version: 24.2.1
Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.Firebase.iOS.RemoteConfig
by: Xamarin Inc.
- 1 total downloads
- Latest version: 2.0.1
C# bindings for Firebase APIs Remote Config iOS Library
xunit
by: jnewkirk, bradwilson
- 0 total downloads
- Latest version: 2.7.1
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.