Robin Michael
Robin Michael
For the case of MS SQL I know you can ignore the overflow values by using `SET ARITHABORT OFF;` - [MSDN](https://msdn.microsoft.com/en-us/library/ms190306.aspx) `SET ARITHIGNORE ON;` - [MSDN](https://msdn.microsoft.com/en-us/library/ms184341.aspx) In that case at...
Bump this fails for me using the same command `sudo nc -l 8000`
I fixed it with workaround [here](https://siliconheaven.info/wsl-2-x-display/#gsc.tab=0), but I think MS is working on a further fix
Yes, this sucks. Would you like to submit a fix?
@ManikandanMani I can't replicate it can you upload your project somewhere please?
Give me a day or so to look over it. Thanks for the upload
@ManikandanMani I was able to reproduce your issue and I tracked it down to the embedded resource. I made some slight changes to the project linking for the resources and...
@oriches Would you publish the change in #17 to nuget please
😦😖😞 I will check it tonight, but if it doesn't work I will do further investigation.
Yes, you are right it doesn't work. I have an idea about multi-targeting the framework for the library, but it's not working so far. Does this even sound like a...