-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy pathValidationExceptions.json
More file actions
68 lines (66 loc) · 3.78 KB
/
Copy pathValidationExceptions.json
File metadata and controls
68 lines (66 loc) · 3.78 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"ErrorExceptions": [
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Breaking changes require a new major version.",
"PackageVersion": "1.20.1",
"__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."
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "New assembly \"Unity.InputSystem.TestFramework\" may only be added in a new minor or major version.",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Additions require a new minor or major version.",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "File 'InputSystem/Runtime/Plugins/iOS/IOSGameController.cs' contains keyword pattern '(?<!(BuildTarget|BuildTargetGroup|BuildSettings|AddressablesPlatform|RuntimePlatform|TargetPlatform|OpCodes|GraphicsDeviceType))\\.switch\\W' which indicates it is specific to restricted targets '-Switch'. It must not be published",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "using UnityEngine.InputSystem.Switch;",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "File 'InputSystem/Runtime/Plugins/Switch/SwitchProController.cs' contains keyword pattern '(?<!(BuildTarget|BuildTargetGroup|BuildSettings|AddressablesPlatform|RuntimePlatform|TargetPlatform|OpCodes|GraphicsDeviceType))\\.switch\\W' which indicates it is specific to restricted targets '-Switch'. It must not be published",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "File 'InputSystem/Runtime/Plugins/Switch/SwitchProControllerHID.cs' contains keyword pattern '(?<!(BuildTarget|BuildTargetGroup|BuildSettings|AddressablesPlatform|RuntimePlatform|TargetPlatform|OpCodes|GraphicsDeviceType))\\.switch\\W' which indicates it is specific to restricted targets '-Switch'. It must not be published",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "namespace UnityEngine.InputSystem.Switch",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "using UnityEngine.InputSystem.Switch.LowLevel;",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "namespace UnityEngine.InputSystem.Switch.LowLevel",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "File 'Documentation~/gamepads-s.md' contains keyword pattern '(?<!(BuildTarget|BuildTargetGroup|BuildSettings|AddressablesPlatform|RuntimePlatform|TargetPlatform|OpCodes|GraphicsDeviceType))\\.switch\\W' which indicates it is specific to restricted targets '-Switch'. It must not be published",
"PackageVersion": "1.20.1"
},
{
"ValidationTest": "NDA Keyword Validation",
"ExceptionMessage": "The Input System supports Switch Pro controllers on desktop computers with the [`SwitchProControllerHID`](xref:UnityEngine.InputSystem.Switch.SwitchProControllerHID) class, which implements basic gamepad functionality.",
"PackageVersion": "1.20.1"
}
],
"WarningExceptions": []
}