Sentry by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 3.30.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 5.15.1
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
.NET Bindings for the Sentry Android SDK
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 1 total downloads
  • Latest version: 6.1.3
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.Composition by: Microsoft
  • 13 total downloads
  • Latest version: 6.0.0
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.Console by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides the System.Console class, which represents the standard input, output and error streams for console applications.
System.IO.FileSystem by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides types that allow reading and writing to files and types that provide basic file and directory support.
System.IO.FileSystem.Primitives by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides common enumerations and exceptions for path-based I/O libraries. Commonly Used Types: System.IO.DirectoryNotFoundException System.IO.FileAccess System.IO.FileLoadException System.IO.PathTooLongException System.IO.FileMode System.IO.FileShare System.IO.FileAttributes
System.Net.Http by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.20505
Legacy package, System.Net.Http is now included in the 'Microsoft.Net.Http' package.
System.ObjectModel by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22605
Provides types and interfaces that allow the creation of observable types that provide notifications to clients when changes are made to it. Commonly Used Types: System.ComponentModel.INotifyPropertyChanged System.Collections.ObjectModel.ObservableCollection<T> System.ComponentModel.PropertyChangedEventHandler System.Windows.Input.ICommand System.Collections.Specialized.INotifyCollectionChanged System.Collections.Specialized.NotifyCollectionChangedEventArgs System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.ObjectModel.KeyedCollection<TKey, TItem> System.ComponentModel.PropertyChangedEventArgs System.Collections.ObjectModel.ReadOnlyDictionary<TKey, TValue>
System.Runtime.Handles by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
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.Threading by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22816
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code. Commonly Used Types: System.Threading.Monitor System.Threading.SynchronizationContext System.Threading.ManualResetEvent System.Threading.AutoResetEvent System.Threading.ThreadLocal<T> System.Threading.EventWaitHandle System.Threading.SemaphoreSlim System.Threading.Mutex
System.Threading.Tasks by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException
System.Xml.XDocument by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.Linq.XDocument System.Xml.Linq.XText System.Xml.Linq.XNode System.Xml.Linq.XContainer System.Xml.Linq.XComment System.Xml.Linq.XObject System.Xml.Linq.XProcessingInstruction System.Xml.Linq.XDocumentType
Validation by: Andrew Arnott
  • 1 total downloads
  • Latest version: 2.4.15-g8377954d86
  • InputValidation IntegrityCheck
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
Xamarin.Build.Download by: Microsoft
  • 3 total downloads
  • Latest version: 0.9.0
Support for downloading and unpacking archives when building MSBuild projects
xunit by: jnewkirk, bradwilson
  • 2 total downloads
  • Latest version: 2.5.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.
xunit.analyzers by: Marcin Dobosz
  • 2 total downloads
  • Latest version: 0.9.0
  • xunit.analyzers, analyzers, roslyn, xunit, xunit.net
Code Analyzers for projects using xUnit.net that help find and fix frequent issues when writing tests.
xunit.core by: jnewkirk, bradwilson
  • 1 total downloads
  • Latest version: 2.8.1
Includes the libraries for writing unit tests with xUnit.net.