Temporal Nightmare
Temporal Nightmare
CC#
Created by Temporal Nightmare on 3/31/2025 in #help
✅ Serilog Confusion
Closed VS, deleted bin, .vs and obj folders, reopened solution, cleaned it, and rebuilt all 🙂
14 replies
CC#
Created by Temporal Nightmare on 3/31/2025 in #help
✅ Serilog Confusion
I also fixed the error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute bs
14 replies
CC#
Created by Temporal Nightmare on 3/31/2025 in #help
✅ Serilog Confusion
FIXED 🙂
14 replies
CC#
Created by Temporal Nightmare on 3/31/2025 in #help
✅ Serilog Confusion
2025-03-31 12:05:15.132 [INF] MainViewModel initialized
14 replies
CC#
Created by Temporal Nightmare on 3/31/2025 in #help
✅ Serilog Confusion
yeah i will look at it, i was distracted with stuff. I think I can solve it.
14 replies
CC#
Created by Temporal Nightmare on 3/31/2025 in #help
✅ Serilog Confusion
Not sure how to do the ILogger thing and I think I made this more of a mess now. 😐
14 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
Now I know where to look, thanks 🙂
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
<Application x:Class="TitanStudioWpf.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:local="clr-namespace:TitanStudioWpf">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<materialDesign:BundledTheme BaseTheme="Dark" PrimaryColor="DeepPurple" SecondaryColor="Lime" />
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml" />
<ResourceDictionary Source="/TitanStudioWpf.Core;component/Resources/Theme.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
<Application x:Class="TitanStudioWpf.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:local="clr-namespace:TitanStudioWpf">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<materialDesign:BundledTheme BaseTheme="Dark" PrimaryColor="DeepPurple" SecondaryColor="Lime" />
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml" />
<ResourceDictionary Source="/TitanStudioWpf.Core;component/Resources/Theme.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
Oh, yeah forgot, that's in App.xaml
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
Since I don't wanna break the "Theme"
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
I can't figure out how to change the colors of the buttons yet with it but it's a start
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
I like Material Design a lot now, it has more controls, more ways to do stuff.
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
Ah
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
Style="{StaticResource MaterialDesignWindow}" Oh, forgot this. 😂
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
Do you use Material Design or Fluent or roll your own?
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
nm it works if I hard code the colors in, will try to find the compatable Material ones
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
No description
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
well now I have one with TreeView with Matertial design, which worked before w.o Material Design so not sure lol
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
https://medium.com/@shalahuddinshanto/dependency-injection-in-wpf-a-complete-implementation-guide-468abcf95337 I think this is what confused me and I used Interfaces for everything then XD
168 replies
CC#
Created by Temporal Nightmare on 3/26/2025 in #help
AboutView not registered?
Yeah, DI isn't bad at all, not sure where I got the Interfaces from, could of been an article I read too.
168 replies