Surayya Huseyn Zada
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...
## 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...
https://github.com/dotnet/aspnetcore/issues/48341
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...
Fixes #9675 ### Bug:  ### Fix: 
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...
### 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.