Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing capitalization of C# file causes duplicate csproj entry #15178

Closed
1 task done
iggyvolz opened this issue Dec 29, 2017 · 1 comment
Closed
1 task done

Changing capitalization of C# file causes duplicate csproj entry #15178

iggyvolz opened this issue Dec 29, 2017 · 1 comment

Comments

@iggyvolz
Copy link

Godot version:
Godot 3.0 Beta 2

OS/device including version:
Windows 10 Education

Issue description:
My script file is named Root.cs. I accidentally typed root.cs, which caused an entry for root.cs to be added to my .csproj file. Since Windows is case-insensitive, the file is listed twice which causes:
image

Steps to reproduce:
Create a new Godot mono project. Add a Node2D, and attach a script Root.cs to it. Change the resource path to res://root.cs, and attempt to compile.

Possibly related to #12917.

  • I searched the existing GitHub issues for potential duplicates.
@neikeq neikeq added this to the 3.0 milestone Dec 30, 2017
@akien-mga
Copy link
Member

I'd say it's the same issue as #12917, let's close it as a duplicate and keep track of both symptoms there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants