glchapman

Results 3 issues of glchapman

I'm using dotnet 8.0.101 with Windows 10. The program below, when run in Debug mode, will throw a NullReferenceException. If run in Release mode, it completes successfully. Both versions generate...

Bug
Impact-Low
Area-Compiler-CodeGen

Building (`dotnet build`) the attached project prints at the console an error FS0001 with a location in Program.fs, but does not print an message informative message. I would expect a...

Bug
Needs-Triage

The showIt function in the following has incorrect code in Debug builds (the bug exists in both F# 7 and 8): ``` open System open System.Buffers open System.Text let inline...

Bug
Impact-Low
Area-Compiler-CodeGen