Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Add Support for .NET 7 #877

@Xorcist77

Description

@Xorcist77

Is your feature request related to a problem? Please describe.

Presently unable to build .NET 7 projects with the current build image (though .NET 6 projects build fine). There is a specific need for the .NET 7 build support, so that latest features available to Blazor WASM can be taken advantage of (this will most likely be the same case for future .NET revisions, which are released yearly).

Describe the solution you'd like

Please include the .NET 7 SDKs as part of the build image (they were released to the general public on 2022-11-08). It would be great to see the yearly releases of .NET regularly added to the build image in a timely fashion so they can be used "out of the box" so to say.

Describe alternatives you've considered

Considerations have been made to utilize a bash script to auto-install the required .NET release and build accordingly, but this requires an extra CI/CD specific file to be source controlled as part of the project (and feels more like a work-around for something that should already be supported). Blazor WASM has enough industry adoption to warrant .NET 7's inclusion in the build image (as well as regular inclusion of subsequent future .NET revisions).

Additional context

Netlify_NET7

Can you submit a pull request?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: featurecode contributing to the implementation of a feature and/or user facing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions