Closed
Description
Environment data
dotnet --info
output:
.NET Command Line Tools (1.0.0-preview2-003121)
Product Information:
Version: 1.0.0-preview2-003121
Commit SHA-1 hash: 1e9d529bc5
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
VS Code version: 1.5.3
C# Extension version: 1.4.1
Steps to reproduce
- Open dotnet core solution from base solution directory
- Open any .cs file
- Rename it
- Make a minor, valid change to the code so OmniSharp reevaluates it
- Observe as errors appear: Class name has
The namespace 'Namespace' already contains a definition for 'ClassName' [netcoreapp1.0]
. Methods haveType 'ClassName' already defines a member called 'MethodName' with the same parameter types [netcoreapp1.0]