Commit 2262685
committed
Merge branch 'bugfix/host-ci-compatibility' into develop
After upgrading to C# 9.0, the Azure DevOps CI/CD Pipeline started failing with "rzc generate exited with code 2". This was resolved by removing C# 9.0 from the `OnTopic.AspNetcore.Mvc.Host` project. The CI/CD pipeline is fine with C# 9.0 inside .NET Core and .NET Standard class libraries.
This isn't an issue here since the host project is purely for internal testing. In fact, while it's built by the CI/CD pipeline, it ends up being filtered out later in the build process since it won't build a NuGet package. That said, this issue will almost certainly be a bigger issue with the OnTopic Editor, which does rely on building a Razor Class Library. We'll need to cross that bridge when we come to it.3 files changed
Lines changed: 3 additions & 4 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments