-
I've been struggling to make an MSBuild target that runs after "Pack" to automatically determinize the package and symbols package and came to the realization that a MSBuild Target wrapper for a .NET …
-
### Godot version
3.5.stable.mono
### System information
Windows 10 & 11
### Issue description
I've got a feedback that the build output in MSBuild panel is garbled when there are Chine…
-
### Issue Description
I was under the impression that tolog files can be disabled by adding
```
false
```
to my `vcxproj` file. I have been unable to get this to work.
[myproject.zip](https…
-
Currently, there doesn't seem to be any IntelliSense support in csproj. I think it's useful to have such support.
I'm seeing all MSBuild IntelliSense defined [here](https://github.com/dotnet/msbuild/…
-
### What happened?
Building a CSPROJ with MSBuild does not work when the targets restore and Build are called in the same MSBuild run.
The error was introduced with the new non-standard NuGet stru…
-
### Description
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Windows.Sdk.net8.0_18.0\18.0.8314\tools\msbuild\iOS\Xamarin.iOS.Common.After.targets(364,3): error IL1012: IL Trimmer has encountered an …
-
**Version Used**:
4.13.0-2.24561.4
**Steps to Reproduce**:
1. Create a console application and add packages, 'Microsoft.CodeAnalysis' and 'Microsoft.CodeAnalysis.Workspaces.MSBuild' (version 4.13.0…
-
### NuGet Product Used
NuGet.exe
### Product Version
6.5
### Worked before?
_No response_
### Impact
It's more difficult to complete my work
### Repro Steps & Context
This issue is being obse…
-
Even though the packages are getting successfully signed, there is a "Validate" step failure in the builds:
```
##[error].packages\microsoft.dotnet.arcade.sdk\8.0.0-beta.24525.2\tools\SdkTasks\Signin…
-
I'm trying to run colcon build with MSBuild command line tools (free) rather than Visual Studio (licenced). I'm trying to compile ROS2/Humble.
I could force this compiler to be used by adding `--cm…