C
C#2y ago
Gage

choosing Update software

What update software do you all use for console apps? Looking for a solution to pushing remote updates to console applications.
5 Replies
mrphil2105
mrphil21052y ago
Remote updates? Like the app would update on its own?
Gage
Gage2y ago
Yeah, just an extension of the main method that checks a conditional of internet connectivity then a conditional for new updates on the server There really should be an open source tool for this, but looks like their may not be.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Gage
Gage2y ago
Do you think I could do this with Kubernetes?
Becquerel
Becquerel2y ago
using kubernetes for something like sounds like massive, massive overkill
Want results from more Discord servers?
Add your server
More Posts
System.FormatException 'Input string was not in a correct format.' - Correct format is enteredhttps://github.com/AbdulRaheemNazir/MiniApps/blob/main/Main I have uploaded my code here to display passing license keys to a unit testI would like to use a 3rd party DLL which needs a license key passed in, however I cannot find a wayAutoMapper - Ignore 'SourceMember' for specific typeHey folks During the development of our API, I stumbled upon a roadblock I wish to overcome. We haScale not changing UNITYThe mesh localScale doesent change except if I remove all of the objects first and run it again whicTestcontainers must override configuration before it runs the Web API, but it does the opposite.I'm trying to create an integration test for a Web API whose communication is based on Redis. The any thoughts why this error ?Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array. ❔ ASP.NET Core MVC Put Value to Route on Form SubmitHi, I have this action on `Home` controller ```cs public async Task<IActionResult> Index(EventsFiltHow to call a static method form interface in a generic class.So I have a class as bellow. ```cs public interface ISetup<T, P> where T : class { public staticCounting Sort, display the arrayI need to display the array which counted how many each numbers there are like in the screenFindWindow by lpClassName. Is there an event based alternative to polling?The code summarises the issue pretty well: ```cs private static async Task InitializePollingLoop