NETStandard.Library 1.5.0-rc2-24027
A set of standard .NET API's that are prescribed to be used and supported together. This includes all low level API's that all .NET platforms must support.
TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Showing the top 20 packages that depend on NETStandard.Library.
Packages | Downloads |
---|---|
System.Security.AccessControl
Provides base classes that enable managing access and audit control lists on securable objects.
Commonly Used Types:
System.Security.AccessControl.AccessRule
System.Security.AccessControl.AuditRule
System.Security.AccessControl.ObjectAccessRule
System.Security.AccessControl.ObjectAuditRule
System.Security.AccessControl.ObjectSecurity
When using NuGet 3.x this package requires at least version 3.4.
|
246 |
Serilog.Formatting.Compact
A simple, compact JSON-based event format for Serilog.
|
170 |
SharpCompress
SharpCompress is a compression library for NET Standard 1.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
|
169 |
Microsoft.Win32.Registry
Provides support for accessing and modifying the Windows Registry.
Commonly Used Types:
Microsoft.Win32.RegistryKey
Microsoft.Win32.Registry
Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView
When using NuGet 3.x this package requires at least version 3.4.
|
168 |
System.ValueTuple
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>
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
|
161 |
System.Threading.Channels
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>
When using NuGet 3.x this package requires at least version 3.4.
|
157 |
Serilog
Simple .NET logging with fully-structured events
|
147 |
DnsClient
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
|
146 |
Serilog.Sinks.Seq
Serilog sink that writes to the Seq log server over HTTP/HTTPS.
|
135 |
System.Reflection.Metadata
This packages provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers.
Commonly Used Types:
System.Reflection.Metadata.MetadataReader
System.Reflection.PortableExecutable.PEReader
System.Reflection.Metadata.Ecma335.MetadataBuilder
System.Reflection.PortableExecutable.PEBuilder
System.Reflection.PortableExecutable.ManagedPEBuilder
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
|
126 |
System.ComponentModel.Annotations
Provides attributes that are used to define metadata for objects used as data sources.
Commonly Used Types:
System.ComponentModel.DataAnnotations.ValidationResult
System.ComponentModel.DataAnnotations.IValidatableObject
System.ComponentModel.DataAnnotations.ValidationAttribute
System.ComponentModel.DataAnnotations.RequiredAttribute
System.ComponentModel.DataAnnotations.StringLengthAttribute
System.ComponentModel.DataAnnotations.DisplayAttribute
System.ComponentModel.DataAnnotations.RegularExpressionAttribute
System.ComponentModel.DataAnnotations.DataTypeAttribute
System.ComponentModel.DataAnnotations.RangeAttribute
System.ComponentModel.DataAnnotations.KeyAttribute
When using NuGet 3.x this package requires at least version 3.4.
|
125 |
MongoDB.Driver
Official .NET driver for MongoDB.
|
123 |
Newtonsoft.Json.Bson
Json.NET BSON adds support for reading and writing BSON
|
121 |
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
99ce22c306b07f99ddae60f443d23a983ae78f7b
When using NuGet 3.x this package requires at least version 3.4.
|
118 |
System.ServiceProcess.ServiceController
Provides the System.ServiceProcess.ServiceContainer class, which allows you to connect to a running or stopped service, manipulate it, or get information about it.
Commonly Used Types:
System.ServiceProcess.ServiceController
System.ServiceProcess.ServiceControllerStatus
System.ServiceProcess.ServiceType
When using NuGet 3.x this package requires at least version 3.4.
|
112 |
System.Text.Encodings.Web
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
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
|
110 |
MSTest.TestFramework
This is MSTest V2, the evolution of Microsoft's Test Framework.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+)
- .NET 5.0 Windows.17763+ (WinUI Desktop Apps) (Visual Studio 2019)
- ASP.NET Core 1.0+
To discover and execute tests install MSTest.TestAdapter.
|
107 |
Google.Protobuf
C# runtime library for Protocol Buffers - Google's data interchange format.
|
104 |
QuikGraph
.NET library that provide mainly graphs structures and algorithms for C#.
QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc...
This package is a version of the original QuickGraph renamed QuikGraph and ported to .NET Core.
It should be seen as an alternative to the old frozen QuickGraph from CodePlex but with fixes.
It does not include every sub modules of the original library such as F# stuff, adapters, etc.
This build is only the Core of QuikGraph taking advantage of .NET Core.
Supported platforms:
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Supports Source Link
|
99 |
Humanizer.Core
Humanizer core package that contains the library and the neutral language (English) resources
|
98 |
.NET Standard 1.0
- Microsoft.NETCore.Platforms (>= 1.0.1-rc2-24027)
- System.Xml.XDocument (>= 4.0.11-rc2-24027)
- System.Xml.ReaderWriter (>= 4.0.11-rc2-24027)
- System.Threading.Tasks (>= 4.0.11-rc2-24027)
- System.Threading (>= 4.0.11-rc2-24027)
- System.Text.RegularExpressions (>= 4.0.12-rc2-24027)
- System.Text.Encoding.Extensions (>= 4.0.11-rc2-24027)
- System.Text.Encoding (>= 4.0.11-rc2-24027)
- System.Runtime.Extensions (>= 4.1.0-rc2-24027)
- System.Runtime (>= 4.1.0-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-rc2-24027)
- System.Reflection.Primitives (>= 4.0.1-rc2-24027)
- System.Reflection.Extensions (>= 4.0.1-rc2-24027)
- System.Reflection (>= 4.1.0-rc2-24027)
- System.ObjectModel (>= 4.0.12-rc2-24027)
- System.Net.Primitives (>= 4.0.11-rc2-24027)
- System.Linq (>= 4.1.0-rc2-24027)
- System.IO (>= 4.1.0-rc2-24027)
- System.Globalization (>= 4.0.11-rc2-24027)
- System.Diagnostics.Tools (>= 4.0.1-rc2-24027)
- System.Diagnostics.Debug (>= 4.0.11-rc2-24027)
- System.Collections (>= 4.0.11-rc2-24027)
- Microsoft.NETCore.Runtime (>= 1.0.2-rc2-24027)
.NET Standard 1.3
- System.Diagnostics.Debug (>= 4.0.11-rc2-24027)
- System.Console (>= 4.0.0-rc2-24027)
- System.Collections.Concurrent (>= 4.0.12-rc2-24027)
- System.Collections (>= 4.0.11-rc2-24027)
- System.AppContext (>= 4.1.0-rc2-24027)
- Microsoft.Win32.Primitives (>= 4.0.1-rc2-24027)
- Microsoft.NETCore.Runtime (>= 1.0.2-rc2-24027)
- Microsoft.NETCore.Platforms (>= 1.0.1-rc2-24027)
- System.Diagnostics.Tools (>= 4.0.1-rc2-24027)
- System.Diagnostics.Tracing (>= 4.1.0-rc2-24027)
- System.Globalization (>= 4.0.11-rc2-24027)
- System.Globalization.Calendars (>= 4.0.1-rc2-24027)
- System.Xml.XDocument (>= 4.0.11-rc2-24027)
- System.Xml.ReaderWriter (>= 4.0.11-rc2-24027)
- System.Threading.Timer (>= 4.0.1-rc2-24027)
- System.Threading.Tasks (>= 4.0.11-rc2-24027)
- System.Threading (>= 4.0.11-rc2-24027)
- System.Text.RegularExpressions (>= 4.0.12-rc2-24027)
- System.Text.Encoding.Extensions (>= 4.0.11-rc2-24027)
- System.Text.Encoding (>= 4.0.11-rc2-24027)
- System.Runtime.Numerics (>= 4.0.1-rc2-24027)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0-rc2-24027)
- System.Runtime.InteropServices (>= 4.1.0-rc2-24027)
- System.Runtime.Handles (>= 4.0.1-rc2-24027)
- System.Runtime.Extensions (>= 4.1.0-rc2-24027)
- System.Runtime (>= 4.1.0-rc2-24027)
- System.Reflection.Primitives (>= 4.0.1-rc2-24027)
- System.Reflection.Extensions (>= 4.0.1-rc2-24027)
- System.Reflection (>= 4.1.0-rc2-24027)
- System.ObjectModel (>= 4.0.12-rc2-24027)
- System.Net.Sockets (>= 4.1.0-rc2-24027)
- System.Net.Primitives (>= 4.0.11-rc2-24027)
- System.Net.Http (>= 4.0.1-rc2-24027)
- System.Linq (>= 4.1.0-rc2-24027)
- System.IO.FileSystem.Primitives (>= 4.0.1-rc2-24027)
- System.IO.FileSystem (>= 4.0.1-rc2-24027)
- System.IO.Compression.ZipFile (>= 4.0.1-rc2-24027)
- System.IO.Compression (>= 4.1.0-rc2-24027)
- System.IO (>= 4.1.0-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-rc2-24027)
.NET Standard 1.2
- System.Xml.XDocument (>= 4.0.11-rc2-24027)
- System.Xml.ReaderWriter (>= 4.0.11-rc2-24027)
- System.Threading.Timer (>= 4.0.1-rc2-24027)
- System.Threading.Tasks (>= 4.0.11-rc2-24027)
- System.Threading (>= 4.0.11-rc2-24027)
- System.Text.RegularExpressions (>= 4.0.12-rc2-24027)
- System.Text.Encoding.Extensions (>= 4.0.11-rc2-24027)
- System.Text.Encoding (>= 4.0.11-rc2-24027)
- System.Runtime.Numerics (>= 4.0.1-rc2-24027)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0-rc2-24027)
- System.Runtime.InteropServices (>= 4.1.0-rc2-24027)
- System.Runtime.Extensions (>= 4.1.0-rc2-24027)
- System.Runtime (>= 4.1.0-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-rc2-24027)
- System.Reflection.Primitives (>= 4.0.1-rc2-24027)
- System.Reflection.Extensions (>= 4.0.1-rc2-24027)
- System.Reflection (>= 4.1.0-rc2-24027)
- System.ObjectModel (>= 4.0.12-rc2-24027)
- System.Net.Primitives (>= 4.0.11-rc2-24027)
- System.Net.Http (>= 4.0.1-rc2-24027)
- System.Linq (>= 4.1.0-rc2-24027)
- System.IO.Compression (>= 4.1.0-rc2-24027)
- System.IO (>= 4.1.0-rc2-24027)
- System.Diagnostics.Tools (>= 4.0.1-rc2-24027)
- System.Diagnostics.Debug (>= 4.0.11-rc2-24027)
- System.Collections.Concurrent (>= 4.0.12-rc2-24027)
- System.Collections (>= 4.0.11-rc2-24027)
- Microsoft.NETCore.Runtime (>= 1.0.2-rc2-24027)
- Microsoft.NETCore.Platforms (>= 1.0.1-rc2-24027)
- System.Diagnostics.Tracing (>= 4.1.0-rc2-24027)
- System.Globalization (>= 4.0.11-rc2-24027)
.NET Standard 1.1
- System.Diagnostics.Debug (>= 4.0.11-rc2-24027)
- System.Collections.Concurrent (>= 4.0.12-rc2-24027)
- System.Collections (>= 4.0.11-rc2-24027)
- Microsoft.NETCore.Runtime (>= 1.0.2-rc2-24027)
- Microsoft.NETCore.Platforms (>= 1.0.1-rc2-24027)
- System.Diagnostics.Tools (>= 4.0.1-rc2-24027)
- System.Diagnostics.Tracing (>= 4.1.0-rc2-24027)
- System.Globalization (>= 4.0.11-rc2-24027)
- System.Text.Encoding (>= 4.0.11-rc2-24027)
- System.Xml.XDocument (>= 4.0.11-rc2-24027)
- System.Xml.ReaderWriter (>= 4.0.11-rc2-24027)
- System.Threading.Tasks (>= 4.0.11-rc2-24027)
- System.Threading (>= 4.0.11-rc2-24027)
- System.Text.RegularExpressions (>= 4.0.12-rc2-24027)
- System.Text.Encoding.Extensions (>= 4.0.11-rc2-24027)
- System.IO (>= 4.1.0-rc2-24027)
- System.Runtime.Numerics (>= 4.0.1-rc2-24027)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0-rc2-24027)
- System.Runtime.InteropServices (>= 4.1.0-rc2-24027)
- System.Runtime.Extensions (>= 4.1.0-rc2-24027)
- System.Runtime (>= 4.1.0-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-rc2-24027)
- System.Reflection.Primitives (>= 4.0.1-rc2-24027)
- System.Reflection.Extensions (>= 4.0.1-rc2-24027)
- System.Reflection (>= 4.1.0-rc2-24027)
- System.ObjectModel (>= 4.0.12-rc2-24027)
- System.Net.Primitives (>= 4.0.11-rc2-24027)
- System.Net.Http (>= 4.0.1-rc2-24027)
- System.Linq (>= 4.1.0-rc2-24027)
- System.IO.Compression (>= 4.1.0-rc2-24027)
Version | Downloads | Last updated |
---|---|---|
2.0.3 | 74 | 04/18/2022 |
2.0.2 | 2 | 10/03/2024 |
2.0.1 | 3 | 09/30/2024 |
2.0.0 | 2 | 10/03/2024 |
2.0.0-preview2-25401-01 | 1 | 11/18/2024 |
2.0.0-preview1-25301-01 | 2 | 10/04/2024 |
1.6.1 | 88 | 12/07/2021 |
1.6.1-preview1-24530-04 | 1 | 11/18/2024 |
1.6.0 | 35 | 02/23/2022 |
1.5.0-rc2-24027 | 2 | 10/05/2024 |