MicrosoftPremier / VstsExtensions

Documentation and issue tracking for Microsoft Premier Services Visual Studio Team Services Extensions
MIT License
56 stars 14 forks source link

Getting unexpected warnings with "Build Quality Checks" task #130

Closed caghand closed 3 years ago

caghand commented 3 years ago

Issue #10 is happening again, this time on version 8.0.1 (as compared to 8.0.0):

[warning]Resource file haven't set, can't find loc string for key: BaselineBuild

[warning]Resource file haven't set, can't find loc string for key: CoverageDataFound

Probably due to this latest change in 8.0.1?:

ReneSchumacher commented 3 years ago

Hi @caghand,

sorry for missing this issue in the last release. This is caused to a version mismatch of two libraries we're using and does not impact the task itself. You just see those strange warnings when we try to use localized strings for logging. We are already fixing the problem and a new version will be available today.

René

ReneSchumacher commented 3 years ago

Hi again,

we are in the process of release v8.0.2 of the Build Quality Checks extension with fixed log messages. The new version should be online in a couple minutes. I'm closing this issue now as the new version resolves it.

Sorry again for the inconvenience! René

caghand commented 3 years ago

Thanks, I am seeing that it's fixed with version 8.0.2! :)