Underscore in source file name causes BudgetExceededException
See original GitHub issueFrom https://github.com/dotnet/try/issues/859#issuecomment-666637355
This works:
'''cs --region source --source-file ./main.package.cs '''
This does not:
'''cs --region source --source-file ./main_package.cs '''
Only difference is an underscore in main project file name??!!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Timeline on next release · Issue #859 · dotnet/try - GitHub
App 3.1.5 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] ... Underscore in source file name causes BudgetExceededException #869.
Read more >Using underscore in file names? - linux - Super User
I believe vim considers two words seperated by hyphen as a single word, so this could be a reason to use underscores in...
Read more >Why put in front of the file name "_" or "_" in scss/css?
The _ (underscore) is a partial for scss. That means the stylesheet its going to be imported (@import) to a main stylesheet i.e....
Read more >Best Practices for File Naming - Records Express
A best practice is to replace spaces in file names with an underline (_) or hyphen (-). Appendix B of NARA Bulletin 2015-04...
Read more >Why has my filename changed? - Microsoft Support
When saving files to your personal OneDrive, certain characters are automatically renamed by Office apps, including Word, Excel and PowerPoint.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s a sample repo with an example that works and one that fails, both identical save an underscore in the primary
.cs
file name:https://github.com/ritchiecarroll/dotnet-try-test
FYI, if you want 100% replicability, follow these steps:
FYI, to specifically replicate the
BudgetExceededException
, clear outbin\obj
folders and.binlog
file then simply use theverify
option on the sample:You can try a few of these other examples for more tests: