-
If we need to copy a file to output directory, the current pattern seems to be:
```xml
PreserveNewest
```
It works by first assigning the target path in the `AssignTargetPaths`…
-
**Version Used**: 4.11.0
## Steps to Reproduce
Unfortunately so far I can only reproduce the issue on GitHub's Windows Workflow Runner ([image version](https://github.com/actions/runner-images/r…
-
### Analyzer
**Diagnostic ID**: [CA2000](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
**Steps to Reproduce**:
These code parts in MSBuild generates …
-
When customers build with `msbuild` they get the compiler that comes with the Visual Studio but many of the tasks and targets that ship with the chosen .NET SDK. Practically speaking that means analyz…
-
**Is your feature request related to a problem? Please describe.**
To analyse our projects in our build pipeline at Azure DevOps we use Sonar Scanner for MSBuild and pass the required properties to t…
-
```
Pack 의 알고리즘 일부가 최적화 가능하다.
1. 폴더 압축시 예외적으로 압축하지 않는 파일 패턴을 입력
받는다. 이때 내부적으로 폴더에 든 파일을 전부 읽어서
압축 대상으로 지정했다가 예외 목록에 해당하는 걸 따로
빼낸다. 그럴 게 아니라 처음부터 예외 대상인 건 넣지 않는
게 빠를 듯 하다.
2. 7-zip 이 워낙 최적화가 잘 되…
-
It seems like we should be catching regressions such as https://github.com/dotnet/msbuild/pull/10650 at build time, to ensure MSBuild binaries align with NuGet binaries.
Consider using https://www.…
-
_From @jeromelaban on January 24, 2019 13:23_
### Steps to reproduce
When build [this solution](https://github.com/nventive/Uno/blob/master/src/Uno.UI.sln), and more specifically [this project](ht…
-
see https://github.com/dotnet/arcade/pull/15018#issuecomment-2302911455
That's a bug in the msbuild tasks package authoring here in Arcade: https://github.com/dotnet/arcade/blob/a3756ed1e8c8a6098eb…
-
### Describe the bug
Similar to #44197 I did a broader scan of the SDK to find what other binaries it might contain from previous servicing bands. These don't have CVE's but if they did, we'd need to…