File renames that change only case have no effect
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 52/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- csharp, nodejs, typescript
- Domain
- tooling
Research direction
Start at Nodejs/Product/Nodejs/SharedProject/FileNode.cs around line 296 and reproduce the case-only rename in a Node.js or TypeScript console project. Compare the behavior with the stated C# case, then verify that renaming app.ts to APP.ts changes the project file as expected.
Written by the indexing model from the issue text.
Description
This appears to be intentional, but it's not clear why: https://github.com/Microsoft/nodejstools/blob/40f2646011d8fd41b275d5f2162d2a93805fd226/Nodejs/Product/Nodejs/SharedProject/FileNode.cs#L296
Repro:
- Create a node project (e.g. a TS console app)
- Rename a file to uppercase (e.g. app.ts to APP.ts)
Expected: File is renamed
Actual: File is not renamed
Note: Works for C# files.
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 355
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/nodejstools
-
microsoft/nodejstools#2523 · 1 reaction · 1 assignee ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
microsoft/nodejstools#2519 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
microsoft/nodejstools#2517 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
microsoft/nodejstools#2514 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
microsoft/nodejstools#2513 · 5 comments ·
All issues in microsoft/nodejstools
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·