-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathValidationExceptions.json
More file actions
30 lines (30 loc) · 1.01 KB
/
ValidationExceptions.json
File metadata and controls
30 lines (30 loc) · 1.01 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
{
"ErrorExceptions": [
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Breaking changes require a new major version.",
"PackageVersion": "1.4.6"
},
{
"ValidationTest": "Restricted File Type Validation",
"ExceptionMessage": "/Unity.Entities/SourceGenerators/Source~/publish-dlls.bat cannot be included in a package.",
"PackageVersion": "1.4.6"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "New assembly \"Unity.Entities.TestComponents\" may only be added in a new minor or major version.",
"PackageVersion": "1.4.6"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "New assembly \"Unity.Scenes.PerformanceTests\" may only be added in a new minor or major version.",
"PackageVersion": "1.4.6"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Additions require a new minor or major version.",
"PackageVersion": "1.4.6"
}
],
"WarningExceptions": []
}