Extend MSBuild binding mechanism with evaluation of expressions #5767
Labels
feature
The issue defines new feature.
gathering-feedback
The issue requires feedback in order to be planned, please comment if the feature is useful for you
triaged
The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like.
Currently, it is possible to bind templates to MSBuild properties,
It is suggested to extend it with binding to the evaluation of expressions
E.g.
$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net6.0'))
Additional context
The text was updated successfully, but these errors were encountered: