Skip to content

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

Open
zleyyij wants to merge 1 commit into
mainfrom
failing-ci
Open

fix: repair break introduced by C# 14#106
zleyyij wants to merge 1 commit 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

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