Skip to content

Commit 557d61e

Browse files
chore: Added API exception to 2.4.1 release (PVP related) (#3489)
This PR adds an exception towards an exception "_Assembly "Unity.Netcode.Editor.PackageChecker" no longer exists or is no longer included in build. This change requires a new major version_" Feel to merge and release if we are ok with this modification (that it won't affect users projects). This was the only error marked by API validation ## Backport Not needed since it's a specific release related. **Note that this change also doesn't need to be ported to develop-2.0.0 since it affects only this release**
1 parent 38e80f0 commit 557d61e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ValidationExceptions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ErrorExceptions": [
3+
{
4+
"ValidationTest": "API Validation",
5+
"ExceptionMessage": "Assembly \"Unity.Netcode.Editor.PackageChecker\" no longer exists or is no longer included in build. This change requires a new major version.",
6+
"PackageVersion": "2.4.1"
7+
}
8+
],
9+
"WarningExceptions": []
10+
}

0 commit comments

Comments
 (0)