NuGet.Frameworks by: Microsoft
  • 132 total downloads
  • Latest version: 5.11.0
  • nuget
NuGet's understanding of target frameworks.
Nullable.Extended.Analyzer by: tom-englert.de
  • 16 total downloads
  • Latest version: 1.10.4539
  • nullable analyzers roslyn
A Roslyn analyzer to improve the experience when working with nullable reference types.
OneOf by: Harry McIntyre
  • 15 total downloads
  • Latest version: 3.0.163
  • discriminated unions return type match switch
F# style discriminated unions or C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
OpenCV.Net by: Gonçalo Lopes
  • 15 total downloads
  • Latest version: 3.3.1
  • OpenCV Computer Vision Image Processing Wrapper
A .NET interface for the popular OpenCV computer vision and image processing library.
Opportunity.LrcParser by: Opportunity
  • 13 total downloads
  • Latest version: 1.0.4
  • lrc lyrics parser
An library for lrc files.
Oracle.DataAccess.x86 by: Oracle
  • 22 total downloads
  • Latest version: 2.112.1
  • Oracle DataAccess ODP NET 2.122.1.0
This NuGet package contains Oracle.DataAccess.dll (x86) needed to compile a project that uses Oracle's ODP.NET Library. Oracle will still need to be installed on the production or development machine in order to connect to Oracle (those libraries are greater than 100MB in size, so it didn't make sense to include them in a NuGet package), but this package will at least allow the project to be successfully built (i.e. if you're using a CI server).
OxyPlot.Core by: OxyPlot
  • 47 total downloads
  • Latest version: 2.1.2
  • plotting plot charting chart
OxyPlot is a plotting library for .NET. This is the core library including the foundation classes and plot model. To display the plots, you also need to add a platform-specific OxyPlot package that contains a PlotView component.
OxyPlot.Wpf by: OxyPlot.Wpf
  • 49 total downloads
  • Latest version: 2.1.2
  • plotting plot charting chart
OxyPlot is a plotting library for .NET. This package targets WPF applications.
OxyPlot.Wpf.Shared by: OxyPlot.Wpf.Shared
  • 43 total downloads
  • Latest version: 2.1.2
  • plotting plot charting chart wpf
OxyPlot is a plotting library for .NET. This package is the base for WPF PlotView implementations.
PinYinConverterCore by: netcorepal
  • 122 total downloads
  • Latest version: 1.0.2
  • netcorepal pinyin .net core
Microsoft.International.Converters.PinYinConverter in Microsoft Visual Studio International Pack 1.0 SR1 .net core suport
PooledAwait by: mgravell
  • 97 total downloads
  • Latest version: 1.0.49
Package Description
Portable.BouncyCastle by: Claire Novotny
  • 82 total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Prism.Core by: Brian Lagunas Dan Siegel
  • 27 total downloads
  • Latest version: 8.0.0.1909
  • prism wpf xamarin mvvm xaml
Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.
PropertyChanged.Fody by: Simon Cropp
  • 15 total downloads
  • Latest version: 3.2.9
  • Xaml MVVM INotifyPropertyChanged DataBinding ILWeaving Cecil
Add property notification to all classes that implement INotifyPropertyChanged.
RotateServer by: RotateServer
  • 106 total downloads
  • Latest version: 1.0.12
增加保存检测图,模板匹配参数可调整,创建XLD模板
runtime.any.System.Collections by: Microsoft
  • 61 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Diagnostics.Tools by: Microsoft
  • 24 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Diagnostics.Tracing by: Microsoft
  • 26 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Globalization by: Microsoft
  • 29 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.IO by: Microsoft
  • 34 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.