Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
Forked from dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
C# 1
-
Forked from mono/referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
C#
-
Forked from dotnet/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
C#
-
493 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in dotnet/runtime that received 8 comments
[wasm][debugger] Small improvements to fail gracefully
Try to fail gracefully when we come across some variable/value that we can't describe (yet!) Eg. missing because of invalid param/local id, or val…
- [wasm][debugger] Try to enable debugger tests
- [wasm][debugger] Improving logging control for tests
- [wasm][debugger] Add support for raising events in the app, intended to
- [wasm][debugger] Log messages in the proxy with the correct debug level
- [wasm][debugger] Skip downloading pdb, for empty urls
- [wasm][debugger] Avoid infinite loop when we have a boxed `new object`
- [release/5.0-rc2] Backport wasm debugger improvements, and fixes
- [wasm][debugger] Don't fail in presence of multicast delegates
- Support loading assemblies and symbols into debugger via callback
- [wasm][http] Add support for Blob URLs
- [wasm] Download Symbols from microsoft symbol server
- [wasm][debugger] Fix stepping out from an async method
- [wasm][filesystem] add arg to testharness for setting working dir
- [wasm][debugger][test] Change DateTime format test
- Add support for loading lazy-loaded assemblies into DebugStore
- [browser][wasm] Add support for marshaling Enum through the bindings
- Incorporate timezone data from runtime-assets
Created an issue in dotnet/runtime that received 4 comments
[wasm][debugger] Crash/assert when stepping out from an async method
I changed aspnetcore's StandaloneApp's Counter.razor to:
@code { static HttpClient client = new HttpClient(); int currentCount = 0; async Task Incr…
- [wasm][debugger] Stepping over await call to the next line, returns a garbage location
- [wasm][debugger] Stepping out of an async method doesn't return to the call site
- [wasm][debugger] Handle boxed object value
- [wasm][debugger] Async locals in a `ContinueWith` block
- [wasm][debugger] async locals don't show up correctly for non-trivial async methods
- [wasm][debugger] Show actual values for boxed `object`s
- [wasm][debugger] Cannot inspect locals in trace with calls made through reflection
- [wasm][debugger] Fails to show locals, or object properties
- [wasm][debugger] Nullable<T> not shown correctly