dotnet / dotnet/dotnet-api-docs
Add missing F# Console related snippets/samples
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
## Summary
There are several F# samples and snippets which are missing from the API documentation. Specifically cases have been noted recently where F# examples are missing which document the usage of the [Console](https://docs.microsoft.com/en-us/dotnet/api/system.console) class.
## Proposed Solution
I'd like to volunteer to continue with my recent efforts from the following completed Pull Requests to begin filling the gaps in F# documentation. Since the samples repo suggests citing a GH issue in this repo when making changes I'd like to use this issue as the main tracking issue to represent the entire epic worth of work to bring the Console documentation up to par with the C# examples.
Prior PRs:
* https://github.com/dotnet/samples/pull/1771
* https://github.com/dotnet/dotnet-api-docs/pull/3460
* https://github.com/dotnet/samples/pull/1739
Potentially related Issues:
* https://github.com/dotnet/docs/issues/3180
* https://github.com/dotnet/docs/issues/5253
Contributor guide
Assessment
This issue has not been assessed yet.