@brianoflondon, if you reference the full path to the dll, you must omit the
--project
parameter.
So it's either
dotnet run SQRLDotNetClientUI/bin/Debug/netcoreapp3.1/SQRLDotNetClientUI.dll
or just
dotnet run --project SQRLDotNetClientUI
Or just wait for Jose to get you something which is more easily digestable.
Definitely neither of those are working. I would like the pleasure of knowing I can still download and compile something
HiroBar-3:SQRL Client Git bol$ dotnet run SQRLDotNetClientUI/bin/Debug/netcoreapp3.1/SQRLDotNetClientUI.dll
Couldn't find a project to run. Ensure a project exists in /Users/bol/Documents/Brian of London/BrianofLondon Web/SQRL Client Git, or pass the path to the project using --project.
HiroBar-3:SQRL Client Git bol$ dotnet run --project SQRLDotNetClientUI
Http Listening
/Users/bol/Documents/Brian of London/BrianofLondon Web/SQRL Client Git/SQRLDotNetClientUI/bin/Debug/netcoreapp3.1: True
Unhandled exception. System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at SQRLDotNetClientUI.ViewModels.MainMenuViewModel..ctor(SQRL sqrlInstance) in /Users/bol/Documents/Brian of London/BrianofLondon Web/SQRL Client Git/SQRLDotNetClientUI/ViewModels/MainMenuViewModel.cs:line 40
at SQRLDotNetClientUI.ViewModels.MainWindowViewModel..ctor() in /Users/bol/Documents/Brian of London/BrianofLondon Web/SQRL Client Git/SQRLDotNetClientUI/ViewModels/MainWindowViewModel.cs:line 37
at SQRLDotNetClientUI.App.OnFrameworkInitializationCompleted() in /Users/bol/Documents/Brian of London/BrianofLondon Web/SQRL Client Git/SQRLDotNetClientUI/App.xaml.cs:line 24
at Avalonia.Controls.AppBuilderBase`1.Setup()
at Avalonia.Controls.AppBuilderBase`1.SetupWithLifetime(IApplicationLifetime lifetime)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode)
at SQRLDotNetClientUI.Program.Main(String[] args) in /Users/bol/Documents/Brian of London/BrianofLondon Web/SQRL Client Git/SQRLDotNetClientUI/Program.cs:line 41
HiroBar-3:SQRL Client Git bol$