-
Hello,
I can't show code due to it being for the company I work for but basically I am getting this error:
Data collection : Could not find data collector 'XPlat Code Coverage'
I saw this er…
-
I get the log below when I try to invoke the ``BuildManager.Build`` for a ``.csproj`` Project.
The same invocation for the containing ``.sln`` Solution works just fine. The output I receive is the …
-
With previous versions of the SDK, the SDK printed an absolute path:
```
console2 -> /tmp/console2/bin/Debug/net8.0/console2.dll
```
The .NET 9 SDK is printing a relative path:
```
console s…
tmds updated
8 months ago
-
Whenever i and my teammate working on one specific project, and push to deploy server and run msbuild with ZipTask all operations successful but can't unzip file as output and give error that dll of s…
-
1. Enlist in Roslyn (Pick E:\Roslyn or change the paths below)
2. Run
```
msbuild /nologo /m:1 /v:m /clp:Summary;PerformanceSummary /flp:v:d /t:CollectResolvedSDKReferencesDesignTime;DebugSymbols…
-
NuGet and MSBuild should work more closely together for MSBuild extensions.
## Creation of an MSBuild extension
I should be able to `dotnet new buildextension` to get a new project that:
1. …
-
On fresh installation of VS2019, when trying to build project from VS Console, I'm getting following error on every solution:
```csharp
System.MissingMethodException: Method not found: 'Void Micro…
-
To reproduce:
1. Create a csproj that conditionally imports the same package reference with different versions:
```xml
netstandard2.1;net5.0
```
2. `dotnet build` …
-
MSBuild will allow third-party-defined and dynamically-delivered extensions of the build process via the new “Sdk” concept. This will extend the experience delivered with RC.2 to include an acquisitio…
-
### Issue Description
During restore, any generated file in `$(MSBuildProjectExtensionsPath)` is imported [here](https://github.com/dotnet/msbuild/blob/f914c9bfb613d32edb658b803c7fe046f9ee3c37/src/Ta…