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.

FileSystem.GetFile(path).GetFileStream() softlocks OS

See original GitHub issue

Area of Cosmos - What area of Cosmos are we dealing with?

FileSystem/Reading bytes from files

Expected Behaviour - What do you think that should happen?

Read a byte from a file

Actual Behaviour - What unexpectedly happens?

No more code is executed and nothing happens past the FileSystem.GetFile(path).GetFileStream()

Reproduction - How did you get this error to appear?

I used FileSystem.GetFile(path).GetFileStream()

Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?

UserKit User Kit 20181010

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
AceKironcommented, Aug 7, 2019

I also have an issue with the filesystem, but they only support vs2019 rn I think

0reactions
github-actions[bot]commented, Apr 30, 2021

As this issue has received no new activity, it has been marked as stale

Read more comments on GitHub >

github_iconTop Results From Across the Web

FileSystemDirectoryEntry: getFile() method - Web APIs | MDN
The FileSystemDirectoryEntry interface's method getFile() returns a FileSystemFileEntry object corresponding to a file contained somewhere ...
Read more >
Get File.Stream using path
foreach (string filePath in filePaths) { string filename = Path. ... Root, mediaType); using (var fs = new FileStream(filePath, FileMode.
Read more >
pathlib — Object-oriented filesystem paths
This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure ...
Read more >
Filesystem Reference
A path that unambiguously identifies the location of a file without reference to an additional starting location. The elements of a path that...
Read more >
FileSystem (Java Platform SE 8 )
The getPath method converts a system dependent path string, returning a Path object that may be used to locate and access a file....
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