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

Rename view models in hosting layer #1266

Merged
merged 8 commits into from
Dec 7, 2023

Conversation

drewnoakes
Copy link
Member

There will be a gRPC connection between Aspire.Hosting and Aspire.Dashboard. On the hosting side, there'll be no concept of view models any more.

This change applies some renaming to better match the shape of APIs to come, reduce the size of the future PR that splits them across that boundary.

After the dashboard is split from the app host, it won't make sense to think of these as view models as there's no requirement that this data be used in a UI.
Like other `Aspire.Hosting` types in this change, the concept of "view model" no longer applies at this level. Rename the types accordingly.
@drewnoakes drewnoakes merged commit 2a99903 into dotnet:main Dec 7, 2023
8 checks passed
@drewnoakes drewnoakes deleted the rename-view-models-in-hosting branch December 7, 2023 21:55
@github-actions github-actions bot locked and limited conversation to collaborators Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants