Error "Could not find file "
See original GitHub issueCould you please take a look at this and see if it falls within your realm: https://github.com/xunit/xunit/issues/1909
What the xunit guys are suggesting is definitely not within the realm of my project. Something changed within the host environment that perhaps now requires a different set of arguments for dotnet test
. Thank you.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Why am I getting "could not find file '\[filename]'"?
The file is in the same folder as the .exe, so it should be in plain sight. UPDATE. I tried this: String xmlFile...
Read more >Why am I getting "Could not find file" error? - Help
I am trying to delete all files in a directory, except pdf files, but I am getting this error “Could not find file...
Read more >How to Handle the FileNotFoundException in C# | Rollbar
The FileNotFoundException occurs in C# when the system is unable to locate a file when the program is executed. Learn how to handle...
Read more >System.IO.FileNotFoundException: Could not find file #33105
Hello, i have migrated my projet from .NET framework to .NET Core, and when i build my project in RedHat, I had this...
Read more >could not find file 'D:\\home\\site\\wwwroot\\PDF_report.pdf'.
Solution 1 You are trying to write a file in the current working directory. The user your application is running as on Azure...
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
Hi - yes, I tried few variations of those: excluding “xunit” worked - thank you!
However, I still find it weird that this started happening with no actual changes within compiled/tested source files or the script-file that actually executes
dotnet test
or any of the involved file-locations. Perhaps I’m overlooking a forced nuget-package version change or something. I’ll watch for this. Thank you!Let us know if you need further help!Happy coding!