Add default resource to F# Standard 2.0 fails with : Cannot find the requested resource: '300'.
Open
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
When adding a default resource file to an F# Standard 2.0 library, the following error is reported by Visual Studio 2017.
Cannot find the requested resource: '300'.

#### Repro steps
1. Add an F# Standard 2.0 library to solution. In project properties, select Resource tab.
2. "This project does not contain a default resources file. Click here to create one."
3. A dialog with the error message appears.
#### Known workarounds
Create a C# Standard 2.0 project, and add resources there.
#### Related information
Visual Studio 2017, v 15.7.4
Contributor guide
Assessment
This issue has not been assessed yet.