Uh oh!
There was an error while loading. Please reload this page.
Add support for C# Experimental attribute - #18253
Conversation
❗ Release notes required
|
Experimental attributeExperimental attributeUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
KevinRansom
commented
Jan 23, 2025
Is there some reason this is insufficient? https://github.com/dotnet/fsharp/blob/main/src/FSharp.Core/prim-types.fs#L265 |
T-Gro
commented
Jan 24, 2025
@edgarfgp added support for detecting the same attribute which was added in .NET / supported by C#12+ - https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-12.0/experimental-attribute |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Petr <psfinaki@users.noreply.github.com>
psfinaki
left a comment
There was a problem hiding this comment.
Good stuff, thanks Edgar!
Description
Fixes#18198
Checklist