tfsaggregator / aggregator-cli

A new version of Aggregator aiming at Azure DevOps (ex Visual Studio Team Services)
https://tfsaggregator.github.io/
Apache License 2.0
73 stars 32 forks source link

Fix IdentyRef parsing #243

Closed aok-foss closed 2 years ago

aok-foss commented 3 years ago

Fix an off-by-one error when getting unique name from the string. Fix invalid cast exception when the IdentityRef could not be parsed. The null-coalescing operator on lines 130 and 134 was trying to cast a string value to IdentityRef.

giuliov commented 2 years ago

Included in release v1.2.