Do you apply new C# features to existing code after upgrading .NET version?

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

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

    IL weaver to add nullability annotations to .NET reference assemblies (by jnm2)

  • Even for .NET Framework code, I tend to use recent C# versions. I reference https://github.com/jnm2/ReferenceAssemblyAnnotator to get nullable support and https://github.com/manuelroemer/IsExternalInit for records, and that takes care of most of the features I care about.

  • IsExternalInit

    A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class.

  • Even for .NET Framework code, I tend to use recent C# versions. I reference https://github.com/jnm2/ReferenceAssemblyAnnotator to get nullable support and https://github.com/manuelroemer/IsExternalInit for records, and that takes care of most of the features I care about.

  • 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
  • MSBuild.SDK.SystemWeb

    This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.

  • Sdk at least works with .net standard so shared projects can be converted to that, we also had some success using the MSBuild.SDK.SystemWeb sdk nuget package for our MVC5 projects which I found from the github issue discussions on adding official support for it on older projects.

  • project-system

    The .NET Project System for Visual Studio

  • Sdk at least works with .net standard so shared projects can be converted to that, we also had some success using the MSBuild.SDK.SystemWeb sdk nuget package for our MVC5 projects which I found from the github issue discussions on adding official support for it on older projects.

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

  • Where’s C# headed? - Mads Torgersen - NDC Copenhagen 2022

    1 project | /r/csharp | 18 Aug 2022
  • Is there a way to change my C# language version without editing the project file?

    7 projects | /r/csharp | 28 Jul 2022
  • Ladies and gentlemen, C#. A package, you guessed it, for C#.

    1 project | /r/csharp | 11 Apr 2022
  • When do you use C#9 Records?

    1 project | /r/csharp | 23 Jun 2021
  • Can I use C#9.0 with ASP.NET Core 3.1?

    1 project | /r/csharp | 23 Dec 2020