Wolfgang Kordts
Wolfgang Kordts
the move has really changed the description ;-) I hope you got the attached zip file to reproduce it.
[R2RProblem.zip](https://github.com/dotnet/runtime/files/9191495/R2RProblem.zip)
That's not really a solution. It is a third-party dll installed on many build agents. And why does it work with .NET 5?
Going back to .NET 5 or waiting for .NET 7 isn't currently an option. So I tried to use the PublishReadyToRunExclude variant. Unfortunately this doesn't work because I get the...
I hope you seriously consider fixing this in .NET 6 as well.
It's a pity that nothing is happening here @kozlovic
After wasting my time with these damned formatting issues, i will write the test another day
For our scenario i had to add ``` public class ProxyTcpConnection(ILogger logger) : TcpConnection(logger) { public new async ValueTask ConnectAsync(string host, int port, TimeSpan timeout) { SocketProxy proxy = SystemUtilsService.SocketProxy;...
I had to sign all my commits including the main merge by amend command. Give me a hint what to do. Making changes again in new branch?