Skip to content

Conversation

maliming
Copy link
Member

Resolve #23383

@maliming maliming added this to the 10.0-preview milestone Aug 27, 2025
maliming and others added 18 commits August 27, 2025 15:51
This may be a SDK problem, I will check it when the RC is released.
Upgraded MongoDB.Driver to 3.5.0, Npgsql.EntityFrameworkCore.PostgreSQL to 10.0.0-rc.1, and MySql.EntityFrameworkCore to 10.0.0-preview to ensure compatibility with latest features and bug fixes.
maliming and others added 6 commits September 15, 2025 19:23
Clarified the addition of failure retry policy options to AbpEventBusBoxesOptions and noted required database migration due to changes in IncomingEventRecord fields for Entity Framework Core users.
@maliming maliming marked this pull request as ready for review September 20, 2025 09:20
Copy link

codecov bot commented Sep 20, 2025

Codecov Report

❌ Patch coverage is 74.50980% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.11%. Comparing base (a5ec5bb) to head (71ba37b).
⚠️ Report is 317 commits behind head on dev.

Files with missing lines Patch % Lines
.../Volo/Abp/Imaging/MagickImageResizerContributor.cs 21.05% 12 Missing and 3 partials ⚠️
...p.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs 0.00% 3 Missing ⚠️
...tCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Program.cs 0.00% 2 Missing ⚠️
...namicProxy/CastleAbpMethodInvocationAdapterBase.cs 87.50% 1 Missing ⚠️
...p/Cli/Commands/Services/SuiteAppSettingsService.cs 0.00% 1 Missing ⚠️
...olo/Abp/GlobalFeatures/GlobalFeatureInterceptor.cs 50.00% 0 Missing and 1 partial ⚠️
.../Abp/Http/Client/ClientProxying/ClientProxyBase.cs 0.00% 1 Missing ⚠️
...spNetCore/Volo/Abp/Imaging/ResizeImageAttribute.cs 75.00% 1 Missing ⚠️
...bp/Validation/MethodInvocationValidationContext.cs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #23609      +/-   ##
==========================================
- Coverage   51.42%   51.11%   -0.32%     
==========================================
  Files        3263     3266       +3     
  Lines      106120   106396     +276     
  Branches     8142     8170      +28     
==========================================
- Hits        54574    54383     -191     
- Misses      49899    50339     +440     
- Partials     1647     1674      +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

maliming and others added 6 commits September 22, 2025 10:33
Adds a temporary fix for a known issue with Microsoft.Extensions.FileProviders.Embedded in .NET 10 RC1, ensuring correct resource name extraction for web content folders. See dotnet/aspnetcore#63719 for details.
Added 'wwwroot' to the list of web content folders in AbpEmbeddedFileProvider to address resource detection issues, following a workaround for a known .NET 10 RC 1 issue.
@enisn
Copy link
Member

enisn commented Sep 23, 2025

There is a compilation error on maui template

 error CS5001: Program does not contain a static 'Main' method suitable for an entry point
    C:\P\abp\templates\maui\src\MyCompanyName.MyProjectName\App.xaml.cs(9,3): warning CS0618: 'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window.  Additionally, each element features a Window property, accessible when it's part of the current window.'

@maliming
Copy link
Member Author

maliming commented Sep 23, 2025

There is a compilation error on maui template

Fixed by 67c708f

@maliming maliming mentioned this pull request Sep 24, 2025
@hikalkan hikalkan merged commit cc351d5 into dev Sep 24, 2025
3 of 5 checks passed
@hikalkan hikalkan deleted the net10.0 branch September 24, 2025 07:09
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.

Upgrade to .NET 10.0
3 participants