Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Arcade 8.0, use .NET 8.0, remove old features #2355

Merged
merged 3 commits into from
Jan 29, 2025
Merged

Conversation

pgrawehr
Copy link
Contributor

@pgrawehr pgrawehr commented Sep 30, 2024

Fixes #2353 and #2354

Microsoft Reviewers: Open in CodeFlow

@pgrawehr pgrawehr force-pushed the MoveToArcadeTo8 branch 2 times, most recently from bcb2946 to dc8ce53 Compare October 6, 2024 13:05
src/devices/Board/Board.cs Outdated Show resolved Hide resolved
@pgrawehr pgrawehr marked this pull request as ready for review December 12, 2024 15:35
@pgrawehr pgrawehr force-pushed the MoveToArcadeTo8 branch 2 times, most recently from 55f7df3 to c7940a8 Compare January 12, 2025 12:30
@pgrawehr pgrawehr added this to the v4.0.0 milestone Jan 18, 2025
joperezr and others added 3 commits January 28, 2025 16:20
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
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.
@pgrawehr pgrawehr merged commit 5767429 into main Jan 29, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for netstandard
4 participants