Don Syme

Results 196 issues of Don Syme

Working in a simple script I'm seeing this - note `Microsoft.FSharp.Core.char`: ![image](https://user-images.githubusercontent.com/7204669/196186346-30d60594-846c-4d43-b191-39f626130242.png)

bug
help wanted

I propose we allow `static let` bindings in a wider range of type definitions: ```fsharp type T = static let f _ = () type AB = | A |...

area: unions

Broken links all over https://fsharp.github.io/fsharp-compiler-docs/ due to fsdocs failure to crack latest FSharp.Compiler.Service.fsproj .NET 7

Loading a project should fully resolve framework and COM references, see #171 Tests needed

For some reason I thought the results returned by `ProjectLoader.getProjectInfo` would include all the `-r` references for all the .NET DLLs, e.g. in the `OtherOptions` field. However I can't find...

Hi @dmohl I may have asked you this before - would you like to move this to [fsprojects](http://fsprojects.github.io/), to share the development and take it forward together? Asking partly because...

Continuation of #5790 and #6804 This is a prototype implementation of [RFC FS-1060 nullable reference types](https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1060-nullable-reference-types.md) See [tests\adhoc\nullness](https://github.com/dotnet/fsharp/tree/feature/nullness/tests/adhoc/nullness) for testing and samples including baselines of outputs from * existing compiler...

This extends #15181 by applying it to the codebase itself. Getting this green is an exit criteria for #15181. Keeping this separate from #15181 keeps us sane, as it's easiest...