Clemens Lieb
Clemens Lieb
 Thank you Duga, but [too much is too much](http://chat.stackexchange.com/transcript/message/20505409#20505409). There is absolutely no need for you to mention me in chat (and ping me with that),...
Allow multiple different Chat Domains for one Instance of the ChatService.
### Discussed in https://github.com/rubberduck-vba/Rubberduck/discussions/5968 Originally posted by **mburns08109** April 7, 2022 When I attempt to build this in VS2022 as-is, I get the following failure result: C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2301,5):...
**Justification** Opencover has been discontinued. The maintainer recommends switching to [AltCover](https://www.nuget.org/packages/altcover/), which can produce LCov reports that are definitively parseable by codecov. Maybe we want a different coverage provider, though...
codecov/uploader is replacing codecov/codecov-exe (which we have been installing via chocolatey) and because support is dropped on February 1st we need to actually migrate
The MANIFEST.MF for version 0.95 contains the bnd-directive `Export-Packages: {local-packages}`. That directive is meaningless for the OSGi container that handles the package provision. Instead the Export-Package should contain a list...
For reasons I don't want to get into here, I accidentally ran spotbugs with the following abridged command: ``` > java -jar /spotbugs/spotbugs.jar -noClassOk -xml:withMessages=spotbugs.xml [...] -xml:withMessages=spotbugs.xml -onlyAnalyze com.example.SomeClass dist/*.ear...