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

Deserializer.FromFile throws file not found when file exists #69

Closed
anmatr opened this issue Jul 25, 2024 · 2 comments
Closed

Deserializer.FromFile throws file not found when file exists #69

anmatr opened this issue Jul 25, 2024 · 2 comments

Comments

@anmatr
Copy link

anmatr commented Jul 25, 2024

In version 5.0.1 (maybe even earlier) the call to vCardDeserializer.FromFile() throws a "file not found" but the file exists. The code shows that the line writes if (File.Exists(fileName)). So the ! (not) is missing.

Additionally could the log details be changed as the missing file name would not be shown from the current log file.

@anmatr
Copy link
Author

anmatr commented Jul 28, 2024

I see a PR is already in the pipeline for this. Doesn't seem to be merged yet.

@bolorundurowb
Copy link
Owner

@anmatr This has been addressed in PR #70 and should be published to Nuget in a few minutes as version 5.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants