Skip to content

Add IFileLoader API - #3191

Merged
siegfriedpammer merged 3 commits into
masterfrom
file-loaders
Apr 1, 2024
Merged

Add IFileLoader API#3191
siegfriedpammer merged 3 commits into
masterfrom
file-loaders

Conversation

@siegfriedpammer

Copy link
Copy Markdown
Member

No description provided.


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

Copy link
Copy Markdown
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.

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