Highlights
- 27 discussions answered
Popular repositories
637 contributions in the last year
Less
More
Contribution activity
August 2021
Created 8 commits in 2 repositories
Created a pull request in dotnet/aspnetcore that received 7 comments
E2E test fixes
As of this PR: The Ignitor tests are all skipped. Previously, they were already quarantined, but still ran and failed locally. As previously disc…
+69
−70
•
7
comments
Opened 5 other pull requests in 1 repository
Reviewed 12 pull requests in 1 repository
dotnet/aspnetcore
12 pull requests
- Fix 'HeadOutlet' getting trimmed away for Blazor WebAssembly prerendered apps after publish
- Binding support for 'bool' values with InputRadioGroup and InputSelect
- Fix typo in method summary
- Restore debugging support in WebAssembly hosted template
- Dynamic root components 'EventCallback' parameter support
- [Blazor] Custom JS initializers
- Add new components pipeline yml
- Blazor WASM Hot reload updates
- Dispatch dispose to sync context. Fixes #32411
-
Blazor
InputLargeTextArea
- Fix event and JS component args serialization
- New Blazor querystring building APIs.
Created an issue in dotnet/sdk that received 5 comments
Static Web Assets no longer packs files generated during build
This looks like a regression versus the previous implementation of SWA. Files generated during the build (at least in the following case) don't get…
5
comments
Opened 10 other issues in 3 repositories
dotnet/aspnetcore
8
open
- NoHotReloadListenersAreOrdinarilyRegistered fails about 50% of the time locally
- Styling issues in identity UI
- UseWebAssemblyDebugging causes strange log messages
- Re-enable Components E2E tests in release/6.0 branch after GA
- Extend the JS interop transport contract to allow passing UTF8 bytes instead of JS/.NET strings
- Document the public API for Static Web Assets
- Hot reload script 'aspnetcore-browser-refresh.js' connection issues
- Manually verify Blazor E2E tests, including quarantined ones