Hamish Arblaster
Hamish Arblaster
Why has this not been merged yet? @jeanlaurent
I'd also like to add my support for byref like types in VB.NET @gafter. The whole point of byref like types is that they are a safe way to achieve...
Just my 2 cents, My ideal solution would be a section in the config file that just lists the architectures in the order it would like them to be tried....
> I don't think this is necessary, most AnyCPU .NET FX app can run as ARM64 unmodified, as long as it does not use things like P/Invoke to third party...
> I don't think this is necessary, most AnyCPU .NET FX app can run as ARM64 unmodified Also, can is different to do, as stated in the original post, these...
One that should definitely be possible is being effectively able to escape scoped/unscoped safety. Ie. there should be an equivalent way to write something like `ref T AsRef(scoped in T...
> The other question is whether `readonly` violations should fall under the same umbrella. Generally `readonly` is there for memory safety reasons, ensuring a piece of memory is not written...
Also finally, I think it is important that we have a way to easily disable all of the warnings at once so users of this feature don't end up with...
Thank you @jonathanvdc. Yes, NET Standard 2.0 is old enough. I look forward to a `Reflection.Emit` back-end back-end option, let me know when it is ready. I plan to implement...
Hi, I'm trying to understand why `libobjc.dylib` is included in https://github.com/dotnet/core/blob/main/release-notes/6.0/runtime-deps.json since according to https://github.com/dotnet/runtime/pull/49555#discussion_r708226918, inherent components of the OS aren't listed in that file. Please correct me if I'm...