Update to the latest 2.x version of Funcky (2.7.1) and fix all warnings.
Update to Funcky 3.0.
Run dotnet format analyzers. This will migrate Option<T>.None() to Option<T>.None for you.
This command sometimes fails while loading your project(s). --no-restore might help with that.
Build and fix other compilation failures.
You might need to re-run dotnet format analyzers after fixing other errors.
Important: Check if you're using System.Text.Json to serialize Options.
This will no longer work automatically. You need to add the OptionJsonConverter yourself.