ValidationExceptions.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "ErrorExceptions": [
  3. {
  4. "ValidationTest": "API Validation",
  5. "ExceptionMessage": "Additions require a new minor or major version.",
  6. "PackageVersion": "2.10.1"
  7. },
  8. {
  9. "ValidationTest": "API Validation",
  10. "ExceptionMessage": "New assembly \"com.unity.cinemachine.Tests\" may only be added in a new minor or major version.",
  11. "PackageVersion": "2.10.1"
  12. },
  13. {
  14. "ValidationTest": "API Validation",
  15. "ExceptionMessage": "New assembly \"com.unity.cinemachine.EditorTests\" may only be added in a new minor or major version.",
  16. "PackageVersion": "2.10.1"
  17. },
  18. {
  19. "ValidationTest": "API Validation",
  20. "ExceptionMessage": "Breaking changes require a new major version.",
  21. "PackageVersion": "2.10.1"
  22. },
  23. {
  24. "ValidationTest": "API Validation",
  25. "ExceptionMessage": "New assembly \"Cinemachine.Runtime.Tests\" may only be added in a new minor or major version.",
  26. "PackageVersion": "2.10.1"
  27. },
  28. {
  29. "ValidationTest": "API Validation",
  30. "ExceptionMessage": "New assembly \"Cinemachine.Editor.Tests\" may only be added in a new minor or major version.",
  31. "PackageVersion": "2.10.1"
  32. }
  33. ],
  34. "WarningExceptions": []
  35. }