Raphael Tweitmann
Raphael Tweitmann
I've got also an Exception for a πin my commit message. Exception: ``` System.Text.EncoderFallbackException: Unable to translate Unicode character \\uD83D at index 10 to specified code page. at System.Text.EncoderExceptionFallbackBuffer.Fallback(Char charUnknown,...
@MarkSandy @EdvardasDlugauskas Thank's! I've no idea why the restore did't work before... anyway now it works! I've already updated: ``` JetBrains.ReSharper.SDK JetBrains.Annotations JetBrains.ExternalAnnotations JetBrains.Lifetimes ``` Now I'm trying to find...
Now I stuck at this point (see below) and I can't understand it because all dependencies are removed (see my [current version](https://github.com/rayphi/Resharper.TestCop/commit/23b50af071464e83f59c8cf602b523fdbbdcd994)). ``` Unable to find a version of 'JetBrains.Annotations'...
I managed to update everything. π Now there are 17 tests that are failing π’. https://ci.appveyor.com/project/rayphi/resharper-testcop/builds/39018049 I am now trying to understand what exactly is being tested and why it...
Solved it with mentioned workaround over here => https://youtrack.jetbrains.com/issue/RSRP-483974
And now hopefully the last failing 5 Tests... I'm now trying to recreate the step from the (AppVeyor) pipeline locally. https://ci.appveyor.com/project/rayphi/resharper-testcop/builds/39019798
Glad to "see" you back here - Thank you for submitting!" Now that I've gone through the entire update process here π¬ do you have a specific order to successfully...
Ok that's exactly what I did! But it always broke off because some dependencies could not be resolved or caused conflicts. Do you have special install/update/uninstall settings in the Solution...