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

build!: Support net7.0 to remove extensions ambiguous with BCL ones #90

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

Youssef1313
Copy link
Member

GitHub Issue (If applicable): #

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Docs have been added/updated which fit documentation template. (for bug fixes / features)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Updated the Release Notes
  • Associated with an issue (GitHub or internal)

Other information

Internal Issue (If applicable):

@Youssef1313 Youssef1313 force-pushed the net7-update branch 3 times, most recently from 58ac9d2 to 6c9094d Compare June 11, 2024 20:07
BREAKING CHANGE: Uno.Extensions.ListExtensions.AsReadOnly is now removed on net7.0 and later as it will be ambiguous with the BCL one (System.Collections.Generic.CollectionExtensions.AsReadOnly). Use the method from BCL.

BREAKING CHANGE: Uno.Extensions.EnumerableExtensions.SkipLast is now removed on net7.0 and later and netstandard2.1 as it will be ambiguous with the BCL one (System.Linq.Enumerable.SkipLast). Use the method from BCL.
@jeromelaban jeromelaban changed the title build: Drop net5.0 and net6.0 support and use net7.0 build!: Support net7.0 to remove extensions ambiguous with BCL ones Jun 12, 2024
@jeromelaban jeromelaban merged commit c499a99 into unoplatform:master Jun 12, 2024
4 checks passed
@Youssef1313 Youssef1313 deleted the net7-update branch June 12, 2024 14:40
jeromelaban added a commit to unoplatform/uno.extensions that referenced this pull request Jun 20, 2024
Adjusts for net7.0 introduced method unoplatform/Uno.Core#90
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.

2 participants