dotnet/roslyn

Documentation: VB LanguageVersion enum is missing doc comments

Aberta

#32.797 aberto em 25 de jan. de 2019

 (1 comentário) (0 reação) (0 responsável)C# (4.257 forks)batch import
Area-Compilershelp wanted

Métricas do repositório

Stars
 (20.414 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 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.

Guia do colaborador