ivberg

Results 22 issues of ivberg

1. If you compile this code and gather a .nettrace TraceEvent ``` Console.WriteLine("Hello, World!"); throw new Exception("This in an exception"); ``` 2. Collect a trace with `dotnet-trace collect -- bin/Debug/net6.0/TestApp`...

### Describe the bug Cannot add or modify Context-Menu (right-click) of RichTextBlock I am not 100% sure this is not possible with WinAppSDK 1.1.3, but after searching the Internet for...

bug
needs-triage

Feature request for the Perfetto plugin to support processing Block I/O and Ext4 events into their own table. Would give useful graphs and processed data like we have for LTTng...

enhancement

Having this feature would enable the Perfetto plugin to show CPU Scheduling callstacks of both kernel & user-mode either at the system or process level. What is collected is dependent...

enhancement

**Is your feature request an entirely new concept?** Accessing table data is not new, but I didn't find it intuitive and had to ask the SDK experts for a solution....

enhancement
untriaged

**Is your feature request an entirely new concept?** Not a new concept but DataSourceInfo is key to the timeline in the UI and understanding the data time bounds. Exposing this...

enhancement
untriaged

For data sources sourced from log files with absolute timestamps, I heavily prefer to display to the user the absolute timestamp as well as the calculated relative timestamp. The SDK...

Timestamp in the SDK is relative since start of DataSource. Using the Engine there doesn't seem to be an easy way to just get an absolute DateTime given a Timestamp....

### Describe the bug WinAppSDK app compiles fine but is unable to be deployed in Debug mode. Release mode works fine but most devs would want Debug mode for the...

documentation