MvsSln icon indicating copy to clipboard operation
MvsSln copied to clipboard

Note about 2.7 and `Item.evaluatedInclude` / `unevaluatedInclude`

Open 3F opened this issue 1 year ago • 0 comments

Since the following was marked as Obsolete:

  • PropertyItem.evaluatedValue
  • PropertyItem.unevaluatedValue
  • Item.evaluatedInclude
  • Item.unevaluatedInclude

https://github.com/3F/MvsSln/blob/63ad0f25a857ad49a7b5b0d0c83086eef6e76be0/changelog.txt#L93-L95

it also contains aliases like:

https://github.com/3F/MvsSln/blob/63ad0f25a857ad49a7b5b0d0c83086eef6e76be0/MvsSln/Projects/PropertyItem.cs#L171-L175

https://github.com/3F/MvsSln/blob/a00e3b341bbddc559a5af618e4a6e520b7bbb2d6/MvsSln/Projects/Item.cs#L191-L195

and... my bad, as you can see above. 2.7 accidentally got incompatible changes with Item.evaluatedInclude and Item.unevaluatedInclude.

Please either update your code to use modern unevaluated & evaluated Or let me know if 63ad0f2 needs to be released asap.

3F avatar Jun 05 '24 23:06 3F