ProjectParserResult.OutputPath is null
Open
- Dominant language
- C#
- Stars
- 4.2k
- Forks
- 778
- Avg merge
- 1h 15m
- Merged PRs (30d)
- 19
Description
`ProjectAliases.ParseProject` returns `ProjectParserResult` with `OutputPath` equals to `null` if project has `AnyCpu` configuration only and actual build configuration is not `AnyCpu`.
When I parse `AnyCpu` project with `x64`, I expect to get `OutputPath` for `AnyCpu` configuration.
Contributor guide
Research direction
Start with ProjectAliases.ParseProject and inspect how it populates ProjectParserResult.OutputPath when a project has only an AnyCpu configuration but the requested build configuration is x64. Reproduce that AnyCpu/x64 case and verify that parsing returns the AnyCpu output path instead of null.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100