Commit 5907510
Add .NET 10 support to test project and fix CI workflow
- Added net10.0 to test project TargetFrameworks
- Added conditional package reference for Microsoft.AspNetCore.Mvc.Testing 10.0.0
- Removed solution-level build step to allow per-framework restore
- Each test run now handles its own restore+build+test for its target framework
- All three frameworks (net8, net9, net10) now generate and merge coverage
This fixes the "Assets file doesn't have a target for 'net10.0'" error
by ensuring the test project actually targets .NET 10.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8a5c710 commit 5907510
File tree
2 files changed
+6
-9
lines changed- .github/workflows
- SWEN3.Paperless.RabbitMq.Tests
2 files changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 25 | | |
34 | 26 | | |
35 | 27 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments