Microsoft releases Windows 10 SDK Preview Build 16278 and Mobile Emulator Build 15240
2 min. read
Published on
Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more
Microsoft today released Windows 10 SDK Preview Build 16268 and Mobile Emulator Build 15240. These developer tools should be used with Windows 10 Insider Build 16268 or later. This is a minor release with only few bug fixes and some API changes. You can read about the new APIs included in this build below.
New APIs:
namespace
Windows.Storage.Provider {
 Â
public
enum
StorageProviderHardlinkPolicy :
uint
 Â
public
enum
StorageProviderHydrationPolicy
 Â
public
enum
StorageProviderHydrationPolicyModifier :
uint
 Â
public
enum
StorageProviderInSyncPolicy :
uint
 Â
public
enum
StorageProviderPopulationPolicy
 Â
public
enum
StorageProviderProtectionMode
 Â
public
sealed
class
StorageProviderSyncRootInfo {
   Â
StorageProviderHardlinkPolicy HardlinkPolicy {
get
;
set
; }
   Â
StorageProviderHydrationPolicy HydrationPolicy {
get
;
set
; }
   Â
StorageProviderHydrationPolicyModifier HydrationPolicyModifier {
get
;
set
; }
   Â
StorageProviderInSyncPolicy InSyncPolicy {
get
;
set
; }
   Â
StorageProviderPopulationPolicy PopulationPolicy {
get
;
set
; }
   Â
StorageProviderProtectionMode ProtectionMode {
get
;
set
; }
 Â
}
}
Known Issues:
- Compilation fails on non-Windows 10 platforms:
- When building apps with the minimum target platform version set to 10.0.16278.0 you get the build error:
“The program can’t start because api-ms-win-eventing-classicprovider-l1-1-0.dll is missing from your computer. Try reinstalling the program to fix the problem
- When building apps with the minimum target platform version set to 10.0.16278.0 you get the build error:
Breaking Changes:
- ecmangen.exe removal from the SDK: Ecmangen.exe will no longer ship with the Windows SDK. Developers who rely on ecmangen for event manifest creation are advised to install the Windows Creators Edition of the SDK to obtain the file. Developers may also use notepad or other XML editor of choice for manifest creation. A schema file is available on MSDN to aid in manifest creation, for tools that support it.
You can download the updated Preview SDK and Mobile Emulator here.
User forum
0 messages