-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FSharp examples for SortedList (#6862) #9637
Conversation
Learn Build status updates of commit ed18f98:
|
File | Status | Preview URL | Details |
---|---|---|---|
[xml/System.Collections.Generic/SortedList2.xml](https://github.com/gsomix/dotnet-api-docs/blob/fix/6862-sortedlist-fsharp/xml/System.Collections.Generic/SortedList 2.xml) |
View | Details | |
snippets/fsharp/System.Collections.Generic/SortedListTKey,TValue/Overview/fs.fsproj | ✅Succeeded | ||
snippets/fsharp/System.Collections.Generic/SortedListTKey,TValue/Overview/remarks.fs | ✅Succeeded | View | |
snippets/fsharp/System.Collections.Generic/SortedListTKey,TValue/Overview/source.fs | ✅Succeeded | View |
[xml/System.Collections.Generic/SortedList2.xml](https://github.com/gsomix/dotnet-api-docs/blob/fix/6862-sortedlist-fsharp/xml/System.Collections.Generic/SortedList
2.xml)
- Line 0, Column 0: [Warning: invalid-code]
The code snippet "~/snippets/fsharp/System.Collections.Generic/SortedListTKey,TValue/Overview/source.cs" could not be found.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
ed18f98
to
e6e22f7
Compare
Learn Build status updates of commit e6e22f7: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gsomix
This is a valuable addition. I'll now.
Hi @gsomix I just dismissed my review because the CI build failed on the code files. Can you update the samples so they compile correctly? Then, this is ready to merge. |
e6e22f7
to
759e514
Compare
Hi @BillWagner Yeah, I forgot to push the latest changes. Everything should work now. |
Learn Build status updates of commit 759e514: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gsomix
I'll merge this now.
Summary
Added F# examples for
SortedList<'TKey, 'TValue>
type.Fixes #6862