Nikita Balabaev

Results 34 comments of Nikita Balabaev

> Thanks, LGTM. Done, please review

So, the build error is: Since Mono's implementation of `System.Convert` class doesn't have an implementation of the `ToHexString()` and [`ToHexStringLower()`](https://learn.microsoft.com/dotnet/api/system.convert.tohexstringlower) methods (see the [code](https://gitlab.winehq.org/mono/mono/-/blob/main/mcs/class/referencesource/mscorlib/system/convert.cs)), I'm gonna close this PR. @hanabi1224...

This is completely broken on .NET 8 SDK: ``` > dotnet --version 8.0.101 > dotnet tool restore --interactive --verbosity minimal [NuGet Manager] [Warning] The plugin credential provider could not acquire...

@RussKie, so, the issue has gone after updating [Credential Provider](https://github.com/Microsoft/artifacts-credprovider) plugins via the `iex "& { $(irm https://aka.ms/install-artifacts-credprovider.ps1) } -AddNetfx"` command.