docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ValidationSuite

    The validation suite allows you to validate a package while in development

    Inheritance
    object
    ValidationSuite
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: UnityEditor.PackageManager.ValidationSuite
    Assembly: solution.dll
    Syntax
    [InitializeOnLoad]
    public class ValidationSuite

    Constructors

    Name Description
    ValidationSuite()

    Methods

    Name Description
    GetReport(string)

    Get the validation suite report for the given package id.

    GetValidationSuiteReport(string)

    Get the validation suite report for the given package id.

    GetValidationSuiteReport(string, string)

    Get the validation suite report for the given package.

    JsonReportExists(string)

    Find out if the validation suite report exists for the given package id.

    ReportExists(string)

    Find out if the validation suite report exists for the given package id.

    ValidatePackage(string, string, string[])
    ValidatePackage(string, string, ValidationType)

    Validate a package for the given validation context.

    ValidatePackage(string, ValidationType)

    Validate a package for the given validation context.

    ValidatePackage(VettingContext, out ValidationSuiteReport)
    ValidatePackage(VettingContext, ValidationType, out ValidationSuiteReport)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)