-
Notifications
You must be signed in to change notification settings - Fork 391
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
Package Properties tab should expose the new Readme property #6457
Comments
We will likely add support for editor metadata here that sets the FileOpenDialog default extension to |
There is some complexity here, in that the interceptor will need to create/update/remove the |
That complexity also exists for The mechanism should be similar between Lines 94 to 103 in 034b42b
|
I'll be implementing this into the new property pages. |
Similar to #4905, Embedded Readmes are being introduced and will be included in packages - Embedding and displaying NuGet READMEs.
The behavior for Project Properties would be similar to Icon and License File support:
Using a file picker, users can select a markdown file on disc (.md)
On selection, the value updates to the file's relative path
The project file is updated as below:
The UI view:
The text was updated successfully, but these errors were encountered: