Skip to content

Nullness :: Improve 'useless null handling' warning to work with piping - #18331

Merged
T-Gro merged 7 commits into
mainfrom
18014-nullness-issue---optionofobj-against-non-nullable-ref-type-does-not-trigger-fs3262-when-using
Feb 24, 2025
Merged

Nullness :: Improve 'useless null handling' warning to work with piping#18331
T-Gro merged 7 commits into
mainfrom
18014-nullness-issue---optionofobj-against-non-nullable-ref-type-does-not-trigger-fs3262-when-using

Conversation

@T-Gro

Copy link
Copy Markdown
Member

Fixes#18014.

Makes the warning work with |> , ||> and friends, and >> incl. point-free-style programming.

@github-actions

github-actionsBot commented Feb 20, 2025

Copy link
Copy Markdown
Contributor

❗ Release notes required


✅ Found changes and release notes in following paths:

Change pathRelease notes pathDescription
src/Compilerdocs/release-notes/.FSharp.Compiler.Service/9.0.300.md

@T-Gro
T-Gro marked this pull request as ready for review February 21, 2025 10:09
@T-Gro
T-Gro requested a review from a team as a code ownerFebruary 21, 2025 10:09
@T-GroT-Gro changed the title WIP :: Nullness :: Improve 'useless null handling' warning to work with pipingNullness :: Improve 'useless null handling' warning to work with pipingFeb 21, 2025
…on-nullable-ref-type-does-not-trigger-fs3262-when-using
@T-Gro
T-Gro enabled auto-merge (squash) February 21, 2025 15:28
@T-Gro
T-Gro merged commit 3397985 into mainFeb 24, 2025
@T-Gro
T-Gro deleted the 18014-nullness-issue---optionofobj-against-non-nullable-ref-type-does-not-trigger-fs3262-when-using branch February 24, 2025 15:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Nullness issue - Option.ofObj against non-nullable ref type does not trigger FS3262 when using |>

3 participants

@T-Gro@psfinaki@abonie