-
Notifications
You must be signed in to change notification settings - Fork 560
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
UWP visualizer app improvements #565
Conversation
Tabbed UI, error reporting and warnings, instant preview as you type, remembers the files you had open, automatically launches with the samples files open, can save changes on a file
@Anbare, |
Literally 🔥 |
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.
Seems to be missing some files. Does not build. I'll see if I can find the reason. If not we'll have to wait for Andrew to come back.
<Compile Include="Helpers\BindableBase.cs" /> | ||
<Compile Include="Helpers\IListExtensions.cs" /> | ||
<Compile Include="Helpers\PayloadValidator.cs" /> | ||
<Compile Include="Helpers\WeakEventHandler.cs" /> |
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.
[](start = 4, length = 49)
This file is missing
Build failed with: |
Looks like it might be an issue with the build server not using NuGet 4.1.0? NuGet/Home#4515 |
@nesalang Please look into this. |
Hopefully this fixes the server's build issue with the app
See if setting min version to 14393 fixes the server build error
Massive improvement to the UWP Visualizer app
In a future version we need to...
But I'm going on vacation so want to get these major improvements in now! Screenshots...