XPlat.Core
1.2.17125.2
See the version list below for details.
dotnet add package XPlat.Core --version 1.2.17125.2
NuGet\Install-Package XPlat.Core -Version 1.2.17125.2
<PackageReference Include="XPlat.Core" Version="1.2.17125.2" />
paket add XPlat.Core --version 1.2.17125.2
#r "nuget: XPlat.Core, 1.2.17125.2"
// Install XPlat.Core as a Cake Addin #addin nuget:?package=XPlat.Core&version=1.2.17125.2 // Install XPlat.Core as a Cake Tool #tool nuget:?package=XPlat.Core&version=1.2.17125.2
This library contains a collection of core/common APIs built for UWP, iOS and Android built by the community on GitHub.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on XPlat.Core:
Package | Downloads |
---|---|
XPlat.Storage
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). |
|
XPlat.Device.Power
This package includes Windows.System.Power like APIs cross-platform such as: - PowerManager for providing access to information about a device's battery and power supply status. |
|
XPlat.Device.Geolocation
This package includes Windows.Devices.Geolocation like APIs cross-platform such as: - BasicGeoposition for providing basic information to describe a geographic position. - Geocoordinate for providing information for identifying a geographic location. - Geopoint for describing a geographic point. - Geoposition for describing a location that may contain latitude and longitude data. - Geolocator for providing access to the current geographic location of the device. |
|
XPlat.Device.Display
This package includes Windows.System.Display like APIs cross-platform such as: - DisplayRequest for providing a lock on the screen sleep period. |
|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.1 | 10,870 | 11/6/2021 |
1.8.0 | 2,098 | 11/1/2021 |
1.8.0-preview2 | 1,374 | 2/9/2021 |
1.8.0-preview1 | 1,402 | 2/8/2021 |
1.7.20109.1 | 15,856 | 4/18/2020 |
1.7.19294.1-alpha | 1,620 | 10/21/2019 |
1.7.19104.1-alpha | 1,643 | 4/14/2019 |
1.6.19104.1 | 24,570 | 4/14/2019 |
1.6.19097.3-alpha | 1,612 | 4/7/2019 |
1.6.19095.1-alpha | 1,617 | 4/5/2019 |
1.6.19092.1-alpha | 1,663 | 4/2/2019 |
1.6.19074.2-alpha | 580 | 3/15/2019 |
1.6.19073.2-alpha | 593 | 3/14/2019 |
1.6.19072.5-alpha | 595 | 3/13/2019 |
1.6.19072.3-alpha | 589 | 3/13/2019 |
1.6.19072.2-alpha | 602 | 3/13/2019 |
1.6.19072.1-alpha | 597 | 3/13/2019 |
1.6.19068.2-alpha | 603 | 3/9/2019 |
1.5.19060.1 | 1,567 | 3/2/2019 |
1.5.19036.3 | 9,818 | 2/5/2019 |
1.5.19024.1 | 851 | 1/25/2019 |
1.4.18299.4 | 4,163 | 10/26/2018 |
1.3.18257.3 | 1,319 | 9/14/2018 |
1.3.18214.2 | 1,539 | 8/2/2018 |
1.2.18073.5 | 1,662 | 3/14/2018 |
1.2.18022.1 | 1,536 | 1/22/2018 |
1.2.17334.1 | 2,617 | 11/30/2017 |
1.2.17283.1 | 1,461 | 10/10/2017 |
1.2.17271.5 | 1,259 | 9/28/2017 |
1.2.17212.1 | 1,481 | 8/1/2017 |
1.2.17208.1 | 1,327 | 7/27/2017 |
1.2.17207.3 | 1,294 | 7/26/2017 |
1.2.17193.4 | 1,293 | 7/12/2017 |
1.2.17189.4 | 1,314 | 7/8/2017 |
1.2.17139.2 | 1,410 | 5/19/2017 |
1.2.17139.1 | 1,287 | 5/19/2017 |
1.2.17137.6 | 1,260 | 5/17/2017 |
1.2.17125.2 | 1,278 | 5/5/2017 |
1.2.17123.1 | 1,270 | 5/3/2017 |
1.2.17093.8 | 1,351 | 4/3/2017 |
Added Take and GetRange extension for IReadonlyList.