Commit 1b9a404
authored
Migrates solution to .NET 8.0 (#6)
Upgrades all projects to .NET 8.0
* Converts all project files to the new SDK format
* Updates AssemblyInfo.cs files (removes attributes that get generated during the build)
* Fixes all build errors related to API changes
* Upgrades all referenced NuGet packages
* Removes exception constructors for binary serialization (no longer needed)
* Removes app.config files (cleans static binding redirects)
* Fixes impersonation helpers in Interop code
* Removes functionality that downloads update installers (due to dead infrastructure)
* Adds changelog and updates the README.md file1 parent 27652d8 commit 1b9a404
File tree
124 files changed
+1121
-5079
lines changed- .github/workflows
- sourcecodes
- FSV.ActiveDirectoryServices.TestAbstractionLayer
- Properties
- FSV.AdServices.Abstractions
- Properties
- FSV.AdServices.UnitTest
- Properties
- FSV.AdServices
- Abstractions
- Properties
- FSV.Business.UnitTest
- Properties
- FSV.Business
- Abstractions
- Properties
- FSV.Configuration.Abstractions
- FSV.Configuration.UnitTest
- Properties
- FSV.Configuration
- Abstractions
- Properties
- FSV.Console.UnitTest
- Properties
- FSV.Console
- Properties
- FSV.Crypto.Abstractions
- FSV.Crypto.UnitTest
- Properties
- FSV.Crypto
- Properties
- FSV.CsvExporter
- Properties
- FSV.Database.UnitTest
- Properties
- FSV.Database
- Abstractions
- Properties
- FSV.EMailService
- Properties
- FSV.ExcelExporter
- Properties
- FSV.Extensions.DependencyInjection.UnitTest
- FSV.Extensions.DependencyInjection
- FSV.Extensions.Logging
- Properties
- FSV.Extensions.Serialization.UnitTest
- FSV.Extensions.Serialization
- FSV.Extensions.WindowConfiguration.Test
- Properties
- FSV.Extensions.WindowConfiguration
- Properties
- FSV.FileSystem.Interop.Abstractions
- FSV.FileSystem.Interop.Core.Abstractions
- FSV.FileSystem.Interop.Core
- FSV.FileSystem.Interop.UnitTest
- Properties
- FSV.FileSystem.Interop
- Properties
- FSV.FolderTree
- Properties
- FSV.HtmlExporter
- Properties
- FSV.Models
- Properties
- FSV.Resources
- Properties
- FSV.Security
- Properties
- FSV.Templates
- Properties
- FSV.ViewModel.UnitTest
- Properties
- FSV.ViewModel
- Abstractions
- AdBrowser
- Managers
- Properties
- Setting
- FolderSecurityViewer.UnitTest
- Properties
- FolderSecurityViewer
- Helpers
- Properties
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+1121
-5079
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
Lines changed: 10 additions & 56 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
8 | 4 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 5 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 6 | + | |
34 | 7 | | |
35 | 8 | | |
36 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
37 | 14 | | |
38 | 15 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 16 | + | |
55 | 17 | | |
56 | 18 | | |
57 | 19 | | |
58 | | - | |
| 20 | + | |
59 | 21 | | |
60 | 22 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 23 | | |
Lines changed: 0 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 19 | | |
30 | 20 | | |
31 | 21 | | |
| |||
36 | 26 | | |
37 | 27 | | |
38 | 28 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
Lines changed: 11 additions & 51 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
8 | 4 | | |
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 | | - | |
| 5 | + | |
35 | 6 | | |
36 | | - | |
37 | 7 | | |
38 | 8 | | |
39 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
40 | 17 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 18 | | |
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
30 | 23 | | |
31 | 24 | | |
32 | 25 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
| 47 | + | |
| 48 | + | |
38 | 49 | | |
39 | 50 | | |
40 | 51 | | |
| |||
0 commit comments