-
Notifications
You must be signed in to change notification settings - Fork 641
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
Added links to best practices page on package upload page #8542
Conversation
</div> | ||
<div id="warning-container"> | ||
@ViewHelpers.AlertInfo(@<text>You had an upload in progress. You can continue it here or cancel to restart.</text>) | ||
</div> |
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.
It looks like Visual Studio messed with the whitespace here (it tries to auto format Razor code valiantly but the feature is low key busted). We can fix that tomorrow :)
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.
You've noted the formatting and test code changes still required. There's also web.config
. Otherwise
Added links to best practices page in upload package page
Addresses #8411