Skip to content

Commit 328f2c3

Browse files
committed
Dealing with API validation due to ugui not being present by default in 2022.3 onwards
starting from 2022.3 ugui is not added to the project by default. We have some APIs that are conditional on ugui being present, so the API Validation thinks we are breaking API, but that is not the case.
1 parent 14b6d6f commit 328f2c3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2-
"ErrorExceptions": [],
2+
"ErrorExceptions": [
3+
{
4+
"ValidationTest": "API Validation",
5+
"ExceptionMessage": "Breaking changes require a new major version.",
6+
"PackageVersion": "1.16.0",
7+
"__comments": "starting from 2022.3 ugui is not added to the project by default. We have some APIs that are conditional on ugui being present, so the API Validation thinks we are breaking API, but that is not the case."
8+
}
9+
],
310
"WarningExceptions": []
411
}

0 commit comments

Comments
 (0)