Farhad Alizada

Results 25 issues of Farhad Alizada

Fixes #8817 ### Context ### Changes Made ### Testing ### Notes

Recently there were changes in coreutils package which contains the cp command. starting from 9.4-3 when using `cp -n` it results warning output: 'behavior of -n is non-portable and may...

good first issue

### Summary Move BuilCheck related classes to Experimental namespace. ### Background and Motivation Currently some of the BuildCheck classes are delivered in Experimental napespace but Infrastructure (which is internal only)...

Feature Request
Area: BuildCheck

Fixes #9823 ### Context Provide the document describing the guidence on the rule id and analyzers name built in and custom ones. Formatted view: https://github.com/f-alizada/msbuild/blob/f-alizada/dev/design-for-rules-id/documentation/specs/proposed/BuildCheck-Rules-Identification.md The PR does not introduce...

### Summary The pr to support Editorconfig is out https://github.com/dotnet/msbuild/pull/9811 and in Review state. Once merge I suggest to make it possible to override the file name that is used...

Feature Request
triaged
Area: BuildCheck

### Context The [PR](https://github.com/dotnet/msbuild/commit/65dfeb8a8dd5501ac1d28e5de1ce219cb5ef138f) that have introduced new property RespectAlreadyAssignedItemCulture is merged, but by default set to false: - In Task default value - In common targets ### Changes Made...

do-not-merge

### Issue Description While building with buildcheck enabled and MSBUILDNOINPROCNODE=1 Severity of the rule set to Error, does not reported to the all build: ![image](https://github.com/dotnet/msbuild/assets/104755925/679050b5-f697-4999-9af0-242d473cdaf6) ### Steps to Reproduce Set...

bug
Good First Issue
needs-investigation
triaged
Area: BuildCheck

### Issue Description While reporting the SharedOutputPathAnalyzer shares the path like following: ``` MSBUILD : warning : BC0101: Projects FooBar-Copy.csproj and FooBar.csproj have conflicting output paths: /home/user/project/bin\Debug/net8.0/. MSBUILD : warning...

bug
triaged
Area: BuildCheck

First iteration of the code with latest merged changes from exp/build-analyzers. Design capturing current implementation could be viewed here: https://github.com/dotnet/msbuild/tree/dev/f-alizada/support-editorconfig/src/Build/BuildCop/Infrastructure/EditorConfig Discussions: - Discuss the prefix for the rule in editorconfigfile...

### Context Introducation of the merge flow. ### Changes Made Added the github workflow (actions) which will be executed on push changes into the vs1** branches and will automatically create...

do-not-merge