You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have reached Listing 4.8, and was unable to get System.Windows.Forms working in my .NET Core 3.1 project, so I downloaded this repo. Unfortunately, the same is true here - if I go to folder view > src > code-listings > lesson-04.fsx and try to run Listing 4.8 in FSI I get 'The namespace 'Forms' is not defined.' I've already run build.cmd. How can I get Forms to play nice in this project?