project.json does not validate in VS-Code because of AnyCpu (expected anycpu)
Open
- Dominant language
- C#
- Stars
- 4.2k
- Forks
- 778
- Avg merge
- 3h 37m
- Merged PRs (30d)
- 21
Description
When I open a project.json inside visual studio code. It does not validate
`platform": "AnyCpu"`
It should be
`"platform": "anycpu"`
Also Resharper inside Visual Studio does not validate this.
Contributor guide
Research direction
Start with the project.json example in the issue and reproduce its validation in Visual Studio Code, then check the same value in ReSharper inside Visual Studio. Locate the validation or schema entry point for the platform property. Done means the lowercase anycpu value validates in both tools without an error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json, vscode
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100