-
Notifications
You must be signed in to change notification settings - Fork 590
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
Open
pgrawehr
wants to merge
36
commits into
main
Choose a base branch
from
MoveToArcadeTo8
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
e08f883
Use Arcade 8.0
joperezr 6245714
Update dependent packages to repair build
pgrawehr 16a6cf4
Remove netstandard2.0 support
pgrawehr a7d8229
Drop support for Windows 10 IoT
pgrawehr 6d61f26
Remove .NET 4.8 build
pgrawehr f89ee1e
Update version to .NET 8.0
pgrawehr fe7c925
Remove centos docker image from build
pgrawehr dd80ee7
This test doesn't work on a linux VM without display
pgrawehr b51992a
Update Helix test runs to .NET 8.0
pgrawehr 9066d70
Start updating the runtime
pgrawehr df3758b
Compilation works for some cases again
pgrawehr bf2a66e
Can properly (?) resolve static virtual calls
pgrawehr faa546b
Static cctors for BlinkingLed sample work
pgrawehr 2cde9b4
Some test cases work again
pgrawehr 0e034e0
More and more tests pass
pgrawehr 2fb20b3
Implement RuntimeInformation, fix a bug causing IndexOf and LastIndex…
pgrawehr 63e4a2b
Transmit locals and arguments with their correct size
pgrawehr d9a49db
Working on new enum handling
pgrawehr df393a7
Compiles again
pgrawehr e7afb02
EnumTest now works
pgrawehr 15e05a7
Add cache of patched code
pgrawehr 6e843ea
Use a dictionary for the methods list
pgrawehr e8e5a2b
Try to avoid some test overhead
pgrawehr f56e33d
Only 3 failing tests left
pgrawehr fcd800d
Add AnalysisStack, to simplify tracking dependencies
pgrawehr f3b558a
Fix some stack pushes
pgrawehr 0b451e9
SetEvent/ResetEvent where incorrectly implemented
pgrawehr 6ee3acf
Provide a working implementation for Events
pgrawehr d1e8841
All existing tests pass
pgrawehr dbb84f5
WeatherStation sample now also builds and runs
pgrawehr 0f03039
Update Simulator Version
pgrawehr 5f478c5
Disable a flaky test
pgrawehr 0ba0b99
These tests have no dependencies
pgrawehr 7b562d0
Compute suppressions on release build
pgrawehr 9c78a6e
Improve stability of test
pgrawehr 6190c19
Update firmware to prevent a crash in Span<T> ctor
pgrawehr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"RetryCountLimit": 1, | ||
"RetryByAnyError": false | ||
} |
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we updating these dependencies? We should be particularly careful with this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are development dependencies only, so I see no reason why we shouldn't keep up to date. The issue with Moq has been resolved.