-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Shorten paths of Microsoft.AspNetCore.Razor.Language.Test files #9358
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
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
feature-razor-pages
Comments
dougbu
added a commit
to dotnet/razor
that referenced
this issue
Apr 14, 2019
dougbu
added a commit
to dotnet/razor
that referenced
this issue
Apr 14, 2019
dougbu
added a commit
to dotnet/razor
that referenced
this issue
Apr 14, 2019
- dotnet/aspnetcore#9358 - part 1 / 2 (renaming too many files for one PR)
dougbu
added a commit
to dotnet/razor
that referenced
this issue
Apr 14, 2019
- dotnet/aspnetcore#9358 - part 1 / 2 (renaming too many files to open a PR) - adjust solutions to renamed directory
dougbu
added a commit
to dotnet/razor
that referenced
this issue
Apr 14, 2019
- dotnet/aspnetcore#9358 (part 2 / 2) - do 4046 renames
Duplicate of #7882? |
Ha, yes. |
Closing in favor of #7882. |
dougbu
added a commit
to dotnet/razor
that referenced
this issue
Apr 15, 2019
* Shorten Microsoft.AspNetCore.Razor.Language.Test paths - dotnet/aspnetcore#9358 and dotnet/aspnetcore#7882 - do 4046 renames - adjust solutions to renamed directory - special-case directory of the Microsoft.AspNetCore.Razor.Language.Test project in `TestProject`
72b939d85573 |
@dougbu done? |
Yes, done |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
feature-razor-pages
Bug
The paths of files in the ComponentDesignTimeCodeGenerationTest project are long enough to break dotnet-maestro-bot and prevent automatic PRs to merge 'release/*' branches into 'master'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful creation of a PR to merge the 'release/3.0-preview4' branch into 'master'
Actual
No PR to merge the branches is created. Bot builds such as https://dev.azure.com/dnceng/internal/_build/results?buildId=154762 fail to clone the aspnet/AspNetCore-Tooling repo due to filename-to-long errors:
Additional context
See also dotnet/razor#422 (comment) and dotnet/razor#422 (comment) comments.
Thanks @dagood !
The text was updated successfully, but these errors were encountered: