Created a tech spec for Embedded Readmes#9832
Conversation
Updated the tech spec based on feedback from the review meeting and Customer input
|
I've made changes to the tech spec based on feedback I've received, specifically addressing concerns about the automatic packing of READMEs (now disabled) and the Validation strategy (who validates the actual markdown file). I wasn't able to request reviews from some of you through the Reviewers tab, so I'm tagging you here to request comments/feedback/approvals. @zkat @zivkan @sbanni @erdembayar @rrelyea @srdjanjovcic @cristinamanum @heng-liu @donnie-msft |
|
Open Questions
Considerations
|
|
I followed up with Jon in chat regarding the above, but here is the response I gave for transparency:
As @zivkan has brought in past discussions, warnings can be problematic for some customers who elevate warnings to errors. Since a README isn't strictly necessary for private/internal package use, this could be a frustrating experience for those who don't need it. The alternative is that we just print a "suggestion" or message as this would increase feature awareness without being overly aggressive. I decided not to do this for the initial release for a few reasons:
👍
We will not support embedded resources for README images in this initial release. Allowlist --> proxy service is a more likely evolution, so size shouldn't be much of an issue. 1mb is a lot for text. |
Created an implementation spec for the Embedded Readmes feature [Issue 9752].