Tanay Parikh

Results 21 issues of Tanay Parikh

It's not possible to open the dev tools menu for mac catalyst applications running Blazor Hybrid (WKWebView). Others are reporting this issue too: https://apple.stackexchange.com/questions/416277/how-to-inspect-safari-web-inspector-aka-devtools-on-devtools Dev Resources: - https://developer.apple.com/forums/thread/657413 - https://webkit.org/web-inspector/enabling-web-inspector/...

t/bug
area/blazor 🕸️
s/verified
external

### Summary Blazor Server & WebAssembly now supports optimized byte array interop which avoids encoding/decoding byte arrays into Base64, facilitating a more efficient interop process. ### Breaking Change #### Receiving...

Backports: - https://github.com/dotnet/sdk/pull/26765 - https://github.com/dotnet/sdk/pull/27102 Will also need: https://github.com/dotnet/maui/pull/9348 -> https://github.com/dotnet/maui/pull/9393

Area-AspNetCore

Transferring: https://github.com/dotnet/aspnetcore/issues/36821 I was trying to write `??` but after the first `?`, it interpreted the second `?` as a completion commit char, yielding `?{COMPLETION_ITEM}?` https://user-images.githubusercontent.com/14852843/134252469-93a5f96c-9740-4b05-bf16-e75c153c28d3.mov

completion

*Project* MSIX SDK **Describe the bug** Wanted to confirm if MSIX installers are supported in the Windows Sandbox environment? We are trying to run a Blazor Hybrid / MAUI app...

Question
Area-MSIX

Our current methodology for testing razor language server endpoints is "mocking the world". For example: https://github.com/dotnet/aspnetcore-tooling/blob/676a0d569d8f0eb6bb903cd333f5b22e4a7ed35e/src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/CodeActions/CSharp/DefaultCSharpCodeActionResolverTest.cs#L182-L274 We've reached the point where we've essentially mocked every functionality. This is very cumbersome,...

enhancement
tech-debt
user story
Razor

1. `dotnet new blazorserver` 2. Open `Pages/_Host.cshtml` 3. On line 22, type `

bug
vs

Given the compiler moved from aspnetcore to razor-compiler, we may need to update https://github.com/dotnet/razor-tooling/blob/main/docs/contributing/ASPNetCore-Debugging.md.

fundamentals

Uses the `MicrosoftNetCompilersToolsetPackageVersion` from https://github.com/dotnet/sdk/blob/release/7.0.1xx/eng/Versions.props. For: https://github.com/dotnet/aspnetcore/issues/39387 Note this'll need to be back-ported to 7.0 as well. References: - https://github.com/dotnet/aspnetcore/pull/28125 - https://github.com/dotnet/aspnetcore/pull/37764

area-infrastructure
area-blazor

## Issue Description ## ``` Failed to run test because "System.ArgumentNullException: Value cannot be null.\nParameter name: workingDirectory\n at OmniSharp.DotNetTest.TestManager..ctor (Microsoft.CodeAnalysis.Project project, System.String workingDirectory, OmniSharp.Services.IDotNetCliService dotNetCli, NuGet.Versioning.SemanticVersion dotNetCliVersion, OmniSharp.Eventing.IEventEmitter eventEmitter, Microsoft.Extensions.Logging.ILogger...