I use the great AZD plugin to make working with Azure DevOps PRs simpler for JetBrains IDEs (https://plugins.jetbrains.com/plugin/22319-azd ). One of its many features is an AI-driven PR review. It gave me many good pointers, but it should sharpen its F# knowledge 馃榾
I don't have to search and check all instances of pattern matching on `Codes` as it suggests (as shown in the image). The compiler does that for me.
btw: we use the PR tooling for releasing, not as a quality gate.