-
Hi,
I had a go at running Covenant on a project that uses the '[UseArtifactsOutput](https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output)' build option that was added in .NET 8 (which…
-
See: https://github.com/Microsoft/msbuild/blob/master/documentation/wiki/MSBuild-Tips-&-Tricks.md#visual-studio-design-time-intellisense-builds
We should replace CoreCompileDependsOn and co with th…
-
This tool only seems to list the direct dependencies of a project, but i would expect any dependency tree visualization tool to list all dependencies recursively.
-
We are in the process of upgrading our test infrastructure to net60 and we are using `MSBuildLocator.QueryVisualStudioInstances(new VisualStudioInstanceQueryOptions { DiscoveryTypes = DiscoveryType.Vi…
-
Hi! Thank you for contributing this helper :)
I am trying to use your helper to solve some assembly resolving issues we have when using Mono.Cecil on Xamarin projects. Your resolver solved our pro…
-
### Description
FAKE throws a `BuildFailedException` when running `DotNet.publish`. An inner exception indicates that FAKE is trying to load `Microsoft.Build.Framework, Version=15.1.0.0`, which do…
-
Per https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build:
"Running 'dotnet build' is equivalent to running 'dotnet msbuild -restore'"
In order to not restore in a net core environment, …
-
**Describe the bug**
The above error occurs when running dotnet stryker with one of my test projects,
**Logs**
[10:50:30 INF] Started initial build using dotnet build
[10:50:41 INF] Initial bu…
-
**Is your feature request related to a problem? Please describe.**
A few years back, [devmode](https://stryker-mutator.io/docs/stryker-net/Configuration#dev-mode-flag) was introduced to ease the work…
-
Most tools using `MSBuildWorkspace` eventually need to implement their own assembly resolver that mimics the MSBuild one (like we do [here](https://github.com/dotnet/format/blob/master/src/Utilities/A…