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

Add IFileLoader API #3191

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Add IFileLoader API #3191

merged 3 commits into from
Apr 1, 2024

Conversation

siegfriedpammer
Copy link
Member

No description provided.


public interface IFileLoader
{
LoadResult? Load(string fileName, Stream stream, FileLoadSettings settings);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should be async? We're already calling it within an async method; so this would give loaders some additional implementation options.

@siegfriedpammer siegfriedpammer merged commit 67eade3 into master Apr 1, 2024
9 checks passed
@siegfriedpammer siegfriedpammer deleted the file-loaders branch April 1, 2024 09:08
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

Successfully merging this pull request may close these issues.

2 participants