lofty
lofty
Tried again this morning by copying PresentationCore.dll from C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.16, which made it pass the rewrite step, but currently failing the test run step due to Bad IL Format.
Small update; weirdly, running ILVerify on the un-rewritten dlls is also throwing errors, so I'm currently trying to slim down the project and get rid of those.
I've managed to get it rewriting successfully by copying in the files under test and fixing any IL issues on that, and it now runs the `coyote test` stage successfully....
Not sure if this is a local issue, but after changing edition to 2024, a number of the string conversion functions (panic, logging, and some furi string methods) fail to...
Do you mean the BLE subsystem inside of the copro library, or in the flipper firmware itself? ~~And for HCI headers, do you mean the version of the [BLE LE...
Hoping to use this soon. Is there anything that's holding progress up on merging this?
> But also, it feels not the most useful feature, because as soon as you have a pointer input around you can't claim that the function is safe. I think...