Kirill Osenkov
Kirill Osenkov
--------------------------- --------------------------- Unexpected exception. Sorry about that. Please Ctrl+C to copy this text and file an issue at https://github.com/KirillOsenkov/MSBuildStructuredLog/issues/new System.ArgumentNullException: Value cannot be null. Parameter name: element at MS.Internal.Media.VisualTreeUtils.AsNonNullVisual(DependencyObject element,...
Only these projects have import information: Build.proj id:51 Microsoft.CodeAnalysis.CSharp.Features.UnitTests.csproj net472 id:10601 Microsoft.CodeAnalysis.ExternalAccess.Copilot.csproj net472;net6.0 id:10501 Microsoft.CodeAnalysis.ExternalAccess.Copilot.csproj net472 id:10551 Roslyn.sln.metaproj v4.0 id:101 Roslyn.VisualStudio.Setup.csproj net472 id:2501
The Roslyn team (@jaredpar) has a tool called BuildBoss, and one of the things it does is reports whether there are any double-writes in the binlog. https://github.com/dotnet/roslyn/tree/main/src/Tools/BuildBoss At the same...
Our CI has an intermittent failure: ``` The active test run was aborted. Reason: Test host process crashed Results File: C:\a\_temp\AzDevOps_2019-6vse00024V_2021-06-24_02_47_47.trx Test Run Aborted. ``` As far as I can...
This is to react to the failing tests after the latest MSBuild insertion: https://github.com/dotnet/sdk/pull/39093 The test failures have been caused by https://github.com/dotnet/msbuild/pull/9748 A detailed description of what is going on...
Microsoft.Build.CopyOnWrite.dll didn't seem to have SourceLink enabled when I was debugging
I'm not sure how this works, but this seems to be using an old version of the MSBuild.StructuredLogger package: https://github.com/fsprojects/FAKE/blob/13e30330cae0597aed6154a95a06d21716b18de3/paket.lock#L805 The latest version is: https://www.nuget.org/packages/MSBuild.StructuredLogger/2.1.814 Without the latest version, builds...
One thing I really want is being able to see which of the given list of feeds a given package comes from. Would it be possible to pass a nuget.config...