Skip to content

Instantly share code, notes, and snippets.

@tuanh118
Created September 12, 2018 01:10
Show Gist options
  • Save tuanh118/444dcc290dfd9b32a25fa62fba492b1b to your computer and use it in GitHub Desktop.
Save tuanh118/444dcc290dfd9b32a25fa62fba492b1b to your computer and use it in GitHub Desktop.
- Major differences
○ GlobalSuppressions.cs
○ New WellKnownAppIds
○ RefreshCacheForResourceMessagingHostCloudCommandRequest.cs
§ TargetAppId = WellKnownAppIds.System instead of WellKnownAppIds.CortanaSDK
○ SetResourceMessagingHostCloudCommandRequest.cs
- Nameof
○ Example: nameof(packageId) instead of "packageId"
- Limited setters
○ Example: CallAppServiceCloudCommandsRequest
public string PackageFamilyName
{
get;
}
Instead of
public string PackageFamilyName
{
get;
set;
}
- Extra files:
○ clouddataset_types.cs
○ LaunchUriCloudCommmandsRequest.cs
- Missing files:
○ CommandStatus.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment