Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.3.4
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.Compilers
by: Microsoft
- 16 total downloads
- Latest version: 4.1.0
Compiler layer of the .NET Compiler Platform ("Roslyn").
Install this package to get both C# and Visual Basic support.
If you want just support for one language, install Microsoft.CodeAnalysis.CSharp or Microsoft.CodeAnalysis.VisualBasic.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/260d16a8ee0ab42d94d8dfdfe85a1279c85dcffd.
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 2 total downloads
- Latest version: 2.0.67
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows.
You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources)
and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
Shared design-time components for Entity Framework Core tools.
Microsoft.Extensions.ObjectPool
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
A simple object pool implementation.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
Provides additional configuration specific functionality related to Options.
Microsoft.OData.Core
by: Microsoft
- 1 total downloads
- Latest version: 7.8.3
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
Microsoft.Orleans.OrleansHost
by: Microsoft
- 1 total downloads
- Latest version: 1.5.10
Default silo host process that starts a silo as a process.
Microsoft.TestPlatform.TestHost
by: Microsoft
- 2 total downloads
- Latest version: 15.6.0
Testplatform host executes the test using specified adapter.
Microsoft.WindowsAppSDK.ML
by: Microsoft
- 1 total downloads
- Latest version: 1.8.2109
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the Windows Machine Learning APIs.
MimeKit
by: Jeffrey Stedfast
- 1 total downloads
- Latest version: 1.10.0
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.
Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET).
MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.
In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
Moq
by: Daniel Cazzulino, kzu
- 1 total downloads
- Latest version: 4.7.46
Moq is the most popular and friendly mocking framework for .NET
MySqlConnector
by: Bradley Grainger, Caleb Lloyd
- 4 total downloads
- Latest version: 1.3.4
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
Namotion.Reflection
by: Namotion.Reflection
- 2 total downloads
- Latest version: 2.0.9
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
NJsonSchema.CodeGeneration
by: Rico Suter
- 3 total downloads
- Latest version: 8.26.6300.23803
JSON Schema draft v4 reader, generator and validator for .NET
Plugin.Fingerprint
by: Sven-Michael Stübe
- 1 total downloads
- Latest version: 1.4.0-rc2
Authenticate a user via fingerprint from a cross platform API.
RestSharp
by: John Sheehan, RestSharp Community
- 1 total downloads
- Latest version: 104.1.0
Simple REST and HTTP API Client
runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk
by: Microsoft
- 1 total downloads
- Latest version: 2.2.13
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR.
1b651b26ca39a8a2b6c090a85b6025565fa46203
When using NuGet 3.x this package requires at least version 3.4.
Serilog
by: Serilog Contributors
- 9 total downloads
- Latest version: 2.10.0-dev-01240
Simple .NET logging with fully-structured events
Serilog.Extensions.Logging
by: Microsoft, Serilog Contributors
- 1 total downloads
- Latest version: 1.3.1
Serilog provider for Microsoft.Extensions.Logging