- 
                Notifications
    You must be signed in to change notification settings 
- Fork 834
Closed
Labels
Area-Compiler-CheckingType checking, attributes and all aspects of logic checkingType checking, attributes and all aspects of logic checkingArea-Compiler-ImportAndInteropimport of .NET DLLs and interopimport of .NET DLLs and interopFeature ImprovementFeature RequestNeeds-RFC
Milestone
Description
.NET 9 will support ref structs in generics as well as new constraint.
A bunch of new APIs will be utilising it, hence it needs to be supported in F#
Runtime support: dotnet/runtime#65112
C#: https://github.com/dotnet/csharplang/blob/main/proposals/ref-struct-interfaces.md
Note: only consuming is in scope, everything else isn't possible right now, due to lack of many ref-related features support in compiler (ref fields, escape analysis as examples).
brianrourkeboll, amongonz and neon-sunset
Metadata
Metadata
Assignees
Labels
Area-Compiler-CheckingType checking, attributes and all aspects of logic checkingType checking, attributes and all aspects of logic checkingArea-Compiler-ImportAndInteropimport of .NET DLLs and interopimport of .NET DLLs and interopFeature ImprovementFeature RequestNeeds-RFC
Type
Projects
Status
New