-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Update project.json to use array for code, exclude, resource and shared #47
Comments
Already tracking this aspnet/dnx#133 |
Oh, I haven't seen that. Sorry about that. |
ryanbrandenburg
pushed a commit
that referenced
this issue
Nov 16, 2018
Updated method to return CreateUserAdmin and Configuration method to ret...
natemcmaster
pushed a commit
that referenced
this issue
Nov 30, 2018
Fix missing docs in 'RequestCultureFeature'
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.
Browsing through the Project.json examples I was wondering why the said options are using strings instead of arrays, especially in the Entity Framework project.json example
This reminds me of
%PATH%
on Windows or Unix/Linux and I personally find it really hard to read it. Also it introduce an additional step for me to split that string to get all paths.So my proposal here would be to use a simple array, which should be not only easier to read but also easier to parse.
This should also apply to other options such as
exclude
,resource
andshared
as I assume that they allow us to specify multiple values if required.The text was updated successfully, but these errors were encountered: