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

Create IContent interface for content compilation #31

Merged
merged 1 commit into from
Nov 23, 2024
Merged

Conversation

lbuesching
Copy link
Collaborator

Many different objects were being used for content compilation, it was awkward to bring around FileInfo, string paths, etc.

This wraps up what is being compiled into an IContent interface that contains all of the metadata about content being compiled.

Many different objects were being used for content compilation,
it was awkward to bring around FileInfo, string paths, etc.

This wraps up what is being compiled into an IContent interface
that contains all of the metadata about content being compiled.
@lbuesching lbuesching merged commit ed70dea into main Nov 23, 2024
3 of 4 checks passed
@lbuesching lbuesching deleted the content-type branch November 23, 2024 18:54
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.

1 participant