Humanizer
by: Mehdi Khalili Claire Novotny
- 26 total downloads
- Latest version: 2.14.1
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Irony
by: Roman Ivantsov
- 59 total downloads
- Latest version: 0.9.1
Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
JetBrains.Annotations
by: JetBrains
- 49 total downloads
- Latest version: 2025.1.0-eap1
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.
jQuery
by: jQuery Foundation Inc.
- 12 total downloads
- Latest version: 3.4.1
jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
KitSys.BuildingBlocks.Grpc.Tools.Tasks
by: EngWaleedAbdullah
- 130 total downloads
- Latest version: 0.0.18
KitSys.BuildingBlocks.Grpc.Tools.Tasks
libsodium
by: Frank Denis
- 21 total downloads
- Latest version: 1.0.18.4
Internal implementation package not meant for direct consumption. Please do not reference directly.
Libuv
by: Libuv
- 72 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
LiteDB
by: Mauricio David
- 48 total downloads
- Latest version: 2.0.4
A simple embedded .NET NoSQL Document Store in a single data file
log4net
by: Apache Software Foundation
- 23 total downloads
- Latest version: 2.0.1
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
Lucene.Net
by: The Apache Software Foundation
- 24 total downloads
- Latest version: 4.8.0-beta00016
Lucene.Net is a full-text search engine library capable of advanced text analysis, indexing, and searching. It can be used to easily add search capabilities to applications. Lucene.Net is a C# port of the popular Java Lucene search engine framework from The Apache Software Foundation, targeted at .NET Framework and .NET Core users.
MediatR
by: Jimmy Bogard
- 12 total downloads
- Latest version: 2.0.0-beta-003
Simple, unambitious mediator implementation in .NET
MessagePackAnalyzer
by: neuecc aarnott
- 13 total downloads
- Latest version: 2.1.152
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
Meziantou.Analyzer
by: Meziantou
- 26 total downloads
- Latest version: 2.0.163
A Roslyn analyzer to enforce some good practices in C#
Microsoft.ApplicationInsights.Agent.Intercept
by: Microsoft
- 11 total downloads
- Latest version: 0.17.0
This NuGet enables Interception of method calls
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 497 total downloads
- Latest version: 2.23.0
Application Insights Dependency Collector for .NET applications. This is a dependent package for Application Insights platform specific packages and provides automatic collection of dependency telemetry. Please install the platform specific packages directly for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.PerfCounterCollector
by: Microsoft
- 496 total downloads
- Latest version: 2.23.0
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.WindowsServer
by: Microsoft
- 452 total downloads
- Latest version: 2.23.0
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
- 427 total downloads
- Latest version: 2.23.0
This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNet.Authentication
by: Microsoft
- 77 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 common types used by the various authentication middleware.
Microsoft.AspNet.Cryptography.Internal
by: Microsoft
- 15 total downloads
- Latest version: 1.0.0-rc1-final
Infrastructure for ASP.NET 5 cryptographic packages. Developers should not reference this package.