codewars / runner

Issue tracker for Code Runner
34 stars 8 forks source link

Add C# 12 (see #245) #272

Closed konrad-gora closed 11 months ago

konrad-gora commented 1 year ago

C# 12 was introduced with .NET 8 which is LTS version (like .NET 6 and C# 10)

It would be good to have in .csproj these entries:

    <PropertyGroup>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
    </PropertyGroup>

:+1: reaction might help to get this request prioritized.

hobovsky commented 1 year ago

Possibly supersedes #245

kazk commented 11 months ago

Decided to update #245 instead so we don't lose the :+1: count for the newer C#. We don't always prioritize based on the :+1: count, but it's one of the major factors used to decide what to work on.