microsoft / vs-servicehub

The service broker libraries used by Visual Studio to exchange intra- and inter-process services
MIT License
21 stars 8 forks source link

Use precise assembly version for analyzers project #168

Closed AArnott closed 10 months ago

AArnott commented 10 months ago

This removes an MSBuild property that makes version calculating happen only once per build, under the (incorrect) assumption that only one version.json file exists in this repo. But the analyzers project has a unique one, and this msbuild property was causing that to be ignored.

See also https://github.com/microsoft/vs-mef/pull/437 for a similar bug and fix.