You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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)
StartupHookProvider
out of hosting tests #77805Single-file testing strategy
The text was updated successfully, but these errors were encountered: