OlegFedko
OlegFedko
It doesn't work in VS 17 & VS 19 (see https://stackoverflow.com/questions/48590270/packagereference-condition-is-ignored) But this workaround works: ```xml 2.0.2 ``` Unfortunatelly it is not compatible with Manage NuGet packages VS UI. It...
> Unfortunatelly it is not compatible with Manage NuGet packages VS UI. It doesn't see the package. And I hope that when I will manage another packages, this workaround will...
AddSourceRevisionToInformationalVersion/SourceRevisionId awesome undocumented something. It still looks like MS Build magic :) While using NuGet package is straightforward (and documented) way to add this functionality without MS Build knowledge. And...
It looks, that untabify() function is wrong: https://github.com/variar/klogg/blob/8a5eff03a8f22630a703bd8f848a4239a735aa91/src/logdata/include/linetypes.h#L317-L324 totalSpaces should be used if replace() is made in a copy of the string and indexOf() is called for original one. But...