-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Built-in analyzer] Build depends on an environment variable #9885
Copy link
Copy link
Closed
Labels
Area: BuildCheckBuildCheck SuggestionSuggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'Suggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'triaged
Description
Background
This issue tracks one of the BuildCheck analyzers we would like to ship in-box with MSBuild.
Goal
Implement an analyzer with the following rule: No implicit property derived from an environment variable is used during the build.
Notes
Depending on the environment leads to build reproducibility problems. Properties should instead be passed to MSBuild explicitly on the command line with /p.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: BuildCheckBuildCheck SuggestionSuggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'Suggestion for a built in MSBuild analyzer. Label should be applied together with 'Area: BuildCheck'triaged
Type
Fields
Give feedbackNo fields configured for issues without a type.