-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Reduce record usage in published projects #48907
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
Reduce record usage in published projects #48907
Conversation
Thanks for your PR, @david-acker. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
FYI I'll be taking a quick look through the projects again just to make sure I didn't miss anything. |
9d025f7
to
e67bb69
Compare
Thanks @david-acker! Looks like you have some merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Would be good to get a look from @dotnet/aspnet-blazor-eng to cover the changes under src/Components
and @amcasey for review on the src/Server
changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me (the Server folder).
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
@dotnet/aspnet-blazor-eng Can someone please take a quick look at the |
Could someone with commit rights use Edit: Need to fix some merge conflicts first. |
Other changes:
|
Thanks @david-acker! |
Reduce record usage in published projects
Converts instances of
record
toclass
andrecord struct
tostruct
.Fixes #45859