PPatrick GrawehrUpdate the Arduino Runtime to .NET 8.0
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Update the Arduino Runtime to .NET 8.0 Implemented support of static virtual calls (for interfaces with implementations) Implement RuntimeInformation, fix a bug causing IndexOf and LastIndexOf to fail on char. Reason was that "ref T" fields where declared as of Object type, while they should be AddressOfVariable instead. Transmit locals and arguments with their correct size Don't suppress the last bits, or short and byte will not behave as expected Add performance optimization SetEvent/ResetEvent where incorrectly implemented WeatherStation sample now also builds and runs Not sure when all those methods that now only have dummy implementations are actually required. And a test on real hardware is still open. Disable a flaky test Async methods don't work reliably yet. Update firmware to prevent a crash in Span<T> ctor ... when T is an array type. | 1 年前 | |
Update to .NET 8.0, remove support for older runtimes Remove netstandard2.0 support Drop support for Windows 10 IoT Remove .NET 4.8 build Update version to .NET 8.0 Remove centos docker image from build There's no need to create another VM inside a VM for the build, also the existing centos images don't seem to support .NET 8.0. Update Helix test runs to .NET 8.0 | 1 年前 |