Created
September 12, 2018 01:10
-
-
Save tuanh118/444dcc290dfd9b32a25fa62fba492b1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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