Microsoft.VisualStudio.Web.CodeGeneration by: Microsoft.VisualStudio.Web.CodeGeneration
  • 1 total downloads
  • Latest version: 1.0.0-msbuild1-final
  • aspnetcore,codegenerator,scaffolding,visualstudioweb
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
Microsoft.Win32.SystemEvents by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Provides access to Windows system event notifications. Commonly Used Types: Microsoft.Win32.SystemEvents
NJsonSchema.CodeGeneration by: Rico Suter
  • 5 total downloads
  • Latest version: 8.34.6331.29195
  • json schema validation generator codegen .net
JSON Schema draft v4 reader, generator and validator for .NET
NSwag.AssemblyLoader by: Rico Suter
  • 1 total downloads
  • Latest version: 13.14.2
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
Roslyn.Diagnostics.Analyzers by: Microsoft
  • 7 total downloads
  • Latest version: 5.0.0-1.25277.114
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
Serilog.Formatting.Compact by: Serilog Contributors
  • 4 total downloads
  • Latest version: 2.0.0
  • serilog json
A simple, compact JSON-based event format for Serilog.
SQLitePCLRaw.lib.e_sqlite3.ios by: Eric Sink
  • 1 total downloads
  • Latest version: 2.1.11
  • sqlite
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v110 by: Eric Sink, D. Richard Hipp, et al
  • 3 total downloads
  • Latest version: 1.1.9
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v120 by: Eric Sink, D. Richard Hipp, et al
  • 1 total downloads
  • Latest version: 1.1.2
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v140 by: Eric Sink, D. Richard Hipp, et al
  • 3 total downloads
  • Latest version: 1.1.3
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.provider.e_sqlite3 by: Eric Sink
  • 2 total downloads
  • Latest version: 2.0.2-pre20191018090318
  • sqlite;xamarin
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'e_sqlite3', the SQLite builds provided with SQLitePCLRaw.
System.Composition.Convention by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-rc.2.23479.6
Provides types that support using Managed Extensibility Framework with a convention-based configuration model. Commonly Used Types: System.Composition.Convention.ConventionBuilder System.Composition.Convention.ExportConventionBuilder System.Composition.Convention.ImportConventionBuilder System.Composition.Convention.PartConventionBuilder System.Composition.Convention.ParameterImportConventionBuilder
System.Composition.Hosting by: Microsoft
  • 2 total downloads
  • Latest version: 1.3.0-preview8.19405.3
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost When using NuGet 3.x this package requires at least version 3.4.
System.Composition.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 1.3.0-preview6.19264.9
Contains runtime components of the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContext When using NuGet 3.x this package requires at least version 3.4.
System.Configuration.ConfigurationManager by: Microsoft
  • 5 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
System.Diagnostics.PerformanceCounter by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-preview.2.23128.3
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter
System.Reflection.Context by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-rc1.19456.4
Provides classes that enable customized reflection contexts. Commonly Used Types: System.Reflection.Context.CustomReflectionContext When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.MetadataLoadContext by: Microsoft
  • 2 total downloads
  • Latest version: 7.0.0-preview.2.22152.2
Provides read-only reflection on assemblies in an isolated context with support for assemblies that have different architectures and runtimes. Commonly Used Types: System.Reflection.MetadataLoadContext System.Reflection.MetadataAssemblyResolver
System.Runtime.WindowsRuntime by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-rc1.19456.4
Provides extensions methods that improve interoperation between managed code and the Windows Runtime. Commonly Used Types: System.WindowsRuntimeSystemExtensions System.IO.WindowsRuntimeStorageExtensions System.IO.WindowsRuntimeStreamExtensions System.Runtime.InteropServices.WindowsRuntime.AsyncInfo System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeBuffer When using NuGet 3.x this package requires at least version 3.4.
System.Security.Permissions by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview3.19128.7
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.