Titas Bučelis
Titas Bučelis
One (almost) workaround for this is to create a custom `mfile.m` function in `C:\Program Files\MATLAB\MATLAB_VERSION\toolbox\matlab\codetools\+matlab\+codetools\+internal\+edit\`: ```MATLAB function mfile(file, ~) if exist(file , 'file') system(['code "', which(file), '"']); end end ```...
You're right that the future versions of .NET will all be compatible between platforms and it should be fairly easy to upgrade most projects to .NET 5/6/7. However, in my...
Have the same issue, I only have `Any CPU` and it adds `x86` and `x64`