Skip to content

Global.json schema requires property projects #447

New issue

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

Closed
Bartmax opened this issue Apr 12, 2015 · 1 comment
Closed

Global.json schema requires property projects #447

Bartmax opened this issue Apr 12, 2015 · 1 comment

Comments

@Bartmax
Copy link

Bartmax commented Apr 12, 2015

having this simple globa.json

{
    "sources": [ "src", "tests"],
    "sdk": {
        "version": "1.0.0-beta3"
    }
}

visual studio says : Missing required property projects.
schema is : http://json.schemastore.org/global

which clearly says that projects is required. I don't know if this is good or not, I can't get to find a documentation about what projects is, but if I provided as empty or with some globing combinations, projects are not discovered at referencing so I guess something is going on, probably property shouldn't be required on the schema.

@Bartmax
Copy link
Author

Bartmax commented Apr 12, 2015

Oh, looks like sources is now deprecated and was renamed to projects ? then that will make sense.

@Bartmax Bartmax closed this as completed Apr 12, 2015
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant