XPlat.Storage
1.8.1
Use .NET MAUI/platform APIs
dotnet add package XPlat.Storage --version 1.8.1
NuGet\Install-Package XPlat.Storage -Version 1.8.1
<PackageReference Include="XPlat.Storage" Version="1.8.1" />
<PackageVersion Include="XPlat.Storage" Version="1.8.1" />
<PackageReference Include="XPlat.Storage" />
paket add XPlat.Storage --version 1.8.1
#r "nuget: XPlat.Storage, 1.8.1"
#:package XPlat.Storage@1.8.1
#addin nuget:?package=XPlat.Storage&version=1.8.1
#tool nuget:?package=XPlat.Storage&version=1.8.1
This package includes Windows.Storage like APIs cross-platform such as:
- ApplicationData for providing access to the application data store.
- KnownFolders for providing access to common folder locations that contain user content.
- StorageFile for providing information about a file and its contents, and ways to manipulate them.
- StorageFolder for manipulating folders and their contents, and provides information about them.
- ImageProperties for providing access to the image-related properties of an item (like a file or folder).
- MusicProperties for providing access to the music-related properties of an item (like a file or folder).
- VideoProperties for providing access to the video-related properties of an item (like a file or folder).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. monoandroid10.0 is compatible. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Universal Windows Platform | uap10.0.17763 is compatible. |
| Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- XPlat.Core (>= 1.8.1)
- XPlat.Foundation (>= 1.8.1)
-
MonoAndroid 10.0
- Newtonsoft.Json (>= 13.0.1)
- XPlat.Core (>= 1.8.1)
- XPlat.Foundation (>= 1.8.1)
-
UAP 10.0.17763
- XPlat.Core (>= 1.8.1)
- XPlat.Foundation (>= 1.8.1)
-
Xamarin.iOS 1.0
- Newtonsoft.Json (>= 13.0.1)
- XPlat.Core (>= 1.8.1)
- XPlat.Foundation (>= 1.8.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on XPlat.Storage:
| Package | Downloads |
|---|---|
|
XPlat.Storage.Pickers
This package includes Windows.Storage like APIs cross-platform such as: - FileOpenPicker representing a UI element that lets the user choose and open files. |
|
|
XPlat.Device.Launcher
This package includes Windows.System.Launcher like APIs cross-platform such as: - Launcher for launching a default app associated with a specified file or URI. |
|
|
XPlat.ApplicationModel
This package includes Windows.ApplicationModel like APIs cross-platform such as: - Package for providing information about the installed application. - PackageId for providing package identification info, such as name, version, and publisher. - PackageVersion for providing package version info. |
|
|
XPlat.Media.Capture
This package includes Windows.Media.Capture like APIs cross-platform such as: - CameraCaptureUI for providing a full window UI for capturing video and photos from a camera. |
|
|
XPlat.Storage.Portable
provides Windows.Storage API to Xamarin.Forms |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on XPlat.Storage:
| Repository | Stars |
|---|---|
|
MADE-Apps/MADE.NET
All the reusable .NET boilerplate you keep rewriting, in one place - Making App Development Easier for .NET
|