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

Problem with custom IFileInfo implementation with FileSystemRazorProjectItem #470

Open
slavisharper opened this issue Mar 4, 2022 · 0 comments

Comments

@slavisharper
Copy link

Hi there,
I have small proposal for the FileSystemRazorProjectItem.cs.

Currently it is using FileInfo and not IFileInfo interface as input parameter. I've created custom RazorLightProject class that has
specific search terms for embedded resource files in multiple assemblies. The problem is that I'm using custom IFileInfo implementation and cannot create FileSystemRazorProjectItem.

For now I am using with TextSourceRazorProjectItem while testing this library, but I think that it will be better to be more abstract and use IFileInfo in the file class.

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

1 participant