-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
onepagers for MSBuildServer and RAR caching #11005
Conversation
Hello @tkapin @donJoseLuis, I went over the comments and answered what I could. |
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.
One additional risk that I see is that this feature might end up like the caching plugin - something that only 1ES can use, and only on some platforms. We should ideally take an implementation interface that is
- capable of cross-platform support
- able to be used in an IPC manner as well as an in-proc manner (i.e. msbuild server)
- able to be used both for Framework MSBuild and .NET MSBuild
Onepagers as per our internal team discussion.