Introducing UISpy.Uno Version 1.0.0-alpha03 – A Powerful Tool for Debugging UNO UI on Skia Platform #17167
Replies: 2 comments 9 replies
-
I am trying to run this on Linux, .Net 8.0, Latest VisualStudioCode, Uno 5.2.37, dotnet 8.0.301, UnoSpySnoopDebugger.Skia.WPF.csproj
Where would I find an appropriate wasi-experimental workload |
Beta Was this translation helpful? Give feedback.
-
I am running Ubuntu 20.04 I obtained latest uno-check and ran that. Upgraded Uno Templates. No reported problems Per readme, I went to https://www.nuget.org/packages/dotnetCampus.UISpy.Uno and installed latest version of UISpy.Uno with the following command dotnet add package dotnetCampus.UISpy.Uno --version 1.0.0-alpha03 howard@howard-Precision-M4800:~/Desktop/Hello_Blocks_UISpy/Hello$ dotnet add package dotnetCampus.UISpy.Uno --version 1.0.0-alpha03
net8.0
howard@howard-Precision-M4800:~/Desktop/Hello_Blocks_UISpy/Hello$ dotnet list package
(A) : Auto-referenced package.
|
Beta Was this translation helpful? Give feedback.
-
We are thrilled to announce the release of UISpy.Uno version 1.0.0-alpha03, a robust tool designed to debug UNO UI interfaces with precision and ease. This release coincides with the exciting launch of UNO version 5.2, which now supports multi-window functionality.
UISpy.Uno harnesses the power of UNO's multi-window feature, allowing developers to open a UI debugging interface in a separate window within the same process.
With UISpy.Uno, you gain insightful access to layout information and every attribute of UI elements. You can even modify properties on-the-fly, providing an unparalleled level of interaction with your UI.
Getting started with UISpy.Uno is a breeze! Simply install the dotnetCampus.UISpy.Uno library and add the following snippet of code to your project:
Once your application is up and running, you can invoke the debugging window by focusing on any element within your app and pressing the F12 key. The debugging interface will appear as shown below:
UISpy.Uno is proudly open-sourced under the MIT license on GitHub, inviting you to use and contribute to its development. For more details, please visit: https://github.com/dotnet-campus/dotnetCampus.UISpy.Uno
For a recap of our previous introduction, click here: #15824
Beta Was this translation helpful? Give feedback.
All reactions