-
Notifications
You must be signed in to change notification settings - Fork 594
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcb2946
to
dc8ce53
Compare
joperezr
reviewed
Oct 10, 2024
krwq
reviewed
Nov 14, 2024
a46f801
to
9c78a6e
Compare
krwq
reviewed
Jan 9, 2025
raffaeler
approved these changes
Jan 9, 2025
krwq
reviewed
Jan 9, 2025
55f7df3
to
c7940a8
Compare
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.
c7940a8
to
837de39
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2353 and #2354
Microsoft Reviewers: Open in CodeFlow