Replies: 1 comment
-
I have certainly no plans to create an offline GUI application. However, you can use the library stand-alone and without an internet connection in various ways: • Clone or download the source files, open the project in Visual Studio 2022, edit the Example.cs file and run the project. • Download a recent build artifact, unzip it and use PowerShell 7.4.x to import and use the library as demonstrated in Example.ps1. Note that you won't be able to use Windows PowerShell 5.x. In both cases, the resulting file will silently be placed at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before I start, I just wanted to say a big thank you to cschneegans for this wonderful service he has created for all of us to use!
Now, I was wondering, that as you make this using DotNET, would it be possible to create a lightweight stand-alone desktop app that runs off the existing code that runs the website so that if the Internet is not available, or the site goes down for whatever reason, we can still carry on using it locally?
Just an idea for discussion and consideration.
Beta Was this translation helpful? Give feedback.
All reactions