Skip to content
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

Added toggle option for project.json warning #1926

Merged
merged 11 commits into from
Dec 18, 2017

Conversation

akshita31
Copy link
Contributor

Fixes : #1920

Added a suppressProjectDotJsonWarning toggle option and modified the code to check for the same.

akshita31 and others added 9 commits December 15, 2017 12:00
* moved local functions

moved local functions to top for readability and fixed missing semicolon
local function at the  end


tslint exception for chai

* use genral tslint chai rules

* fix path to custom chai rules

* revert type package versions

* simplify gulp file

* force chai types to 4.0.8
This reverts commit 894b0ca.

update version
Copy link
Member

@colombod colombod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds fine

Copy link
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a minor point about the option name.

package.json Outdated
@@ -335,6 +335,11 @@
"default": false,
"description": "Suppress the notification window to perform a 'dotnet restore' when dependencies can't be resolved."
},
"csharp.suppressProjectDotJsonWarning": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably don't need the 'Dot' in the option name.

@akshita31 akshita31 merged commit 171338b into dotnet:master Dec 18, 2017
@colombod
Copy link
Member

colombod commented Dec 18, 2017 via email

@akshita31
Copy link
Contributor Author

Which one ?

@colombod
Copy link
Member

colombod commented Dec 18, 2017 via email

@akshita31 akshita31 deleted the toggle_json branch December 18, 2017 18:59
@johnkors
Copy link

👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants