-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathValidationExceptions.json
More file actions
15 lines (15 loc) · 1.15 KB
/
ValidationExceptions.json
File metadata and controls
15 lines (15 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"ErrorExceptions": [
{
"ValidationTest": "NDA SDK Files Validation",
"ExceptionMessage": "Restricted SDK file 'NintendoSDK/Resources/Firmwares/NX/NintendoTargetManager2/Microsoft.Extensions.Primitives.dll' from manifest 'Packages/com.unity.internal-package-validation-suite/Config~/SDKManifests/Switch/SDKManifest_Switch_nx_sdk-18_3_0.json' for '-Switch' has been found as 'Editor/.CloudCodeBindingsGenerator/Microsoft.Extensions.Primitives.dll'. (hash 12239291086769575406) Restricted SDK files must not be published",
"PackageVersion": "3.0.0-exp.4"
},
{
"ValidationTest": "NDA SDK Files Validation",
"ExceptionMessage": "Restricted SDK file 'NintendoSDK/Resources/Firmwares/NX/NintendoTargetManager2/Microsoft.Extensions.Primitives.dll' from manifest 'Packages/com.unity.internal-package-validation-suite/Config~/SDKManifests/Switch\\SDKManifest_Switch_nx_sdk-18_3_0.json' for '-Switch' has been found as 'Editor/.CloudCodeBindingsGenerator/Microsoft.Extensions.Primitives.dll'. (hash 12239291086769575406) Restricted SDK files must not be published",
"PackageVersion": "3.0.0-exp.4"
}
],
"WarningExceptions": []
}