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
| { | |
| "type": "message", | |
| "attachments": [ | |
| { | |
| "contentType": "application/vnd.microsoft.card.adaptive", | |
| "content": { | |
| "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", | |
| "type": "AdaptiveCard", | |
| "version": "1.4", | |
| "body": [ |
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
| Name | Type | KeyId | LastModifiedDate | LastModifiedUser | Description | Value | AllowedPattern | Tier | Version | Labels | Policies | DataType | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| /applications/qa/ourapplication/ExampleString | String | Not secret at all | Standard | text | |||||||||
| /applications/qa/ourapplication/ExampleSecureString | SecureString | alias/ourapplication-qa-ssm | Don't tell anyone but I like to scuba dive | Standard | text |
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
| using System; | |
| class ArrayExample | |
| { | |
| static void Main() | |
| { | |
| char[] letters = { 'f', 'r', 'e', 'd', ' ', 's', 'm', 'i', 't', 'h'}; | |
| string name = ""; | |
| int[] a = new int[10]; | |
| for (int i = 0; i < letters.Length; i++) | |
| { |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Runtime.Serialization.Json; | |
| using System.Runtime.Serialization; | |
| using System.IO; | |
| namespace Console_Parse_JSON | |
| { | |
| class Program | |
| { |
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
| Build Android : | |
| ---------------------------------- | |
| cd android && ./gradlew assembleRelease | |
| adb -d install app-armeabi-v7a-release.apk | |
| adb -d uninstall package | |
| ./gradlew app:assembleRelease -x lintVitalRelease | |
| Build iOS: | |
| ----------------------------- | |
| React-native run-ios —device “DeviceName” |
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
| Open terminal and in your project go to the folder where fabric framework exist.if you are using pods then fabric will be inside pod folder. | |
| Run below commands in terminal once you have reached the folder path to fabric | |
| sudo chmod 777 run | |
| sudo chmod 777 uploadDSYM | |
| udo chmod 777 upload-symbols |