NETStandard.Library 1.6.0
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
Showing the top 20 packages that depend on NETStandard.Library.
Packages | Downloads |
---|---|
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
When using NuGet 3.x this package requires at least version 3.4.
|
760 |
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
When using NuGet 3.x this package requires at least version 3.4.
|
761 |
Microsoft.IdentityModel.Logging
Includes Event Source based logging support.
|
759 |
Microsoft.IdentityModel.Protocols
Provides base protocol support for OpenIdConnect and WsFederation.
|
759 |
Microsoft.IdentityModel.Protocols.OpenIdConnect
Includes types that provide support for OpenIdConnect protocol.
|
759 |
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
759 |
Serilog
Simple .NET logging with fully-structured events
|
759 |
Serilog
Simple .NET logging with fully-structured events
|
764 |
Serilog.Enrichers.Environment
Enrich Serilog log events with properties from System.Environment.
|
766 |
Serilog.Formatting.Compact
A simple, compact JSON-based event format for Serilog.
|
761 |
Serilog.Formatting.Elasticsearch
Package Description
|
758 |
System.Collections.Immutable
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
|
759 |
System.Collections.Immutable
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
|
760 |
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.
|
758 |
System.IdentityModel.Tokens.Jwt
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
|
759 |
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
Commonly Used Types:
System.Span
System.ReadOnlySpan
System.Memory
System.ReadOnlyMemory
System.Buffers.MemoryPool
System.Buffers.ReadOnlySequence
System.Buffers.Text.Utf8Parser
System.Buffers.Text.Utf8Formatter
7ee84596d92e178bce54c986df31ccc52479e772
When using NuGet 3.x this package requires at least version 3.4.
|
757 |
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
When using NuGet 3.x this package requires at least version 3.4.
|
759 |
System.Runtime.CompilerServices.Unsafe
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
Commonly Used Types:
System.Runtime.CompilerServices.Unsafe
8321c729934c0f8be754953439b88e6e1c120c24
When using NuGet 3.x this package requires at least version 3.4.
|
763 |
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.
|
758 |
.NET Standard 1.0
- Microsoft.NETCore.Platforms (>= 1.0.1)
- System.Collections (>= 4.0.11)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XDocument (>= 4.0.11)
.NET Standard 1.1
- Microsoft.NETCore.Platforms (>= 1.0.1)
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Diagnostics.Tracing (>= 4.1.0)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.IO.Compression (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XDocument (>= 4.0.11)
.NET Standard 1.2
- Microsoft.NETCore.Platforms (>= 1.0.1)
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Diagnostics.Tracing (>= 4.1.0)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.IO.Compression (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Threading.Timer (>= 4.0.1)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XDocument (>= 4.0.11)
.NET Standard 1.3
- Microsoft.NETCore.Platforms (>= 1.0.1)
- Microsoft.Win32.Primitives (>= 4.0.1)
- System.AppContext (>= 4.1.0)
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.Console (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Diagnostics.Tracing (>= 4.1.0)
- System.Globalization (>= 4.0.11)
- System.Globalization.Calendars (>= 4.0.1)
- System.IO (>= 4.1.0)
- System.IO.Compression (>= 4.1.0)
- System.IO.Compression.ZipFile (>= 4.0.1)
- System.IO.FileSystem (>= 4.0.1)
- System.IO.FileSystem.Primitives (>= 4.0.1)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.Net.Sockets (>= 4.1.0)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.Handles (>= 4.0.1)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Encoding (>= 4.0.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
- System.Security.Cryptography.X509Certificates (>= 4.1.0)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Threading.Timer (>= 4.0.1)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XDocument (>= 4.0.11)
Version | Downloads | Last updated |
---|---|---|
2.0.3 | 0 | 05/07/2018 |
2.0.2 | 0 | 04/10/2018 |
2.0.1 | 0 | 10/05/2017 |
2.0.0 | 1 | 06/29/2022 |
2.0.0-preview2-25401-01 | 0 | 06/27/2017 |
2.0.0-preview1-25301-01 | 0 | 05/10/2017 |
1.6.1 | 757 | 06/27/2022 |
1.6.1-preview1-24530-04 | 0 | 10/24/2016 |
1.6.0 | 0 | 06/27/2016 |
1.5.0-rc2-24027 | 0 | 05/16/2016 |