Skip to content

chore: upgrade EqDemoWpfNet6 to .NET 8.0#16

Open
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
upgrade/wpf-net6-to-net8
Open

chore: upgrade EqDemoWpfNet6 to .NET 8.0#16
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
upgrade/wpf-net6-to-net8

Conversation

@devin-ai-integration
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot commented Apr 7, 2026

Summary

Upgrades the EqDemoWpfNet6 WPF desktop project from .NET 6.0 to .NET 8.0:

  • TargetFramework: net6.0-windowsnet8.0-windows
  • Microsoft.EntityFrameworkCore.SqlServer: 6.0.18.0.11

Third-party packages (Korzh.EasyQuery.*, Korzh.DbUtils.*, EasyData.Exporters.*) are netstandard2.0-compatible and were left at their current versions. The project compiles with 0 errors and 0 warnings (verified via dotnet build with EnableWindowsTargeting=true on Linux).

Review & Testing Checklist for Human

  • Open and build the solution in Visual Studio on Windows — the Linux cross-compilation build confirms package resolution and code compilation, but does not exercise the full WPF toolchain
  • Run the application and verify EF Core database operations work — EF Core 6→8 is a major version jump that may introduce runtime behavioral changes (e.g., query translation differences, connection handling) not caught at compile time
  • Verify third-party Korzh packages load correctly at runtime — they target netstandard2.0 so should be fine, but worth a smoke test

Notes

  • .NET 6 reached end-of-support in November 2024; .NET 8 is the current LTS release
  • Build was verified on Linux using EnableWindowsTargeting=true, which allows NuGet restore and compilation but not full WPF runtime testing

Link to Devin session: https://app.devin.ai/sessions/1bf7d6bd37f04ce6b22b4dff4fd86e26
Requested by: @tobydrinkall


Open with Devin

- Change TargetFramework from net6.0-windows to net8.0-windows
- Update Microsoft.EntityFrameworkCore.SqlServer from 6.0.1 to 8.0.11

Co-Authored-By: Toby Drinkall <toby.drinkall@cognition.ai>
@devin-ai-integration
Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Copy Markdown
Author

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant