Microsoft.Orleans.Persistence.AzureStorage
by: Microsoft
- 1 total downloads
- Latest version: 7.2.1
Microsoft Orleans persistence providers backed by Azure Storage
Microsoft.Orleans.Reminders.AzureStorage
by: Microsoft
- 1 total downloads
- Latest version: 3.7.2
Microsoft Orleans reminders provider for Azure Table Storage
Microsoft.Spatial
by: Microsoft Corporation
- 1 total downloads
- Latest version: 7.4.0-beta3
Contains classes and methods that facilitate geography and geometry spatial operations. Support OData v4 only. Targets .NET Platform Standard 1.1. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
OData .NET library is open source at http://github.com/OData/odata.net
Microsoft.Testing.Platform
by: Microsoft
- 0 total downloads
- Latest version: 1.7.0-preview.25167.10
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device.
This package provides the core platform and the .NET implementation of the protocol.
Microsoft.Testing.Platform.MSBuild
by: Microsoft
- 1 total downloads
- Latest version: 1.6.2
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device.
This package provides MSBuild integration of the platform, its extensions and configuration files.
Microsoft.TypeScript.MSBuild
by: Microsoft
- 2 total downloads
- Latest version: 5.8.0-rc
The TypeScript MSBuild task, and matching compiler version.
Microsoft.VisualStudio.Debugger.Contracts
by: Microsoft
- 0 total downloads
- Latest version: 17.2.0-beta.21371.1
Package containing extensibility contracts between the debugger and other Visual Studio components, such as language services.
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 17.14.2-alpha
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.VisualStudio.Threading.Only
by: Microsoft
- 0 total downloads
- Latest version: 17.14.2-alpha
Async synchronization primitives, async collections, TPL and dataflow extensions.
The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This
package is applicable to any .NET application (not just Visual Studio).
This package contains only the library, without a dependency on the analyzers.
Use the Microsoft.VisualStudio.Threading package to get the library and analyzers together.
Microsoft.VisualStudio.Web.CodeGeneration.Core
by: Microsoft
- 2 total downloads
- Latest version: 6.0.4
Contains the core infrastructure used by ASP.NET Core Code Generators.
- 1 total downloads
- Latest version: 7.0.10
Contains Entity Framework Core Services used by ASP.NET Core Code Generators.
Microsoft.Win32.SystemEvents
by: Microsoft
- 1 total downloads
- Latest version: 4.6.0-preview6.19303.8
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Windows.CsWinRT
by: Microsoft
- 16 total downloads
- Latest version: 2.1.5
C#/WinRT provides packaged WinRT projection support for the C# language. It is compatible with .NET 6 or later, and does not require any built-in knowledge of WinRT by the C# compiler.
Microsoft.WindowsAppSDK
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-preview3
WindowsAppSDK
MimeKit
by: Jeffrey Stedfast
- 1 total downloads
- Latest version: 4.8.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.
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 limitations.
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
- 0 total downloads
- Latest version: 4.20.72
Moq is the most popular and friendly mocking framework for .NET.
MudBlazor
by: Garderoben, Henon and Contributors
- 1 total downloads
- Latest version: 6.2.3
MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET developers who want to rapidly build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers them to adapt, fix or extend the framework and the multitude of examples in the documentation makes learning MudBlazor very easy.
Nerdbank.GitVersioning
by: Andrew Arnott
- 3 total downloads
- Latest version: 3.5.112
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NetVips.Native.linux-arm64
by: Kleis Auke Wolthuizen
- 11 total downloads
- Latest version: 8.16.1
This package complements the NetVips package and contains native binaries of libvips for Linux (ARM64v8)
NJsonSchema
by: Rico Suter
- 2 total downloads
- Latest version: 11.2.0
JSON Schema reader, generator and validator for .NET