Castle.Core
by: Castle Project Contributors
- 1 total downloads
- Latest version: 4.4.0
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
JetBrains.Annotations
by: JetBrains
- 1 total downloads
- Latest version: 2022.1.0
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
librdkafka.redist
by: Magnus Edenhill edenhill
- 2 total downloads
- Latest version: 1.9.2
The Apache Kafka C/C++ client library - redistributable
Microsoft.AspNetCore.Mvc.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Razor.Design
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.3.2
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.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 6.0.5
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Bundle-Migration
Drop-Database
Get-DbContext
Get-Migration
Optimize-DbContext
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/aee5e4080331553ea9dfb7fb388b6d72f715bf6a
Microsoft.Extensions.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Abstractions of key-value pair based configuration.
Commonly used types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Logging
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 6.0.1
Logging abstractions for Microsoft.Extensions.Logging.
Commonly Used Types:
Microsoft.Extensions.Logging.ILogger
Microsoft.Extensions.Logging.ILoggerFactory
Microsoft.Extensions.Logging.ILogger<TCategoryName>
Microsoft.Extensions.Logging.LogLevel
Microsoft.Extensions.Logging.Logger<T>
Microsoft.Extensions.Logging.LoggerMessage
Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.Options
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Primitives shared by framework extensions. Commonly used types include:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
NETStandard.Library
by: Microsoft
- 1 total downloads
- Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 7 total downloads
- Latest version: 13.0.3
Json.NET is a popular high-performance JSON framework for .NET
NUglify
by: Ron Logan Alexandre Mutel Andrew Bullock
- 1 total downloads
- Latest version: 1.20.0
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET