This repository has been archived by the owner on May 24, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy patherrorFile.txt
288 lines (287 loc) · 30.3 KB
/
errorFile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
Build started...
1>------ Build started: Project: AmethystWindows, Configuration: Release Any CPU ------
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindow.cs(239,30,239,36): warning CS8765: Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(40,30,40,36): warning CS8765: Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(65,30,65,39): warning CS8765: Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(94,32,94,40): warning CS8765: Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindow.xaml.cs(18,35,18,69): warning CS8601: Possible null reference assignment.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindow.xaml.cs(15,16,15,26): warning CS8618: Non-nullable field 'mainWindowViewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(65,53,65,84): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\Hotkeys\HotkeyEditorControl.xaml.cs(28,16,28,35): warning CS8618: Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(30,16,30,38): warning CS8618: Non-nullable property 'Window' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(30,16,30,38): warning CS8618: Non-nullable property 'VirtualDesktop' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(30,16,30,38): warning CS8618: Non-nullable property 'Monitor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindow.xaml.cs(24,33,24,82): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindow.xaml.cs(25,13,25,19): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\Hotkeys\HotkeyEditorControl.xaml.cs(53,68,53,72): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\Settings\SettingsManager.cs(18,31,18,58): warning CS8604: Possible null reference argument for parameter 'element' in 'IEnumerable<AssemblyCompanyAttribute> CustomAttributeExtensions.GetCustomAttributes<AssemblyCompanyAttribute>(Assembly element)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\Settings\SettingsManager.cs(19,66,19,93): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\Settings\SettingsManager.cs(19,42,19,108): warning CS8604: Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2, string path3)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\Settings\SettingsManager.cs(25,28,25,88): warning CS8601: Possible null reference assignment.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(70,64,70,68): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\Settings\SettingsManager.cs(33,39,33,70): warning CS8604: Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(488,16,488,39): warning CS8618: Non-nullable field '_virtualDesktop' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\Settings\SettingsManager.cs(13,25,13,33): warning CS8618: Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\App.xaml.cs(36,50,36,79): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void App.VirtualDesktop_CurrentChanged(object sender, VirtualDesktopChangedEventArgs e)' doesn't match the target delegate 'EventHandler<VirtualDesktopChangedEventArgs>' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\App.xaml.cs(14,75,14,79): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\App.xaml.cs(15,61,15,65): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(102,41,102,74): warning CS8604: Possible null reference argument for parameter 'value' in 'int Extensions.Value<int>(IEnumerable<JToken> value)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(103,30,103,63): warning CS8604: Possible null reference argument for parameter 'value' in 'int Extensions.Value<int>(IEnumerable<JToken> value)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(105,41,105,76): warning CS8604: Possible null reference argument for parameter 'value' in 'int Extensions.Value<int>(IEnumerable<JToken> value)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(105,97,105,132): warning CS8604: Possible null reference argument for parameter 'value' in 'int Extensions.Value<int>(IEnumerable<JToken> value)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(108,110,108,146): warning CS8604: Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(108,110,108,162): warning CS8604: Possible null reference argument for parameter 'g' in 'Guid.Guid(string g)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(576,16,576,31): warning CS8618: Non-nullable field '_hotkey' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(576,16,576,31): warning CS8618: Non-nullable field '_command' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(582,16,582,31): warning CS8618: Non-nullable field '_hotkey' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(582,16,582,31): warning CS8618: Non-nullable field '_command' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(607,60,607,79): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void ObservableDesktopMonitors.ItemPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(50,89,50,92): warning CS8607: A possible null value may not be used for a type marked with [NotNull] or [DisallowNull]
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(51,89,51,94): warning CS8607: A possible null value may not be used for a type marked with [NotNull] or [DisallowNull]
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Utils.cs(57,20,57,35): warning CS8603: Possible null reference return.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(623,71,623,90): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void ObservableDesktopMonitors.ItemPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(630,71,630,90): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void ObservableDesktopMonitors.ItemPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(655,52,655,71): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void ObservableHotkeys.ItemPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(671,71,671,90): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void ObservableHotkeys.ItemPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(678,71,678,90): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void ObservableHotkeys.ItemPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.cs(26,58,26,165): warning CS8601: Possible null reference assignment.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.cs(79,13,79,32): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindow.cs(38,16,38,29): warning CS8618: Non-nullable property 'VirtualDesktop' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindow.cs(38,16,38,29): warning CS8618: Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindow.cs(38,16,38,29): warning CS8618: Non-nullable property 'ClassName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\NotifyIconWrapper.cs(31,59,31,116): warning CS8601: Possible null reference assignment.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(187,77,187,81): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(165,16,165,35): warning CS8618: Non-nullable field '_selectedWindow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(165,16,165,35): warning CS8618: Non-nullable field '_selectedExcludedWindow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(205,87,205,97): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(205,62,205,100): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(206,41,206,64): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.cs(139,40,139,84): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindow.cs(157,45,157,97): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\NotifyIconWrapper.cs(110,27,110,32): warning CS8618: Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\NotifyIconWrapper.cs(111,27,111,31): warning CS8618: Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.cs(153,40,153,84): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.cs(158,72,158,97): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void DesktopWindowsManager.Windows_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.cs(159,103,159,128): warning CS8622: Nullability of reference types in type of parameter 'sender' of 'void DesktopWindowsManager.Windows_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\Hooks.cs(99,149,99,153): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(381,17,381,42): warning CS8604: Possible null reference argument for parameter 'monitor' in 'ViewModelDesktopWindow.ViewModelDesktopWindow(string window, string appName, string className, string virtualDesktop, string monitor)'.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindow.cs(199,28,199,61): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(162,50,162,66): warning CS8618: Non-nullable field '_desktopMonitors' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\MainWindowViewModel.cs(163,42,163,50): warning CS8618: Non-nullable field '_hotkeys' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(28,47,28,51): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(129,62,129,72): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(129,47,129,75): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(133,62,133,72): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(133,47,133,75): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(134,21,134,34): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(149,20,149,51): warning CS8603: Possible null reference return.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(226,96,226,100): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(230,100,230,104): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(237,100,237,104): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(248,96,248,100): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(252,100,252,104): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(259,100,259,104): warning CS8625: Cannot convert null literal to non-nullable reference type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(267,49,267,81): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(280,49,280,80): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\DesktopWindowsManager\DesktopWindowManager.windows.cs(293,49,293,74): warning CS8600: Converting null literal or possible null value to non-nullable type.
1>AmethystWindows -> C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindows\bin\Release\net6.0-windows10.0.19041.0\AmethystWindows.dll
1>Done building project "AmethystWindows.csproj".
------ Starting pre-build validation for project 'AmethystWindowsSetup_x64' ------
------ Pre-build validation for project 'AmethystWindowsSetup_x64' completed ------
2>------ Build started: Project: AmethystWindowsSetup_x64, Configuration: Release ------
Building file 'C:\Users\giuse\source\repos\glsorre\amethystwindows\AmethystWindowsSetup_x64\Release\AmethystWindowsSetup_x64.msi'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.Extensions.Options.ConfigurationExtensions.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'AmethystWindows.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.Extensions.Logging.Abstractions.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'AmethystWindows.runtimeconfig.json'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'AmethystWindows.deps.json'...
Packaging file 'DebounceThrottle.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'Microsoft.Toolkit.Mvvm.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.Extensions.Logging.Console.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'VirtualDesktop.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.Extensions.Logging.dll'...
Packaging file 'Vanara.PInvoke.User32.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Vanara.PInvoke.Kernel32.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Logo.ico'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.Extensions.Logging.Configuration.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.Extensions.Configuration.Abstractions.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'AmethystWindows.exe'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.Extensions.Options.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.Extensions.DependencyInjection.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'Vanara.PInvoke.Gdi32.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'AmethystWindows.pdb'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.Xaml.Behaviors.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.Controls.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Vanara.PInvoke.Shared.dll'...
Packaging file 'Microsoft.Windows.SDK.NET.dll'...
Packaging file 'ModernWpf.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'Vanara.Core.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.Extensions.Configuration.Binder.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'Newtonsoft.Json.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Vanara.PInvoke.DwmApi.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'WinRT.Runtime.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.Extensions.DependencyInjection.Abstractions.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'Vanara.Core.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.Extensions.Primitives.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.Extensions.Configuration.dll'...
Packaging file 'ModernWpf.Controls.resources.dll'...
Packaging file 'Microsoft.CodeAnalysis.CSharp.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
Packaging file 'ModernWpf.resources.dll'...
========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========