This repository was archived by the owner on Jan 7, 2024. It is now read-only.
Commit 40568eb
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
7 | 23 | | |
8 | 24 | | |
9 | 25 | | |
| |||
40 | 56 | | |
41 | 57 | | |
42 | 58 | | |
| 59 | + | |
43 | 60 | | |
44 | 61 | | |
- PoeEye/PoeShared.Blazor/DisposableReactiveComponent.cs+1-3
- PoeEye/PoeShared.Native/Native/IWindowHandle.cs+4
- PoeEye/PoeShared.Native/Native/UnsafeNative.User32.cs-28
- PoeEye/PoeShared.Native/Native/WindowHandle.cs+16-1
- PoeEye/PoeShared.Native/PoeShared.Native.csproj+2
- PoeEye/PoeShared.Native/WindowSeekers/TaskWindowSeeker.cs+12-19
- PoeEye/PoeShared.Tests/Helpers/MockExtensions.cs+7
- PoeEye/PoeShared.Tests/Helpers/ObservableExtensions.cs+3-3
- PoeEye/PoeShared.Tests/Modularity/ConfigProviderTests.cs+10-7
- PoeEye/PoeShared.Tests/Modularity/GenericConfigProviderTests.cs+69
- PoeEye/PoeShared.Tests/Modularity/PoeConfigMetadataReplacementServiceTests.cs+111
- PoeEye/PoeShared.Tests/Scaffolding/PathUtilsFixture.cs+28-2
- PoeEye/PoeShared.Tests/Scaffolding/StringExtensionsFixture.cs+1-1
- PoeEye/PoeShared.UI/MainWindow.xaml+2
- PoeEye/PoeShared.UI/log4net.config+1-1
- PoeEye/PoeShared.Wpf/Converters/StringToMidConverter.cs+24
- PoeEye/PoeShared.Wpf/Modularity/ISchedulerProvider.cs+2
- PoeEye/PoeShared.Wpf/Modularity/SchedulerProvider.cs+29-3
- PoeEye/PoeShared.Wpf/Prism/WpfCommonRegistrations.cs+18-15
- PoeEye/PoeShared.Wpf/Themes/AwesomeIcons.cs+1
- PoeEye/PoeShared.Wpf/Themes/Converters.xaml+1
- PoeEye/PoeShared.Wpf/UI/ApplicationBase.cs+1-1
- PoeEye/PoeShared.Wpf/UI/Settings/GenericSettingsViewModel.cs+3-2
- PoeEye/PoeShared/AppArguments.cs+8-7
- PoeEye/PoeShared/Logging/Log4NetLoggerFactory.cs+23
- PoeEye/PoeShared/Logging/Log4NetLoggerProvider.cs+22
- PoeEye/PoeShared/Logging/Logger4Log4Net.cs+65
- PoeEye/PoeShared/Modularity/ConfigProviderFromFile.cs+7-10
- PoeEye/PoeShared/Modularity/ConfigProviderFromMultipleFiles.cs-12
- PoeEye/PoeShared/Modularity/GenericConfigProvider.cs+11-14
- PoeEye/PoeShared/Modularity/IConfigSerializer.cs-2
- PoeEye/PoeShared/Modularity/IPoeConfigMetadataReplacementService.cs+26-1
- PoeEye/PoeShared/Modularity/JsonConfigSerializer.cs+7-8
- PoeEye/PoeShared/Modularity/MetadataReplacement.cs+8
- PoeEye/PoeShared/Modularity/PoeConfigMetadataReplacementService.cs+41-24
- PoeEye/PoeShared/Prism/CommonRegistrations.cs+3
- PoeEye/PoeShared/Scaffolding/ChangeSetExtensions.cs+5
- PoeEye/PoeShared/Scaffolding/ObjectExtensions.cs+44-30
- PoeEye/PoeShared/Scaffolding/PathUtils.cs+28-6
- PoeEye/PoeShared/Scaffolding/StringExtensions.cs+2-2
- PoeEye/PoeShared/Scaffolding/SynchronizedObservableCollection.cs+5
- PoeEye/PoeShared/Scaffolding/UnityContainerExtensions.cs+1-1
- PoeEye/PoeShared/SharedLog.cs+14-18
0 commit comments