Why do Task.Wait and Task.Result even exist?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CliWrap

    Library for running command-line processes

  • For example, using the great Cli.Wrap library:

  • csharpier

    CSharpier is an opinionated code formatter for c#.

  • Or some other cmd process like a Resharper or CSharpier - the console app will exit before the command is done, even if you await the command .

  • 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
  • referencesource

    Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework

  • And the actual implementation: https://github.com/microsoft/referencesource/blob/master/mscorlib/system/threading/Tasks/ThreadPoolTaskScheduler.cs

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