Jack
Jack
.net core runs has end of life very soon (2022-12-13): https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core in my experience, azure functions work great with net5/net6. Did not test net7 yet.
just not funny anymore...
What helped me: Put `AppCompatDelegate.DefaultNightMode = AppCompatDelegate.ModeNightNo;` into MainApplication. ```csharp [Application] public class MainApplication : MauiApplication { public MainApplication(IntPtr handle, JniHandleOwnership ownership) : base(handle, ownership) { AppCompatDelegate.DefaultNightMode = AppCompatDelegate.ModeNightNo; }...
what if the cli would get the latest compatible leptonx version for the corresponding abp version (by hitting some api or something) on creation and then replaces on project creation?
if using grapes js, we may use the plugin functionality to add widgets and maybe even data from the api. imagine you're able to simply print data from an appservice...
another thing just for reference: https://github.com/PiranhaCMS/piranha.core
Made a repository for a proof of concept - using community version of ABP. https://github.com/Chrobyte/abp-grapesjs Along with some kind of a "blog post" https://chrobyte.de/blogs/default/poc-for-abp-cmskit-using-grapesjs
For anyone who's interested: Another interesting project I just stumbled upon - which I'll check out in this matter: https://github.com/dnnsoftware/Dnn.Platform
To further formulate this issue so that a developer has more info on this: some things that would make sense to define every time: 1. If the page/ article should...
try getting settings in the task and not in the ctor