Back to Msbuild

AnalyzerReleases.Unshipped

src/ThreadSafeTaskAnalyzer/AnalyzerReleases.Unshipped.md

18.6.3632 B
Original Source

New Rules

Rule IDCategorySeverityNotes
MSBuildTask0001MSBuild.TaskAuthoringErrorAPIs that must not be used in any MSBuild task (Environment.Exit, Console.*, etc.)
MSBuildTask0002MSBuild.TaskAuthoringWarningAPIs that should use TaskEnvironment alternatives
MSBuildTask0003MSBuild.TaskAuthoringWarningFile APIs that need absolute paths
MSBuildTask0004MSBuild.TaskAuthoringWarningAPIs that may cause issues in multithreaded task execution
MSBuildTask0005MSBuild.TaskAuthoringWarningTransitive unsafe API usage detected in task call chain