Skip to content

Deploy Export/Import Changes CSHTML file names to all lowercase #265

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

Open
hfloyd opened this issue May 7, 2025 · 0 comments
Open

Deploy Export/Import Changes CSHTML file names to all lowercase #265

hfloyd opened this issue May 7, 2025 · 0 comments

Comments

@hfloyd
Copy link

hfloyd commented May 7, 2025

View files which are included with a Deploy Export for Re-Import are imported with all lowercase file names, so if you have a View file with mixed case, that is all lost on the Destination site.

Steps to reproduce

  1. In your source website have some Views with mixed-case filenames (ex: TextPage.cshtml)
  2. Do an Export, including schema-related files.
  3. In a new site, Import, including the files.
  4. Weep for you lost casing, since your file is now named "textpage.cshtml" 😢

Expected result

Filenames should be preserved.

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

No branches or pull requests

1 participant