StyleCop.Analyzers.Unstable by: Sam Harwell et. al.
  • 1 total downloads
  • Latest version: 1.2.0.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 1 total downloads
  • Latest version: 6.1.4
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.ComponentModel by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides interfaces for the editing and change tracking of objects used as data sources. Commonly Used Types: System.ComponentModel.CancelEventArgs System.IServiceProvider System.ComponentModel.IEditableObject System.ComponentModel.IChangeTracking System.ComponentModel.IRevertibleChangeTracking
System.Composition by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.1.21102.12
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
System.Composition.AttributedModel by: Microsoft
  • 10 total downloads
  • Latest version: 6.0.0-preview.4.21253.7
Provides common attributes used by System.Composition types. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.AttributedModelProvider
System.Composition.Convention by: Microsoft
  • 12 total downloads
  • Latest version: 6.0.0-preview.2.21154.6
Provides types that support using Managed Extensibility Framework with a convention-based configuration model. Commonly Used Types: System.Composition.Convention.ConventionBuilder System.Composition.Convention.ExportConventionBuilder System.Composition.Convention.ImportConventionBuilder System.Composition.Convention.PartConventionBuilder System.Composition.Convention.ParameterImportConventionBuilder
System.Composition.Hosting by: Microsoft
  • 16 total downloads
  • Latest version: 6.0.0-preview.4.21253.7
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost
System.Composition.Runtime by: Microsoft
  • 9 total downloads
  • Latest version: 6.0.0-preview.2.21154.6
Contains runtime components of the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContext
System.Composition.TypedParts by: Microsoft
  • 12 total downloads
  • Latest version: 6.0.0-preview.2.21154.6
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration
System.Interactive.Async by: .NET Foundation and Contributors
  • 4 total downloads
  • Latest version: 3.2.0
  • Ix Interactive Extensions Enumerable Asynchronous
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
System.Reactive.Linq by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 3.1.0
  • Rx Reactive Extensions Observable LINQ Events
Reactive Extensions (Rx) Query Library used to express complex event processing queries over observable sequences.
System.Reflection.Emit by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview4.19212.13
Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.FieldBuilder System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.GenericTypeParameterBuilder System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.PropertyBuilder System.Reflection.Emit.AssemblyBuilderAccess System.Reflection.Emit.EventBuilder When using NuGet 3.x this package requires at least version 3.4.
System.Runtime.Handles by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides base classes, including System.Runtime.InteropServices.CriticalHandle and System.Runtime.InteropServices.SafeHandle, for types that represent operating system handles. Commonly Used Types: System.Runtime.InteropServices.SafeHandle Microsoft.Win32.SafeHandles.SafeWaitHandle System.Runtime.InteropServices.CriticalHandle System.Threading.WaitHandleExtensions System.IO.HandleInheritability
System.Security.Principal.Windows by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. Commonly Used Types: System.Security.Principal.WindowsIdentity System.Security.Principal.SecurityIdentifier System.Security.Principal.NTAccount System.Security.Principal.WindowsPrincipal System.Security.Principal.IdentityReference System.Security.Principal.IdentityNotMappedException System.Security.Principal.WindowsBuiltInRole System.Security.Principal.WellKnownSidType
System.Text.Encoding by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22231
Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes.
System.Threading.Tasks.Dataflow by: Microsoft
  • 1 total downloads
  • Latest version: 4.7.0-preview1-24530-04
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>
System.Threading.Timer by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides the System.Threading.Timer class, which is a mechanism for executing a method at specified intervals. Commonly Used Types: System.Threading.Timer System.Threading.TimerCallback
System.Xml.XPath by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model. Commonly Used Types: System.Xml.XPath.XPathNavigator System.Xml.XPath.IXPathNavigable System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathExpression System.Xml.XPath.XPathResultType System.Xml.XPath.XPathException System.Xml.XPath.XPathDocument System.Xml.XPath.XPathItem System.Xml.XPath.XPathNamespaceScope
xunit by: jnewkirk, bradwilson
  • 2 total downloads
  • Latest version: 2.5.2-pre.2
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.