CSharpShellApp
CSharpShellApp copied to clipboard
Refit not works
@radimitrov Nas.zip it seems Refit not working with maui in your app(when I launch the maui app i see the c# shell maui plugin app view,not my view). Example is the above uploaded zip(first you need to export the dlls from CommonNASLibrary and NASServerLibrary as dll(from NASFileSyncher(maui app) you need to reference both CommonNASLibrary(also tried in both as dll) and NASServerLibrary as dll)(contains libraries for maui app,both NASServerLibrary and NASFileSyncher use CommonNASLibrary,which is inside NASServerLibrary solution,which is only used by NASFileSyncher which is the maui app). Please help me to make it to work!(In the maui app if you comments out .AddNASServer() when injecting services and also comments out INasServer parameter from MainPageViewModel constructor then it works,but theres no rest API then)