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

Migrate to .NET8 #536

Merged
merged 16 commits into from
Dec 27, 2023
Merged

Migrate to .NET8 #536

merged 16 commits into from
Dec 27, 2023

Conversation

wcoder
Copy link
Member

@wcoder wcoder commented Oct 24, 2023

Description

Doc: https://github.com/dotnet/maui/wiki/Upgrading-.NET-MAUI-from-.NET-7-to-.NET-8

API Changes

None

Platforms Affected

  • Core
  • iOS
  • Android

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

PR Checklist

@wcoder wcoder requested a review from nkrisko October 24, 2023 18:55
@github-actions github-actions bot added c/common Related to Common component. c/bindings Related to Bindings component. c/wl Related to WhiteLabel component. c/playground Related to Playground samples. c/connectivity Related to Connectivity component. c/push-notifications Related to Push Notifications component. c/remote Related to Remote component. p/Android Related to Android platform. p/iOS Related to iOS platform. c/permissions Related to Permissions component. c/wl.essentials Related to WhiteLabel.Essentials component. labels Oct 24, 2023
@wcoder wcoder removed the request for review from nkrisko October 25, 2023 11:56
@github-actions github-actions bot added the CI/CD Related to CI/CD. label Dec 15, 2023
# Conflicts:
#	Softeq.XToolkit.Bindings.Droid/Softeq.XToolkit.Bindings.Droid.csproj
#	Softeq.XToolkit.Bindings.iOS/Softeq.XToolkit.Bindings.iOS.csproj
#	Softeq.XToolkit.Common.Droid.Tests/Softeq.XToolkit.Common.Droid.Tests.csproj
#	Softeq.XToolkit.Common.Droid/Softeq.XToolkit.Common.Droid.csproj
#	Softeq.XToolkit.Common.iOS/Softeq.XToolkit.Common.iOS.csproj
#	Softeq.XToolkit.Connectivity.iOS/Softeq.XToolkit.Connectivity.iOS.csproj
#	Softeq.XToolkit.Permissions.Droid/Softeq.XToolkit.Permissions.Droid.csproj
#	Softeq.XToolkit.Permissions.iOS/Softeq.XToolkit.Permissions.iOS.csproj
#	Softeq.XToolkit.PushNotifications.Droid/Softeq.XToolkit.PushNotifications.Droid.csproj
#	Softeq.XToolkit.PushNotifications.iOS/Softeq.XToolkit.PushNotifications.iOS.csproj
#	Softeq.XToolkit.WhiteLabel.Droid/Softeq.XToolkit.WhiteLabel.Droid.csproj
#	Softeq.XToolkit.WhiteLabel.Essentials.Droid/Softeq.XToolkit.WhiteLabel.Essentials.Droid.csproj
#	Softeq.XToolkit.WhiteLabel.Essentials.iOS/Softeq.XToolkit.WhiteLabel.Essentials.iOS.csproj
#	Softeq.XToolkit.WhiteLabel.iOS/Softeq.XToolkit.WhiteLabel.iOS.csproj
@wcoder wcoder marked this pull request as ready for review December 20, 2023 11:39
@wcoder
Copy link
Member Author

wcoder commented Dec 27, 2023

@nkrisko Thank you for the comments!
Could you please look at my answers and review PR again?

@wcoder wcoder merged commit 1e59f30 into master Dec 27, 2023
3 checks passed
@wcoder wcoder deleted the feature/migration-to-net8 branch December 27, 2023 17:47
pavel-leonenko added a commit that referenced this pull request Mar 27, 2024
* Update documentation & CI (#501)

* Simplify projects to SDK style (#498)

* Migrate to .NET6+ (#513)

* Migrate from Xamarin.Essentials to Microsoft.Maui.Essentials (#517)

* Update documentation & rework nested namespaces (#514)

* Resolve warnings (#515)

* Implementation of 'Notification' and 'Bluetooth'  permissions (#519)

Co-authored-by: Yauheni Pakala <[email protected]>

* Add System.Text.Json serializer and tests (#521)

* Show warning when ConfigureAwait should be used (#522)

* Remove Chunkify method (#523)

* Remove Newtonsoft.Json (#524)

* Update CI environment (#530)

* Migrate Common.iOS & Common.Droid Tests to .NET6 (#525)

* Replace Connectivity plugin to MAUI Essentials (#531)

* location eq added

* comment fixed

* Refactor permissions library (#535)

* Add binding support for Count property (ObservableKeyGroupsCollection) (#538)

* Update docfx (#534)

* Improvements before migration to .NET8 (#539)

* Add supported os versions

* Bump year

* Update target framework for nuspecs

* Sync wl.essentials platform target frameworks

* Add install missed android sdk for api 32

* Bump android target api

* Revert "Add install missed android sdk for api 32"

This reverts commit a89a7c4.

* Migrate to .NET8 (#536)

* Bump dotnet version

* Bump target framework to .net8

* Migrate Microsoft.Maui.Essentials to use as explicit NuGet packages

* Remove obsoleted binary serialization for BiDictionary

* Cleanup

* Migrate Maui to use as explicit NuGet package

* Sync target frameworks and min supported os

* Use the same MAUI version in all projects

* Bump .NET8 to stable

* Update pipelines env

* Bump iOS target framework for latest maui & essentials

* Resolve warnings related to supported versions

* Update nuget package

* Sync versions

* add extensions

* make permission method virtual

* remove unused property

* add methods to icontainerbuilder

* Feature/minor fixes (#545)

* Updated copyright

* Fixed binding to ObservableRangeCollection.Count when calling RemoveRange (#544)

* Removed excess AndroidResource tags

* Restored mistakenly deleted PropertyGroup

* Fixed copyright

* rename methods

---------

Co-authored-by: Pavel Leonenko <[email protected]>
Co-authored-by: s.leushunou <[email protected]>

---------

Co-authored-by: Yauheni Pakala <[email protected]>
Co-authored-by: nkrisko <[email protected]>
Co-authored-by: Kirill Akulich <[email protected]>
Co-authored-by: Pavel Leonenko <[email protected]>
Co-authored-by: Pavel Leonenko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/bindings Related to Bindings component. c/common Related to Common component. c/connectivity Related to Connectivity component. c/permissions Related to Permissions component. c/playground Related to Playground samples. c/push-notifications Related to Push Notifications component. c/remote Related to Remote component. c/wl.essentials Related to WhiteLabel.Essentials component. c/wl Related to WhiteLabel component. CI/CD Related to CI/CD. p/Android Related to Android platform. p/iOS Related to iOS platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants