Closed vividos closed 5 years ago
This PR marks the SaveFile() and OpenFile() methods obsolete, as per #113. The following messages appear when one of the methods is used:
SaveFile: The SaveFile() method is obsolete; store the picked file with system functions from System.IO or read from stream directly
OpenFile: The OpenFile() method is obsolete; please use Xamarin.Essentials Launcher plugin. The FilePicker plugins just concentrates on picking files
@jfversluis After this PR is merged (or rebased) we could do a NuGet-beta package, as I don't have any more changes for the FilePicker plugin.
All.
Done! Beta package is here: https://www.nuget.org/packages/Xamarin.Plugin.FilePicker/2.1.11-beta
Thanks! Will test this with various apps I maintain.
Description of Change
This PR marks the SaveFile() and OpenFile() methods obsolete, as per #113. The following messages appear when one of the methods is used:
SaveFile: The SaveFile() method is obsolete; store the picked file with system functions from System.IO or read from stream directly
OpenFile: The OpenFile() method is obsolete; please use Xamarin.Essentials Launcher plugin. The FilePicker plugins just concentrates on picking files
@jfversluis After this PR is merged (or rebased) we could do a NuGet-beta package, as I don't have any more changes for the FilePicker plugin.
Issues Resolved
Platforms Affected
All.