question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error "Could not find file "

See original GitHub issue

Could 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:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
hlubovaccommented, Mar 7, 2019

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!

1reaction
MarcoRossignolicommented, Mar 7, 2019

Let us know if you need further help!Happy coding!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found