Tanay Parikh

Results 169 comments of Tanay Parikh

> Suggest watching https://maestro-prod.westus2.cloudapp.azure.com/2237/https:%2F%2Fgithub.com%2Fdotnet%2Finstaller/latest/graph for a build that includes [dotnet/msbuild@f2d13c6](https://github.com/dotnet/msbuild/commit/f2d13c6261c25bfdf53b29f3b0c4f38d7274fcc4). Latest SDK (which, confusingly, we get from the dotnet/installer repo) includes msbuild commits from 6 days ago but we want...

> should now have everything we need 😞 unfortunately not. Source build still failing.

Looks like we have a new breaking change now: > src/DataProtection/DataProtection/src/AuthenticatedEncryption/ManagedAuthenticatedEncryptorFactory.cs(116,61): error IL2070: (NETCORE_ENGINEERING_TELEMETRY=Build) 'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Type.MakeGenericType(params Type[])'. The parameter 'implementation' of method...

# Design Proposal: Transient disposables on Blazor Server ## Summary Allow for more granular control over the lifetime of transient services implementing `IDisposable` within Blazor Server. ## Motivation Transient services...

We have a some overlap in our selenium and playwright tests. [Selenium](https://dev.azure.com/dnceng/public/_build/results?buildId=1502419&view=ms.vss-test-web.build-test-results-tab): ![MicrosoftTeams-image (2)](https://user-images.githubusercontent.com/14852843/145254937-dc467d1f-efa6-4a9f-acb6-1221ffa3ecd0.png) [Playwright](https://dev.azure.com/dnceng/public/_build/results?buildId=1492524&view=ms.vss-test-web.build-test-results-tab): In the interest of improving maintainability, should we consider removing the playwright test suite entirely....

As part of this task, remember to unskip the test via the test attribute: https://github.com/dotnet/aspnetcore/issues/40051 / https://github.com/dotnet/aspnetcore/pull/40129

Re-opening this issue as it's still used to mark tests as quarantined. - BlazorServerTemplateWorks_IndividualAuth - BlazorWasmHostedTemplate_IndividualAuth_Works_WithOutLocalDB - BlazorServerTemplateWorks_IndividualAuth

> which PR contained the fix https://github.com/dotnet/aspnetcore/pull/31012 > I'm unclear on how to know if it's been 30 days since this was fixed. This issue was closed out when the...

Hi @julienGrd, thanks for reaching out. I was able to reproduce and got the `Error: System.ObjectDisposedException: Cannot access a closed Stream` exception in the console log. This was an `Unhandled...

Interestingly, doing something like `_ = await JS.InvokeAsync("nonExistantFunction");` upon button press doesn't crush the circuit and successfully triggers the error boundary.