Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host work in .NET 8 #77456

Closed
9 of 10 tasks
agocke opened this issue Oct 25, 2022 · 2 comments
Closed
9 of 10 tasks

Host work in .NET 8 #77456

agocke opened this issue Oct 25, 2022 · 2 comments
Assignees
Labels
area-Host Epic Groups multiple user stories. Can be grouped under a theme.
Milestone

Comments

@agocke
Copy link
Member

agocke commented Oct 25, 2022

In .NET 8, we want to improve the hosting space in three main areas:

User experience

.NET hosting is the entry point for both the end-user experience of running an application and the developer experience of building one. There is often a fair amount of overlap with SDK work.

Developer building blocks

This is functionality related to hosting a .NET runtime that enable developers to better integrate with the runtime. Pain points with custom hosting often revolve around interactions with assembly load contexts - building out this capability will alleviate this and help users move away from older / Windows-only platforms like .NET Framework and C++/CLI.

Fundamentals

Test infrastructure (steps towards #77800)

Single-file testing strategy

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 25, 2022
@ghost
Copy link

ghost commented Oct 25, 2022

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: agocke
Assignees: -
Labels:

area-Host

Milestone: -

@agocke agocke added this to the 8.0.0 milestone Oct 25, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Oct 25, 2022
@agocke agocke added the Epic Groups multiple user stories. Can be grouped under a theme. label Dec 5, 2022
@agocke
Copy link
Member Author

agocke commented Jul 25, 2023

Closing as completed.

@agocke agocke closed this as completed Jul 25, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Host Epic Groups multiple user stories. Can be grouped under a theme.
Projects
Archived in project
Development

No branches or pull requests

2 participants