We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have a slnf with trailing comma and try to restore, you get the following error:
Solution file error MSB5025: Json in solution filter file "path\to\filter.slnf" is incorrectly formatted.
See dotnet/aspnetcore#31438
The text was updated successfully, but these errors were encountered:
Where does an issue like this originate? Where did the comma come from?
Sorry, something went wrong.
@benvillalobos For aspnetcore repository, it should have been added manually.
We should match the VS behavior here: if it allows trailing commas so should MSBuild.
cc @Forgind
Permit comments and trailing commas
b67f251
Fixes dotnet#6317
Successfully merging a pull request may close this issue.
Have a slnf with trailing comma and try to restore, you get the following error:
See dotnet/aspnetcore#31438
The text was updated successfully, but these errors were encountered: