What NuGet packages do you automatically add

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vs-threading

    The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

  • It looks like 2 of them, ya (although personally I'm on .NET Framework to minimize dependency file sizes). But there are many others, from catching async void (https://github.com/microsoft/vs-threading/blob/main/doc/analyzers/index.md ), to catching unsealed classes (small performance benefits, so why not), etc.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Implementing an Async Mutex

    1 project | /r/csharp | 3 Nov 2022
  • Is there a way to force an `async` computation / `MailboxProcessor` to use a unique thread?

    1 project | /r/fsharp | 31 Oct 2022
  • How would you fix this sync-over-async code?

    2 projects | /r/dotnet | 22 Apr 2022
  • Reentrant (Recursive) Async Lock is Impossible in C#

    2 projects | /r/dotnet | 20 Dec 2021
  • Prevent deadlock while calling async method inside synchronous one (inside environment with synchronization context)

    2 projects | /r/dotnet | 19 Oct 2021