Boris Prpic

Results 31 comments of Boris Prpic

Same situation. From yesterday I can't start my dotnet project in WSL2 on Windows 11. but ping and sqlcmd work normaly

Not for me. No updates are available. Kernel version: 5.10.60.1 I fixed the problem with replacing hostneame of sql server in connection string with ip address. So it looks like...

Yea. One more info: Flight director shows good path but AP is pushing plane below FD line.

CancellationToken would be nice. Additional nice feature would be to support handilng ESC in prompts (in addition to ctrl+c).

@sungam3r it's a proof of concept for now. It fixed my problem so we can proceed with preparing this for merge if possible. I think we should add all value...

@Pliner I tested net48 -> netcore way today. Tomorrow we plan to release this fix to production where we have 2 way communication to see if it sticks.

@sungam3r We also use custom types for request objects but it's sometimes very convenient to return simple value type from RPC like bool, int or string. Have you thought about...

> is net48, the issue seems to persist, because in case of a string it will be send as "System.String, System.Private.CoreLib", but there is no such an assembly from the...