Skip to content

Test - #2525

Merged
JamesPasta merged 227 commits into
mainfrom
test
Jun 3, 2026
Merged

Test#2525
JamesPasta merged 227 commits into
mainfrom
test

Conversation

@JamesPasta

Copy link
Copy Markdown
Collaborator

No description provided.

AndreGAot and others added 30 commits April 28, 2026 11:53
- Bump TFM to net10.0 across solution

- Upgrade ABP Framework to 10.3.0

- Migrate AutoMapper profiles to Mapperly across all modules

- Fix Microsoft.OpenApi 2.x / Swashbuckle 10 breaking changes

- Skip owned entity types in extra-properties model loop (fixes IdentityPasskeyData OwnsOne conflict in ABP 10.3)

- Fix CommentDto polymorphic mapping for Mapperly (CommentBase dispatcher)

- Make ScoresheetSectionDto setters public (Mapperly cannot write private setters)

- Add EF Core host migration Abp10_3_Upgrade (UserPasskeys, UserPasswordHistories, AuditLogExcelFiles, ResourcePermissionGrants, etc.)
# Conflicts:
#	applications/Unity.GrantManager/modules/Unity.Flex/src/Unity.Flex.Application/FlexApplicationAutoMapperProfile.cs
Conflict resolutions:

- Application/Web csproj: keep .NET 10 + ABP 10.3 + Mapperly versions; merge dev's pkg additions (Newtonsoft, NPOI, PdfPig)

- GrantManagerApplicationAutoMapperProfile.cs: re-deleted (Mapperly migration); ported new CreateMap<AIGenerationRequest, AIGenerationRequestDto>() to GrantManagerApplicationMapperlyProfile.cs
RMG020 (Mapperly unmapped source): add assembly-level [MapperDefaults(RequiredMappingStrategy = RequiredMappingStrategy.Target)] to 15 Mapperly-bearing projects via MapperlyDefaults.cs. Mirrors AutoMapper's old MemberList.None default so ABP audit/tenancy/Id source members on entities don't emit warnings on every Entity->DTO mapper.

NU1510 (unused PackageReference): remove System.Text.Json (and a few stragglers: Microsoft.Extensions.Caching.Memory/Options, System.Formats.Asn1, System.Text.RegularExpressions) from 31 projects. .NET 10 SDK ships these as framework references, so explicit ABP 9 pinning is no longer needed.
AmazonS3Client internally owns an HttpClient, which maintains a pool of TCP connections to S3. Creating a new instance per request means a new connection pool per request — those pools are expensive to spin up and are never explicitly cleaned up when the class doesn't implement IDisposable.
…-upgrade

# Conflicts:
#	applications/Unity.GrantManager/src/Unity.GrantManager.Application/GrantManagerApplicationAutoMapperProfile.cs
…ols-panel

AB#32452 remove prompt tools panel
aurelio-aot and others added 18 commits May 28, 2026 17:56
…OKEN-with-GITHUB_TOKEN

AB#33235 Apply token GH_API_TOKEN at PushVariables job level
…-Payments-Tab

AB#32696: Create the Payments Tab In The Applicant Profile page
bugfix/AB#32773 - Fix Payment and Applications Tag Modal Permissions
bugfix/AB#33258-Refactor Payment Requests table rendering and update …
@sonarqubecloud

sonarqubecloud Bot commented Jun 3, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

Result Count
✅ Passed 752
❌ Failed 0
⚠️ Skipped 0

📄 HTML Reports

  • Merged Tests (HTML): Included in artifacts
    Generated automatically by CI.

@JamesPasta
JamesPasta merged commit 53add40 into main Jun 3, 2026
36 checks passed
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.

8 participants