dotnet/roslyn
View on GitHubDocumentation: VB LanguageVersion enum is missing doc comments
Open
#32,797 opened on Jan 25, 2019
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.