Eric StJohn
Eric StJohn
### Description We were looking at the results of https://dev.azure.com/dnceng/internal/_build?definitionId=1303&_a=summary and see many failures. Who's meant to review these and file issues or follow up on the failures? @michalpavelka @mmitche...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1056990 Build error leg or test failing: dotnet-watch.Tests.dll.3.WorkItemExecution Pull request: https://github.com/dotnet/sdk/pull/49092 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...
### What happened? See https://github.com/dotnet/winforms/issues/13358 for details (or transfer the issue if you are able). There's a bug in the WebView package in that it presents WPF assemblies to applications...
**Describe the bug** When referencing `Microsoft.SemanticKernel.Connectors.InMemory` or `Microsoft.SemanticKernel.Connectors.SqliteVec` (and likely others) from a .NETFramework project a warning is emitted from ResolveAssemblyReferences. > warning MSB3277: Found conflicts between different versions of...
As reported in https://github.com/dotnet/runtime/issues/117598 it seems that there are some docs consumed by Context7 that lead to bad results when asking about .NET. We'd like to configure an exclusion for...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1211439 Build error leg or test failing: System.Net.Http.Tests.HttpWindowsProxyTest.HttpProxy_Local_Bypassed Pull request: https://github.com/dotnet/runtime/pull/121366 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1142088 Build error leg or test failing: NoFingerprint-ST-Wasm.Build.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/119379 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...
### Issue Description Given the items: ```xml ``` And the comparison: ```xml ``` I would expect the condition to be true, but it is false. Emitting the result of the...
### Issue Description When investigating https://github.com/dotnet/sdk/pull/49531 we found some pretty bad behavior of MSBuildLoadContext. 1. It doesn't honor framework unification. If a assembly has in its directory a framework assembly...
### Issue Description See https://github.com/dotnet/maintenance-packages/issues/243 .NET Framework assembly unification will ignore the last two digits for any assembly in the unification table. So even though the version from the package...