Alexandre Mutel
Alexandre Mutel
Reopening as I ran some benchmarks on my Windows 11 x64 machine using: * Unix Domain Sockets * Plain TCP Sockets (loopback) * NamedPipe and here are the results of...
> Afterwards this string value is displayed as it should, but I wonder is it possible to preserve unicode characters in file in "initial" format? Indeed, the string is loaded...
> supports multiple nuget instances You mean NuGet source feed?
Agreed. That would require a change to the registry to allow to define the constraints and platforms. PR Welcome.
Hey, Just discovered your library and it's greatly designed! I found one issue probably related to this issue. While trying this program: ```c# Terminal.OutLine("Type some text:"); while (true) { var...
Unlikely before [GitHub actions support it for their virtual environments](https://github.com/actions/virtual-environments/issues/2187).
There is only one sample [here](https://github.com/conan-roslyn/Conan.Plugin.HelloWorld) Otherwise I personally don't have any more interest/time left dedicated to this project.
> Are you going to keep this up to date with Roslyn? I see that as of writing this there are already >3k new commits to Roslyn's master branch. The...
Indeed, there is not many options, either: - remove the `coverlet.collector` package from your test project - or disable the coverage in dotnet-releaser
> On the one hand: 😔. But it's convenient here! hehe, indeed, I found it only from the issue #4986 while looking for a property function hash... So question is:...