Surayya Huseyn Zada

Results 13 issues of Surayya Huseyn Zada

# Fixed bug - Passing options to UseStaticFiles breaks Blazor Server - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [ ] You've included unit or integration...

area-blazor

## Background and Motivation Related to #18840 When debugging a server-side blazor app customers often see this error pop up in the client (browser) while stepping through code: Error: Connection...

area-signalr
api-suggestion
api-ready-for-review
Blazor ♥ SignalR

https://github.com/dotnet/aspnetcore/issues/48341

t/bug
area/blazor 🕸️
area/templates 📄
s/triaged
s/try-latest-version

Fixes #9686 ### Context See more details in the issue description. There is no way to embed the source file inside the `CodeTaskFactory.cs` / `RoslynCodeTaskFactory.cs` because there is no logging...

While working on https://github.com/dotnet/msbuild/pull/9621 I came across this flaky test. It doesn't flake that often. The last 4 failed builds have same error message ``` Shouldly.ShouldAssertException : isSubmissionComplated\r\n should be\r\nTrue\r\n...

backlog
Area: Our Own Build
flaky-test
Priority:2
triaged

Fixes #9675 ### Bug: ![TerminalLogger_ProjectOutputPath_Bug](https://github.com/dotnet/msbuild/assets/114938397/b4a1b846-e189-4827-9d80-b843cdd2c776) ### Fix: ![TerminalLogger_ProjectOutputPath_Fix](https://github.com/dotnet/msbuild/assets/114938397/82adeae9-dd55-4007-bcd3-8937b63af2b9)

The changes in this PR: 1. `PublishContainer` target renamed to `_PublishSingleContainer` 2. New `_PublishMultiArchContainers` target that calls `_PublishSingleContainer` for each arch and then creates image index 3. `PublishContainer` target calls...

DO NOT MERGE
Area-Containers

### Context The .slnx support PR is split in 2 - 1. use new parser for .slnx, 2. use new parser for both .sln (under change wave) and .slnx. This...

Currently, we add a property `DOTNET_EXPERIMENTAL_HOST_PATH` to `SdkResult` in `MSBuildSdkResolver` https://github.com/dotnet/sdk/blob/main/src/Resolvers/Microsoft.DotNet.MSBuildSdkResolver/MSBuildSdkResolver.cs#L35 Instead it should be set from `resolverResult.ResolvedSdkPath` which I tried to do in this PR https://github.com/dotnet/sdk/pull/49391/files and should be...

https://github.com/dotnet/msbuild/pull/11865 https://github.com/dotnet/msbuild/pull/11866 https://github.com/dotnet/msbuild/pull/11658 After disabling bootstrap these tests are failing.

Area: Tests
triaged