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

Start to remove old things in Maui #2266

Closed
wants to merge 3 commits into from
Closed

Conversation

mattleibow
Copy link
Member

@mattleibow mattleibow commented Aug 25, 2021

Description of Change

Removing some old things in maui that are no longer needed/used. This is part of #1965

Removed from IPlatformServices:

  • string GetHash(string input)
  • Task<Stream> GetStreamAsync(Uri uri, CancellationToken cancellationToken)
  • IIsolatedStorageFile GetUserStoreForApplication() (and all isolated storage usages)
  • void OpenUriAction(Uri uri)

Changed in Forms:

  • Obsoleted void OpenUriAction(Uri uri) in favor of Essentials
  • Removed void SetFlags(params string[] flags)
  • Removed IReadOnlyList<string> Flags { get; }

Removed from Device:

  • void SetFlags(params string[] flags)
  • IReadOnlyList<string> Flags { get; }

@mattleibow mattleibow added this to the 6.0.101-preview.10 milestone Sep 28, 2021
@mattleibow mattleibow closed this Jan 28, 2022
@mattleibow mattleibow deleted the dev/remove-things branch April 4, 2022 16:50
@samhouts samhouts added the migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert label Aug 28, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants