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 |
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
import React, { Component } from 'react'; | |
// import AdaptiveCardView, { CustomButtonStyles, CustomTextStyles, CustomViewStyles, Types as ACT } from 'reactxp-adaptivecards'; | |
import AdaptiveCardView from 'reactxp-adaptivecards'; | |
import logo from './logo.svg'; | |
import './App.css'; | |
class App extends Component { | |
render() { | |
const card = { |
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
Show hidden characters
[ | |
// Utilities | |
{ "keys": ["ctrl+u"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }, | |
{ "keys": ["ctrl+\\"], "command": "toggle_side_bar" }, | |
// Search panel | |
{ "keys": ["ctrl+s"], "command": "show_panel", "args": {"panel": "find", "reverse": false} }, | |
{ "keys": ["alt+c"], "command": "toggle_case_sensitive", "context": | |
[ | |
{ "key": "setting.is_widget", "operator": "equal", "operand": true } |