fsprojects / Avalonia.FuncUI

Develop cross-plattform GUI Applications using F# and Avalonia!
https://funcui.avaloniaui.net/
MIT License
889 stars 72 forks source link

Fix a few 'Pattern discard is not allowed for union case that takes n… #373

Closed Numpsy closed 7 months ago

Numpsy commented 7 months ago

…o data' warnings from the .NET 8 compiler

Pretty simple, but - there are several instances of

\src\Avalonia.FuncUI\VirtualDom\VirtualDom.Patcher.fs(84,15): warning FS3548: Pattern discard is not allowed for union case that takes no data.

when building with the .NET 8 SDK (a new diagnostic in the updated compiler I believe)