Incremental false with composite not allowed

This commit is contained in:
Sheetal Nandi
2019-02-28 15:39:04 -08:00
parent 46ddbff7b1
commit df9da15abb
10 changed files with 1768 additions and 2 deletions

View File

@@ -4028,6 +4028,10 @@
"category": "Message",
"code": 6378
},
"Composite projects may not disable incremental compilation.": {
"category": "Error",
"code": 6379
},
"The expected type comes from property '{0}' which is declared here on type '{1}'": {
"category": "Message",