dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.13k stars 4.04k forks source link

DocumentationFile duplication #8876

Open aspilnyy opened 8 years ago

aspilnyy commented 8 years ago

in BasicEditorFeatures.vbproj and BasicInteractiveEditorFeatures.vbproj property DocumentationFile has equal value "Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.xml"

DustinCampbell commented 8 years ago

Good catch -- thanks!