-
-
Notifications
You must be signed in to change notification settings - Fork 80
net7 #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net7 #786
Conversation
Codecov ReportBase: 77.16% // Head: 77.92% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #786 +/- ##
==========================================
+ Coverage 77.16% 77.92% +0.76%
==========================================
Files 141 152 +11
Lines 3661 4000 +339
Branches 365 403 +38
==========================================
+ Hits 2825 3117 +292
- Misses 693 722 +29
- Partials 143 161 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* .NET 7 support * Fix case warning * Test CI codecov * Test different order of msbuild parameters * Another try * Fix output typo (net-daemon#787) * Fix test timing * Fix PR comments * NetDaemon.Tests.Integration.csproj to .Net 7 Co-authored-by: Joakim Sørensen <ludeeus@ludeeus.dev> Co-authored-by: Frank Bakker <FrankBakkerNl@users.noreply.github.com>
Breaking change
You are now required to use .NET 7 when developing NetDaemon apps.
Proposed change
Upgrades to latest .NET 7 for NetDaemon components. The C# 11 features are not enabled in this PR. There will be a separate PR for this.
Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: