Skip to content

fix: repair break introduced by C# 14 - #106

Merged
zleyyij merged 5 commits into
mainfrom
failing-ci
Aug 10, 2026
Merged

fix: repair break introduced by C# 14#106
zleyyij merged 5 commits into
mainfrom
failing-ci

Conversation

@zleyyij

@zleyyij zleyyij commented Aug 10, 2026

Copy link
Copy Markdown
Member

C#14 made .Reverse() mutate the array in-place, instead of returning the value, see https://stackoverflow.com/questions/79918565/sudden-change-to-reverse-extension-method-causing-build-errors

This caused the below error (paraphrased):

CS0023: Operator '.' cannot be applied to operand of type 'void'; Hardware.cs line 1215

@zleyyij
zleyyij merged commit dd1b799 into main Aug 10, 2026
2 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.

1 participant