Skip to content

Use correct overload for FromMilliseconds in RegexImpl#7628

Merged
jehelles merged 2 commits intomainfrom
private/jehelles/FromMilliseconds
Apr 10, 2026
Merged

Use correct overload for FromMilliseconds in RegexImpl#7628
jehelles merged 2 commits intomainfrom
private/jehelles/FromMilliseconds

Conversation

@jehelles
Copy link
Copy Markdown
Contributor

@jehelles jehelles commented Apr 10, 2026

Summary

.NET 10 adds a new overload for FromMilliseconds which takes Int64, leading to ambiguous overload resolution. Force the double overload by using Decimal in AL, as it exists in both .NET 8 and .NET 10.

Work Item(s)

Fixes AB#630657

@jehelles jehelles requested a review from a team as a code owner April 10, 2026 07:32
@github-actions github-actions bot added this to the Version 29.0 milestone Apr 10, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

AL Documentation Audit

Documentation gaps were detected in the following apps:

  • Regex: 83% documentation coverage

To generate documentation, run /al-docs init or /al-docs update using GitHub Copilot CLI or Claude Code.
This review is for awareness to help keep documentation in sync with code changes. It is okay to dismiss this request.

@jehelles jehelles enabled auto-merge (squash) April 10, 2026 12:23
@jehelles jehelles merged commit 54f6516 into main Apr 10, 2026
52 of 53 checks passed
@jehelles jehelles deleted the private/jehelles/FromMilliseconds branch April 10, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants