CSharp - Nuget

Disruptor

A High Performance Inter-Thread Messaging Library


dotenv.net

dotenv.net is a group of projects that aim to make the process of reading .env files as simple and pain-free as possible in the dotnet ecosystem. It contains a core library that holds the env reading functionality and two libraries that add dependency injection (DI) support for two popular DI systems. If you have ideas or issues, feel free to create an issue.

dotMorten.Microsoft.SqlServer.Types

A .NET Standard implementation of the spatial types in Microsoft.SqlServer.Types.

dotnet-counters

.NET Performance Counter Tool

dotnet-dump

Diagnostic dump collect and analyze tool

dotnet-stryker

Professor X: For someone who hates mutants... you certainly keep some strange company. William Stryker: Oh, they serve their purpose... as long as they can be controlled.

dotnet-trace

.NET Performance Trace Tool

DotNetty.Common

DotNetty common routines

dotnet-wait

CLI tool to monitor waits duration for .NET 9+ applications.


Install it with the following command line: dotnet tool install -g dotnet-wait


  • To monitor a running .NET application, use the following command line with its process ID: dotnet wait -p 1234
  • If you want to avoid mixing console output, use -o option to redirect the output to a file: dotnet wait -p 1234 -o output.txt
  • If you want to avoid mixing console input, you can open 2 consoles. Type dotnet wait -s -- "C:\path\to\my\app.exe" in the first console and will get the command line dotnet wait -r <pid> to type in the second console
  • use -w <duration in milliseconds> to monitor only waits longer than the duration specified

dotnet-watch

Command line tool to watch for source file changes during development and restart the dotnet command.


This package was built from the source code at https://github.com/aspnet/DotNetTools/tree/d745b8c161d42665ceb51597888062336fec7764

DotNext

Provides various extensions of .NET Base Class Library


Duende.IdentityServer

The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.