The CI breaks every couple months or so due to an implicitly updated .NET SDK. This can cause:
- New or fixed warnings which are treated as errors
- Breaking changes in C# causing problems in zzio or dependency code
The .NET SDK Version should be fixed in the CI to mitigate this problem. Additionally it would be good to have dependabot check the .NET SDK and create a pull request so we can find errors before they arise in other PRs and upgrade safely.
The CI breaks every couple months or so due to an implicitly updated .NET SDK. This can cause:
The .NET SDK Version should be fixed in the CI to mitigate this problem. Additionally it would be good to have dependabot check the .NET SDK and create a pull request so we can find errors before they arise in other PRs and upgrade safely.