SelvinPL
SelvinPL
dark  light 
hmmm https://selvin.pl/rgbds-live/ has now selector for themes but i do not save them ... also not all themes looks goos as this is palette for ace and it's hard to...
Are we choosing any framework or just go wild with plain javascript?
@Rangi42 sorry, got too much work... Since I don't learn either I'm fine with React... Do you know good component library (to not reinvent menus, tabs etc.)
ach forgot about small change in `TypeCache` on net48 threre is no `Architecture.Wasm` so I've added ```C# #if !NETFRAMEWORK IsAutomaticInitializationEnabled = (RuntimeInformation.ProcessArchitecture != Architecture.Wasm); #else IsAutomaticInitializationEnabled = true; #endif ```
Find one more place - class `Catel.Platforms` and [did some changes there](https://github.com/SelvinPL/Catel/commit/fc3524a819a19bccbcff58a619cb2ddd0c9646c3)
> Find one more place - class `Catel.Platforms` and did some changes there Fun fact ... it will throw exception on `net9` build ...
hmm ... with C# 14 preview there will be even less changes [here is commit](https://github.com/Catel/Catel/compare/develop...SelvinPL:Catel:feature/back48_C14)
with packages `Microsoft.Extensions.DependencyInjection` and `Microsoft.Extensions.Logging` there should be no problem as they are supported on net48 (besides bloated dependencies)