-
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update watcher.fsx to support nullness
I have zero experience on the Ionide codebase, but saw that VSCode was giving nullness warnings on starting FSI e.g. ``` ionide.ionide-fsharp-7.22.0\watcher\watcher.fsx(48,34): warning FS3261: Nullness warning: The types 'System.Reflection.MemberInfo' and 'System.Reflection.MemberInfo | null' do not have compatible nullability. ``` This PR removes the warnings, but someone should review them to make sure that there hasn't been any semantic change in behaviour.
- Loading branch information
1 parent
77e1b3f
commit 5fcad29
Showing
1 changed file
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters