You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: