chore: add net8.0 preview support#537
Conversation
✅ Deploy Preview for arcus-observability canceled.
|
|
Waiting for arcus-azure/azure-devops-templates#57 to include preview .NET SDK's in the build. |
…/stijnmoreels/arcus.observability into chore/add-net8.0-preview-support
|
Azure Functions v4 is not yet available for .NET 8? |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #537 +/- ##
==========================================
- Coverage 86.34% 85.31% -1.04%
==========================================
Files 76 76
Lines 3201 3201
Branches 220 220
==========================================
- Hits 2764 2731 -33
- Misses 360 394 +34
+ Partials 77 76 -1
☔ View full report in Codecov by Sentry. |
…/stijnmoreels/arcus.observability into chore/add-net8.0-preview-support
fgheysels
left a comment
There was a problem hiding this comment.
So, you succeeded in getting the dockerstuff working \o/
|
There are some hints / advise that the code-analysis is reporting regarding the usage of obsolete methods. MIght be good to tackle that as well ? |
Think we currently report the code coverage and any security risks. Obsolete functionality should indeed be part of that security risk assessment. But: we have enabled 'warnings as errors' so those should also break the build. |
Add .NET 8 (preview) support to the project.
Relates to arcus-azure/arcus#311