-
Notifications
You must be signed in to change notification settings - Fork 108
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
Authoring/Hosting project tooling support #663
Comments
Hosting support needs some more work with ProjectReferences, but PackageRef's are handled by my PR #665 |
Meeting notes: Top priority is project reference support, as a few of the later hacks we want to see if they are needed once projref support is in place. Second priority: manifest/runtimeconfig
Re: docs page, Angela will help me by setting up a webpage based on the old one I linked in #677 |
Closing and tracking the remaining items separately |
Creating an issue to track the status of end-to-end C# Authoring/Hosting. Here is a list of hacks that we should remove to consider authoring/hosting experience complete:
DeploymentContent
set to true in hosting project file (for the manifest and runtimeconfig) - JoshuaCsWinRTEnableLogging
in authoring csproj (Warning when turning of CsWinRTEnableLogging #687) - ManoCsWinRTWindowsMetadata
(Reduce need for CsWinRTWindowsMetadata #657)GeneratedFilesDir
in authoring csproj bug with potential race condition - ManoAssemblyVersion
- can we set a defaultFor packaged apps, there are some additional hacks:
Other existing issues for E2E authoring support include:
The text was updated successfully, but these errors were encountered: