-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathViolationMessages.json
More file actions
37 lines (35 loc) · 2.57 KB
/
Copy pathViolationMessages.json
File metadata and controls
37 lines (35 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"messages": {
"SSDT0001:PROJECT_DUP_INCLUDE": "Duplicate include of",
"SSDT0002:PROJECT_FOLDER_DANGLING_FILE": "Dangling file",
"SSDT0003:DACPAC_WARNING_SUPPRESSED": "Dacpac reference warnings not suppressed",
"SSDT0004:DACPAC_HINT_PATH": "Dacpac reference HintPath must equal include path",
"SSDT0005:DACPAC_COPY_LOCAL": "Dacpac reference CopyLocal/Private option must not be True",
"SSDT0006:SQL_PROJECT_STRUCT_OPTIONS": "Project struct option has wrong value",
"SSDT0007:SQL_PROJECT_OBSOLETE_OPTIONS": "Obsolete project option must be removed",
"SSDT0008:SQL_PROJECT_CURSOR_OPTIONS": "Cursor scope option has wrong value",
"SSDT0009:PROJECT_INCLUDE_ABSOLUTE_PATH": "Absolute path used instead of relative",
"SSDT0010:PUBLISH_XML_VARIABLE_MISSING": "Variable defined in sqlproj but missing from publish config",
"RDL0001:EMBEDDED_IMAGES": "Embedding images into a report",
"RDL0002:INTEGRATED_SECURITY_OFF": "Incorrect value for the IntegratedSecurity option",
"RDL0003:CONNECTION_STRING_ILLEGAL": "Defining a connection string in a report",
"RDL0004:DATASET_NAME_LENGTH": "DataSet name is too short",
"RDL0005:DATASET_NAME_ALLOWED_SYMBOLS": "DataSet name contains illegal symbols",
"RDL0006:DATASET_NAME_NODEFAULT": "DataSet with autogenerated name",
"RDL0007:DATASOURCE_NAME_LENGTH": "DataSource name is too short",
"RDL0008:DATASOURCE_NAME_ALLOWED_SYMBOLS": "DataSource name contains illegal symbols",
"RDL0009:DATASOURCE_NAME_NODEFAULT": "DataSource with autogenerated name",
"RDL0010:UNUSED_DATASOURCE": "DataSource defined but never used",
"RDL0011:UNRESOLVED_DATASOURCE_REFERENCE": "Unresolved DataSource reference",
"RDL0012:UNUSED_DATASET": "DataSet defined but never used",
"RDL0013:UNRESOLVED_DATASET_REFERENCE": "Unresolved DataSet reference",
"RDL0014:UNUSED_PARAMETER": "Parameter defined but never used",
"RDS0001:SERVER_LINK_FULLY_QUALIFIED": "The server name is not fully qualified",
"RDS0002:INTEGRATED_SECURITY_VALUE": "IntegratedSecurity option is incorrect",
"RDS0003:CONNECTION_STRING_UNDEFINED": "ConnectionString is missing",
"RDS0004:DATASOURCE_NAME_LENGTH": "DataSource name is too short",
"RDS0005:DATASOURCE_NAME_ALLOWED_SYMBOLS": "DataSource name contains illegal symbols",
"RDS0006:DATASOURCE_NAME_NODEFAULT": "DataSource with autogenerated name",
"RDS0007:DATASOURCE_NAME_TEMPLATE": "DataSource name does not match the template"
}
}