Open
Description
Functional impact
LibMan with VS 15.8.0 Preview 2.0 has stopped working for me, parsing issue with filesystem providers' "files" array.
Minimal repro steps
- Create New VS ASP.Net Web Application, SPA starter.
- Enable Client-side Library Management
- Add something. eg:
{
"version": "1.0",
"defaultProvider": "filesystem",
"libraries": [
{
"library": "node_modules/jquery/dist/",
"destination": "Scripts/lib/jquery",
"files": [ "jquery.min.js", "jquery.min.map" ]
}
]
}
Saving this results in:
LIB004 The manifest file contains syntax errors in the Error List pad
Expected result
This used to work last week ??
Actual result
LIB004 The manifest file contains syntax errors in the Error List pad
Further technical details
??