fsharp
fsharp copied to clipboard
Nullness - generated ToString() members should override object and return string WithoutNull
- Overriding .ToString on an F# type will warn if it returns nullable string
- Calling .ToString on F# types with generated ToString (powered by sprintfn %A under the hood) is typechecked as not returning null
:heavy_exclamation_mark: Release notes required
:white_check_mark: Found changes and release notes in following paths:
Change path Release notes path Description src/Compilerdocs/release-notes/.FSharp.Compiler.Service/9.0.100.md