Skip to content
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

Snapshot Collector may not be able to find ShadowCopyFolder in .NET 6 single file executables #21

Closed
somehowadev opened this issue Aug 9, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@somehowadev
Copy link

Observed this exception when trying to use snapshot collector (v1.4.3) with a program published as a single binary.

Event: ExceptionDuringNativeComponentExtraction

System.ArgumentException: The path is empty. (Parameter 'path')
at System.IO.Path.GetFullPath(String path)
at System.IO.FileInfo..ctor(String originalPath, String fullPath, String fileName, Boolean isNormalized) at

Can't get too much detail given the environment contraints but I'll see if I can get more info if needed.

@pharring pharring added the bug Something isn't working label Apr 18, 2023
@pharring
Copy link
Member

Sorry for the delayed response. Yes, this looks like a bug. We haven't tested that scenario. I'll log a corresponding internal work item to track it.

@pharring
Copy link
Member

I tracked down the bug and have a fix in review. Once it's merged, I'll publish a new nuget version. Should be available next week.

@pharring
Copy link
Member

@pharring
Copy link
Member

1.4.4 (stable) is out now. Release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants