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 all file locations need to be passed when initiating the loader, this should be partly dynamic.
When an ILanguage is added, the framework should check for files relative to the assembly location.
This would make it easier to use extensions, it should be clear (maybe via an attribute) where the files are located.
The text was updated successfully, but these errors were encountered:
Also the usage of Assembly.GetManifestResourceNames & Assembly.GetManifestResourceStream should be added, this helps when resources are inside the dll.
Currently all file locations need to be passed when initiating the loader, this should be partly dynamic.
When an ILanguage is added, the framework should check for files relative to the assembly location.
This would make it easier to use extensions, it should be clear (maybe via an attribute) where the files are located.
The text was updated successfully, but these errors were encountered: