System.Diagnostics.DiagnosticSource
by: Microsoft
- 2 total downloads
- Latest version: 9.0.0
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
System.Formats.Nrbf
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.5.25277.114
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.
System.IdentityModel.Tokens.Jwt
by: Microsoft
- 2 total downloads
- Latest version: 8.7.0
Includes types that provide support for creating, serializing and validating JSON Web Tokens. As of IdentityModel 7x, this is a legacy tool that should be replaced with Microsoft.IdentityModel.JsonWebTokens.
System.IO.FileSystem
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22416
Provides types that allow reading and writing to files and types that provide basic file and directory support.
Commonly Used Types:
System.IO.FileStream
System.IO.FileInfo
System.IO.DirectoryInfo
System.IO.FileSystemInfo
System.IO.File
System.IO.Directory
System.IO.SearchOption
System.IO.FileOptions
System.Net.Http.Json
by: Microsoft
- 3 total downloads
- Latest version: 10.0.0-preview.6.25358.103
Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json.
Commonly Used Types:
System.Net.Http.Json.HttpClientJsonExtensions
System.Net.Http.Json.HttpContentJsonExtensions
System.Net.Http.Json.JsonContent
System.Net.Http.WinHttpHandler
by: Microsoft
- 2 total downloads
- Latest version: 9.0.3
Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler.
Commonly Used Types:
System.Net.Http.WinHttpHandler
System.Resources.Extensions
by: Microsoft
- 3 total downloads
- Latest version: 10.0.0-preview.1.25080.5
Provides classes which read and write resources in a format that supports non-primitive objects.
Commonly Used Types:
System.Resources.Extensions.DeserializingResourceReader
System.Resources.Extensions.PreserializedResourceWriter
System.Resources.ResourceManager
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22416
Provides classes and attributes that allow developers to create, store, and manage various culture-specific resources used in an application.
Commonly Used Types:
System.Resources.ResourceManager
System.Resources.NeutralResourcesLanguageAttribute
System.Resources.SatelliteContractVersionAttribute
System.Resources.MissingManifestResourceException
System.Security.Claims
by: Microsoft
- 3 total downloads
- Latest version: 4.0.0-beta-22605
Provides classes that implement claims-based identity in the .NET Framework, including classes that represent claims, claims-based identities, and claims-based principals.
Commonly Used Types:
System.Security.Principal.GenericIdentity
System.Security.Claims.Claim
System.Security.Claims.ClaimsIdentity
System.Security.Claims.ClaimsPrincipal
System.Security.Principal.GenericPrincipal
System.Security.Cryptography.Pkcs
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.4.25258.110
Provides support for PKCS and CMS algorithms.
Commonly Used Types:
System.Security.Cryptography.Pkcs.EnvelopedCms
System.ServiceModel.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides common Windows Communication Foundation (WCF) types for consuming and communicating with services.
Commonly Used Types:
System.ServiceModel.ClientBase<TChannel>
System.ServiceModel.IClientChannel
System.ServiceModel.ICommunicationObject
System.ServiceModel.Channels.IChannel
System.ServiceModel.IContextChannel
System.ServiceModel.IExtensibleObject<T>
System.ServiceModel.DataContractFormatAttribute
System.ServiceModel.Description.IOperationBehavior
System.ServiceModel.Channels.Message
System.ServiceModel.FaultException<TDetail>
WindowsAzure.Storage
by: Microsoft
- 6 total downloads
- Latest version: 4.4.1-preview
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Xamarin.Android.Support.Core.UI
by: Xamarin Inc.
- 1 total downloads
- Latest version: 25.1.0-beta2
Core UI Android Support Library C# bindings for Xamarin
Xamarin.Build.Download
by: Microsoft
- 1 total downloads
- Latest version: 0.11.1
Support for downloading and unpacking archives when building MSBuild projects
xunit
by: jnewkirk, bradwilson
- 3 total downloads
- Latest version: 2.9.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: jnewkirk, bradwilson, marcind
- 3 total downloads
- Latest version: 1.16.0
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 provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
xunit.core
by: jnewkirk, bradwilson
- 4 total downloads
- Latest version: 2.9.2
Includes the libraries for writing unit tests with xUnit.net.