Microsoft.NETCore.App.Host.win-x64
by: Microsoft
- 2 total downloads
- Latest version: 8.0.21
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.DotNetAppHost
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.4.21253.7
Provides the .NET app bootstrapper intended for use in the application directory
Microsoft.NETCore.DotNetHost
by: Microsoft
- 3 total downloads
- Latest version: 6.0.21
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module
Microsoft.OData.Edm
by: Microsoft
- 1 total downloads
- Latest version: 7.6.3
Classes to represent, construct, parse, serialize and validate entity data models. Supports OData v4. 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://odata.github.io/odata.net.
Microsoft.Orleans.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.6.5
C# Analyzers for Microsoft Orleans.
Microsoft.ProjectReunion
by: Microsoft
- 1 total downloads
- Latest version: 0.8.5
Project Reunion Metapackage
Microsoft.ProjectReunion.Foundation
by: Microsoft
- 2 total downloads
- Latest version: 0.8.11
Microsoft Project Reunion Foundation
Microsoft.VisualStudio.Web.CodeGeneration
by: Microsoft.VisualStudio.Web.CodeGeneration
- 1 total downloads
- Latest version: 1.0.0-preview2-final
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
- 1 total downloads
- Latest version: 1.1.4
Contains Entity Framework Core Services used by ASP.NET Core Code Generators.
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 1 total downloads
- Latest version: 10.0.26100.7705
The Windows WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.
This package includes all the supported Windows Runtime APIs up to Windows version 26100. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see:
https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code
Supported platforms:
- .NET Framework 4.6+
- .NET Core 3.0+
Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
Microsoft.WindowsAppSDK.Runtime
by: Microsoft
- 1 total downloads
- Latest version: 2.0.1
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This is a package that can be referenced to declare the WindowsAppSDK framework packages should be referenced by default.
NJsonSchema
by: Rico Suter
- 5 total downloads
- Latest version: 10.5.1
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration
by: Rico Suter
- 6 total downloads
- Latest version: 8.30.6304.31907
JSON Schema draft v4 reader, generator and validator for .NET
NSwag.Annotations
by: Rico Suter
- 5 total downloads
- Latest version: 13.3.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core
by: Rico Suter
- 1 total downloads
- Latest version: 6.2.6120.40486
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Generation.WebApi
by: Rico Suter
- 1 total downloads
- Latest version: 13.0.0-20190531.9
NSwag: The Swagger API toolchain for .NET and TypeScript
Roslyn.Diagnostics.Analyzers
by: Microsoft
- 5 total downloads
- Latest version: 3.11.0-beta1.24318.1
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
Sentry
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 6.3.1
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 1 total downloads
- Latest version: 1.0.0-pre20160901085507
This 'batteries-included' bundle brings in SQLitePCLRaw and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: e_sqlite3 included.
SQLitePCLRaw.core
by: Eric Sink, et al
- 1 total downloads
- Latest version: 1.0.0-pre20160901085507
SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Most users should just start with one of the packages named SQLitePCLRaw.bundle_*.