{ResultID.Error_FailedReportNoCoverageResults,newResultData(LogType.Error,"Failed to generate Code Coverage Report. No code coverage results found.\nIncluded Assemblies: {0}\nExcluded Assemblies: {1}\nIncluded Paths: {2}\nExcluded Paths: {3}")},
{ResultID.Error_FailedReportNoAssemblies,newResultData(LogType.Error,"Failed to generate Code Coverage Report. Make sure you have included at least one assembly before generating a report.\nIncluded Assemblies: {0}\nExcluded Assemblies: {1}\nIncluded Paths: {2}\nExcluded Paths: {3}")},
{ResultID.Assert_NullAssemblyTypes,newResultData(LogType.Assert,"assemblyTypes cannot be null")},
{ResultID.Warning_DebugCodeOptimization,newResultData(LogType.Warning,"Code Coverage requires Code Optimization to be set to debug mode in order to obtain accurate coverage information. Switch to debug mode in the Editor (bottom right corner, select the Bug icon > Switch to debug mode), using the CompilationPipeline api by setting 'CompilationPipeline.codeOptimization = CodeOptimization.Debug' or by passing '-debugCodeOptimization' to the command line in batchmode.")},
{ResultID.Warning_AssemblyFiltersNotPrefixed,newResultData(LogType.Warning,"'-coverageOptions assemblyFilters' argument {0} would not be applied as it is not prefixed with +/-.")},
{ResultID.Warning_PathFiltersNotPrefixed,newResultData(LogType.Warning,"'-coverageOptions pathFilters' argument {0} would not be applied as it is not prefixed with +/-.")},
{ResultID.Warning_MultipleResultsPaths,newResultData(LogType.Warning,"'-coverageResultsPath' has already been specified on the command-line. Keeping the original setting: '{0}'.")},
{ResultID.Warning_MultipleHistoryPaths,newResultData(LogType.Warning,"'-coverageHistoryPath' has already been specified on the command-line. Keeping the original setting: '{0}'.")},
{ResultID.Warning_NoCoverageResultsSaved,newResultData(LogType.Warning,"Code coverage results for all sequence points were not saved.\nIncluded Assemblies: {0}\nExcluded Assemblies: {1}\nIncluded Paths: {2}\nExcluded Paths: {3}")},
{ResultID.Warning_NoVisitedCoverageResultsSaved,newResultData(LogType.Warning,"Code coverage results were not saved. Visited sequence points not found. \nIncluded Assemblies: {0}\nExcluded Assemblies: {1}\nIncluded Paths: {2}\nExcluded Paths: {3}")},
{ResultID.Warning_NoVisitedCoverageResultsSavedRecordingPaused,newResultData(LogType.Warning,"Code coverage results were not saved because coverage recording was paused. \nIncluded Assemblies: {0}\nExcluded Assemblies: {1}\nIncluded Paths: {2}\nExcluded Paths: {3}")},
{ResultID.Warning_FailedToDeleteDir,newResultData(LogType.Warning,"Failed to delete directory: {0}")},
{ResultID.Warning_FailedToDeleteFile,newResultData(LogType.Warning,"Failed to delete file: {0}")},
{ResultID.Warning_FailedReportNullCoverageSettings,newResultData(LogType.Warning,"Failed to generate Code Coverage Report. CoverageSettings was not set.")},
{ResultID.Warning_FailedReportNullCoverageFilters,newResultData(LogType.Warning,"Failed to generate Code Coverage Report. Error parsing Coverage filtering.")},
{ResultID.Warning_BurstCompilationEnabled,newResultData(LogType.Warning,"Code Coverage requires Burst Compilation to be disabled in order to obtain accurate coverage information. To disable Burst Compilation uncheck Jobs > Burst > Enable Compilation or pass '--burst-disable-compilation' to the command line in batchmode.")},
{ResultID.Warning_ExcludeAttributeAssembly,newResultData(LogType.Warning,"Not able to detect custom attribute ExcludeFromCoverage in Assembly: {0}")},
{ResultID.Warning_ExcludeAttributeClass,newResultData(LogType.Warning,"Not able to detect custom attribute ExcludeFromCoverage in Class: {0}, Assembly: {1}")},
{ResultID.Warning_ExcludeAttributeMethod,newResultData(LogType.Warning,"Not able to detect custom attribute ExcludeFromCoverage in Method: {0}, Class: {1}, Assembly: {2}")},
{ResultID.Warning_StandaloneUnsupported,newResultData(LogType.Warning,"Code Coverage is not supported in standalone currently. Code Coverage Results and Report will not be generated.")},
{ResultID.Warning_UseProjectSettingsNonBatchmode,newResultData(LogType.Warning,"'-coverageOptions useProjectSettings' can only be used in batchmode and it does not take effect when running the editor from the command-line in non-batchmode.")},
{ResultID.Warning_FailedToExtractPathFiltersFromFile,newResultData(LogType.Warning,"Failed to extract path filters from file: Exception '{0}' while reading '{1}'")},
{ResultID.Warning_FailedToExtractFiltersFromFile,newResultData(LogType.Warning,"Failed to extract filters from file: Exception '{0}' while reading '{1}'")},
{ResultID.Warning_FilterFileContainsDuplicateKeys,newResultData(LogType.Warning,"Duplicate keys exist in the json file used for filtering: {0}")},
{ResultID.Warning_FilterFileContainsInvalidKey,newResultData(LogType.Warning,"Invalid key(s) in the json file used for filtering: '{0}'")},
{ResultID.Warning_PathFiltersFromFileDeprecation,newResultData(LogType.Warning,"The 'pathFiltersFromFile' option will be deprecated in the next package major release. Please use the 'filtersFromFile' option instead.")},
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.