Skip to content
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

Add support for C# 13.0 features #1420

Open
7 of 8 tasks
Jand42 opened this issue Feb 4, 2025 · 0 comments
Open
7 of 8 tasks

Add support for C# 13.0 features #1420

Jand42 opened this issue Feb 4, 2025 · 0 comments

Comments

@Jand42
Copy link
Member

Jand42 commented Feb 4, 2025

New language features: (See What’s new in C# 13)

  • params collections
    • Tests added
  • Implicit index access
    • Tests added
  • More partial members
    • Tests added

.NET framework changes needing WebSharper updates, having regressions on existing tests:

  • String.Format, String.Concat
  • DateTime/TimeSpan arithmetic

Other features have no relevance to JavaScript translation.

Jand42 added a commit that referenced this issue Feb 11, 2025
Jand42 added a commit that referenced this issue Feb 11, 2025
Jand42 added a commit that referenced this issue Feb 11, 2025
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

No branches or pull requests

1 participant