Skip to content

Enable debugging support for .NET native container builds #3808

@baronfel

Description

@baronfel

Starting with .NET 7, the .NET SDK enables containerizing .NET applications without a Dockerfile via a simple dotnet publish command. Subsequent releases of this capability have focused on integrating the package into more project types - the 7.0.200 release of the SDK in February will include the package for Web SDK projects (those that use ASP.NET Core), and we plan to extend this to all .NET project types in the spring release of 7.0.300.

It would be amazing if we could integrate this package into the tooling for this extension, letting developers continue the easy containerization experience all the way up to publishing their app to the cloud provider even inside their IDE.

Conceretely, it would be great if the onboarding experience for .NET debugging support didn't require the use of scaffolded Dockerfiles, and could generate publish commands instead of docker build commands for the prerequisite build tasks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions