Open jorgeleo opened 5 years ago
Awesome project!
I tried this on visual studio 2019 on mac community edition and it needs a couple of fixes:
var name = file.Name ?? ComponentLoader.GetName(path.Replace(@"\", ".").Replace("/", "."));
The login sample still does not load, but I'll figure it out later.
Again, awesome project!
You should contribute the fixes as a pull request ;)
Awesome project!
I tried this on visual studio 2019 on mac community edition and it needs a couple of fixes:
var name = file.Name ?? ComponentLoader.GetName(path.Replace(@"\", ".").Replace("/", "."));
The login sample still does not load, but I'll figure it out later.
Again, awesome project!