Commit ae75ca0
authored
Adopt central package management and update references (#453)
* Adopt central package management and update references
Introduces Directory.Packages.props for central NuGet package version management. Removes explicit version numbers from project files and Directory.build.props, updating them to use centrally managed versions. Cleans up test project references and deletes obsolete API approval test files. Updates solution file to include the new props file and reflect Visual Studio 18.
* Update NUnit packages and fix nullable property casing
Upgraded NUnit3TestAdapter to 5.2.0 and added NUnit.Analyzers 4.10.0 in package and build props. Also corrected the casing of the Nullable property in Fusillade.csproj to 'Enable' for consistency.
* Enable preview C# features and nullable in projects
Set <LangVersion> to 'preview' and <Nullable> to 'enable' in both Fusillade and Fusillade.Tests project files to allow use of upcoming C# features and enforce nullable reference types.
* Update Directory.build.props
* Update test dependencies and project metadata
Added and updated several test-related package references, including ReactiveUI, System.Reactive, and NUnit packages. Updated project metadata to reference ReactiveUI and Contributors, and added repository and release notes URLs.
* Update package versions and add test SDK reference
Bumped Splat to 17.1.1 and Akavache.SystemTextJson to 11.4.1 in central package management. Added Microsoft.NET.Test.Sdk as a direct dependency in Fusillade.Tests.csproj to ensure test discovery and execution.1 parent aa8bdb5 commit ae75ca0
File tree
8 files changed
+63
-160
lines changed- src
- Fusillade.Tests
- API
- Fusillade
8 files changed
+63
-160
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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
11 | | - | |
12 | | - | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
17 | 20 | | |
18 | | - | |
19 | 21 | | |
20 | | - | |
21 | 22 | | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 31 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
47 | 35 | | |
48 | 36 | | |
49 | 37 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
53 | 41 | | |
54 | 42 | | |
55 | 43 | | |
| |||
Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 0 additions & 43 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
15 | 29 | | |
16 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
0 commit comments