Skip to content

Unpin C# compiler version #57583

@stephentoub

Description

@stephentoub

We're currently pinning the version of the C# compiler to use to make sure we're using a new enough one for new C# 10 features. We should make sure a new enough compiler is flowing in and then stop pinning it; otherwise, we're missing out on compiler fixes/improvements.

<!-- TODO: Upgrade compiler version to enable Static Abstracts in Interfaces, interpolated string handlers, and caller arg expressions; remove this once the employed SDK uses a new enough version. -->
<MicrosoftNetCompilersToolsetVersion>4.0.0-3.21376.12</MicrosoftNetCompilersToolsetVersion>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions