dotnet/roslyn

Documentation: VB LanguageVersion enum is missing doc comments

Open

#32,797 opened on Jan 25, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-Compilershelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

While C# LanguageVersion enum has a list of all language features introduced in the version (which is very useful), VB has no comments at all: https://github.com/dotnet/roslyn/blob/master/src/Compilers/VisualBasic/Portable/LanguageVersion.vb#L10.

Contributor guide