Michal Dobrodenka

Results 10 comments of Michal Dobrodenka

Since NET5/6 platform support is limited, mono for me is the only way to have c# code running on ARMv6. Now when mono is in undead zombie state, I have...

> The Mono project originally focused on .NET Framework compatibility and it's something that I don't see changing in the future. > > For Mono plans inside .NET Core setup...

@marek-safar Thank you for clarification! I don't feel strong in ARM arch/assembly. I've contributed only very slightly to mono source code years ago. I would be very happy to test/report...

I made a proposal https://github.com/dotnet/sdk/issues/22560 > We're migrating our .NET Framework codebase to .NET 6, but there are still scenarios that can only run on Mono. I wonder if there's...

I think .NET Framework 4.6.1 supports .NET Standard 2.0 which is targeted by System.Text.Json. And System.Text.Json has a profile for .NET Framework 4.6.1

Hi, to be fair I don't know. I have forked websocket-sharp and keep fixing it. On my github, there is a fork, but I have bunch of fixes not pushed...

@ilsnk I've uploaded all my code, currently using to my fork in https://github.com/michaldobrodenka/websocket-sharp Forked about 4yrs ago, fixing internally since then

It's about using BeginRead in ReadBytesAsync in Ext.cs. I have workaround it in my branch for now: https://github.com/michaldobrodenka/websocket-sharp I had this problem on some android devices + net7.0

I've made a fork of current repo and merged manually changes from old RoyGoode(thx!) code. I will play with it and maybe use it. https://github.com/michaldobrodenka/sqlite-net

> This seems to be very old, most of the changes are not compatible with the latest. I'll try to build out of @RoyGoode's code and see if I can...