Css-IanM
Css-IanM
The main process is actually an electron process. The only way is to stop and restart it. you can do this with nodemon, a custom script with chokidar, or pm2...
I too have a need for simple tables, smart table and tree grid are more than what i need. just some classes to apply to bootstraps tables would be great.
@mikeroth7 You could do a document `@Transform` to update that every time.
yes, as long as you are re-assigning the field value, depending on how complex the object is. see here for more detailed explanation. https://github.com/SierraSoftworks/Iridium#transform-gotchas
is your updated_at a top level property? have you tried the transform on the property itself? another point. update refreshes your model from the db, so i dont see `toDB()`...
With the template update and usage of dependency inject this could also involve updating the samples to utilize the full infrastructure of what host provides. It could lead to a...
Basically using Microsoft's built in DI and Core services, just like any other dotnet Core application template. Work In Progress - https://github.com/Css-IanM/GtkSharp/blob/HostBuilder/Source/Templates/GtkSharp.Template.CSharp/content/GtkSharp.Application.CSharp/Program.cs
So maybe some content for the Wiki then? Something along the lines of a How To?
@knuxbbs You would use the scope/life cycle that applies to your requirements. I planned to update more to utilize sockets for subsequent views within the main window, a pseudo router...
I intend on creating a baseline Seed starter project based on this pattern, the above linked example was just a proof of concept. I will hopefully have some time for...