Skip to content
Snippets Groups Projects
Commit f7dc6b04 authored by Manuel Geyer's avatar Manuel Geyer
Browse files

Commit

parent 27262442
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"zeroalltabindexes": false "zeroalltabindexes": false
}, },
"Author": "", "Author": "",
"BindingErrorCount": 0, "BindingErrorCount": 1,
"ContainsThirdPartyPcfControls": false, "ContainsThirdPartyPcfControls": false,
"DefaultConnectedDataSourceMaxGetRowsCount": 500, "DefaultConnectedDataSourceMaxGetRowsCount": 500,
"DocumentAppType": "Phone", "DocumentAppType": "Phone",
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
"ManualOfflineProfileId": "", "ManualOfflineProfileId": "",
"Name": "ChatGPT-H-I", "Name": "ChatGPT-H-I",
"OriginatingVersion": "1.335", "OriginatingVersion": "1.335",
"ParserErrorCount": 0, "ParserErrorCount": 1,
"ShowStatusBar": false "ShowStatusBar": false
}, },
"PublishInfo": { "PublishInfo": {
......
...@@ -9,6 +9,86 @@ ...@@ -9,6 +9,86 @@
} }
], ],
"results": [ "results": [
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "BaseScreen.ConSend.send1.OnSelect"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "BaseScreen.ConSend.send1.OnSelect",
"relativeAddress": 0
},
"region": {
"charOffset": 947,
"snippet": {
"text": ""
}
}
},
"properties": {
"member": "OnSelect",
"module": "BaseScreen",
"type": "BaseScreen.ConSend.send1"
}
}
],
"message": {
"arguments": [
"Eof",
"ParenClose"
],
"id": "issue"
},
"properties": {
"level": "High"
},
"ruleId": "app-ErrExpectedFound-Ex-Fnd",
"ruleIndex": 0
},
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "BaseScreen.ConSend.send1.OnSelect"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "BaseScreen.ConSend.send1.OnSelect",
"relativeAddress": 0
},
"region": {
"charLength": 4,
"charOffset": 511,
"snippet": {
"text": "tmpp"
}
}
},
"properties": {
"member": "OnSelect",
"module": "BaseScreen",
"type": "BaseScreen.ConSend.send1"
}
}
],
"message": {
"arguments": [
"tmpp"
],
"id": "issue"
},
"properties": {
"level": "High"
},
"ruleId": "app-ErrInvalidName",
"ruleIndex": 1
},
{ {
"locations": [ "locations": [
{ {
...@@ -37,7 +117,37 @@ ...@@ -37,7 +117,37 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-AccessibleLabelNeeded", "ruleId": "acc-AccessibleLabelNeeded",
"ruleIndex": 0 "ruleIndex": 2
},
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "App.assiresp"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "App.assiresp",
"relativeAddress": 0
}
},
"properties": {
"member": "assiresp",
"module": "App",
"type": "App"
}
}
],
"message": {
"id": "issue"
},
"properties": {
"level": "Medium"
},
"ruleId": "app-UnusedVariables",
"ruleIndex": 3
}, },
{ {
"locations": [ "locations": [
...@@ -67,7 +177,7 @@ ...@@ -67,7 +177,7 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "app-UnusedMediaResources", "ruleId": "app-UnusedMediaResources",
"ruleIndex": 1 "ruleIndex": 4
} }
], ],
"tool": { "tool": {
...@@ -75,6 +185,40 @@ ...@@ -75,6 +185,40 @@
"fullName": "PowerApps app checker", "fullName": "PowerApps app checker",
"name": "PowerApps app checker", "name": "PowerApps app checker",
"rules": [ "rules": [
{
"id": "app-ErrExpectedFound-Ex-Fnd",
"messageStrings": {
"issue": {
"text": "Unexpected characters. The formula contains '{0}' where '{1}' is expected."
}
},
"properties": {
"componentType": "app",
"howToFix": [
"Remove or replace the unexpected characters with an expected character."
],
"level": "High",
"primaryCategory": "formula",
"whyFix": ""
}
},
{
"id": "app-ErrInvalidName",
"messageStrings": {
"issue": {
"text": "Name isn't valid. '{0}' isn't recognized."
}
},
"properties": {
"componentType": "app",
"howToFix": [
"Remove or correct the reference to the name that isn't valid."
],
"level": "High",
"primaryCategory": "formula",
"whyFix": ""
}
},
{ {
"id": "acc-AccessibleLabelNeeded", "id": "acc-AccessibleLabelNeeded",
"messageStrings": { "messageStrings": {
...@@ -92,6 +236,23 @@ ...@@ -92,6 +236,23 @@
"whyFix": "If there's no accessible text, people who can’t see the screen won't understand what’s in images and controls." "whyFix": "If there's no accessible text, people who can’t see the screen won't understand what’s in images and controls."
} }
}, },
{
"id": "app-UnusedVariables",
"messageStrings": {
"issue": {
"text": "Unused variable"
}
},
"properties": {
"componentType": "app",
"howToFix": [
"Remove the unused variable."
],
"level": "Medium",
"primaryCategory": "performance",
"whyFix": "This variable is declared but is not referenced by any control, so it is not needed."
}
},
{ {
"id": "app-UnusedMediaResources", "id": "app-UnusedMediaResources",
"messageStrings": { "messageStrings": {
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"DoesTestStepsMetadataExist": true, "DoesTestStepsMetadataExist": true,
"FunctionParamsInvariantScripts": {}, "FunctionParamsInvariantScripts": {},
"FunctionParamsInvariantScriptsOnInstances": {}, "FunctionParamsInvariantScriptsOnInstances": {},
"HeaderLastSavedDateTimeUTC": "01/26/2024 09:47:54", "HeaderLastSavedDateTimeUTC": "01/26/2024 09:52:21",
"IsLegacyComponentAllowGlobalScopeCase": false, "IsLegacyComponentAllowGlobalScopeCase": false,
"LocalConnectionIDReferences": { "LocalConnectionIDReferences": {
"028e7b29-d321-4e48-a760-c92538b0678a": "\"/providers/microsoft.powerapps/apis/shared_logicflows/connections/ec84356e395faa1b0fdf1c7e126b562e-c1654a69e558fc9f\"", "028e7b29-d321-4e48-a760-c92538b0678a": "\"/providers/microsoft.powerapps/apis/shared_logicflows/connections/ec84356e395faa1b0fdf1c7e126b562e-c1654a69e558fc9f\"",
......
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
"IsLocalBuild": false "IsLocalBuild": false
}, },
"ClientPerFileChecksums": { "ClientPerFileChecksums": {
"AppCheckerResult.sarif": "C8_FR+rChiYwzo+Mrrisfn1kK6viScOyF8EJFRMbwzrBP4=", "AppCheckerResult.sarif": "C8_sbT9F/jxg8F9KM0yZuZkK7MV+iWFW1BXoa4Op8YL9AM=",
"AppTests\\2.json": "C8_e7iNKGdPmvGBQG8t0GHgxl3LWfan9OmlJR4cLuSEmT0=", "AppTests\\2.json": "C8_e7iNKGdPmvGBQG8t0GHgxl3LWfan9OmlJR4cLuSEmT0=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=", "Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=", "Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=", "Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_N3nWlJCQhu5wEMtcWn4PSPS2WNsdDtIXiSDsdzo7ccM=", "Controls\\4.json": "C8_6E55HyE75FHh2QJsqpfli7Zrx7JCPj0OBW3SIC7CUdE=",
"Header.json": "C8_WcAkzAZPnjxXaJbsk759paphG2HKAXuZpOx1Kt2/gLQ=", "Header.json": "C8_mrBCSftsMgqW/zwWtSBit328fqg03DFISyhGh7IRG6s=",
"Properties.json": "C8_FxVQlyPo1PMdRsZrcfGL2B37tzai5e+R6nqF8NK+reM=", "Properties.json": "C8_yia5JEuXmAjIjhUC2Ra+E7QbIm5ZLofuB7Wp1J9S3Xo=",
"References\\DataSources.json": "C8_JsnA4GA1wtS6BAMEEeczVGpHQMkl3UPRyRP9V8k2CEU=", "References\\DataSources.json": "C8_JsnA4GA1wtS6BAMEEeczVGpHQMkl3UPRyRP9V8k2CEU=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
"References\\QualifiedValues.json": "C8_El4FiKqe0MNuyanHlgG0pvhEijIXFigAGYgvdl/aCtk=", "References\\QualifiedValues.json": "C8_El4FiKqe0MNuyanHlgG0pvhEijIXFigAGYgvdl/aCtk=",
...@@ -20,16 +20,16 @@ ...@@ -20,16 +20,16 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs=" "Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
}, },
"ClientStampedChecksum": "C8_3DeMc1inUWbsblyT5k8F5qitg5LE5EIc5KvK0xK/4aA=", "ClientStampedChecksum": "C8_aM+HSI/t5UiXTYoWi9WT58ne04tdWVvQDsVcx7PStH0=",
"ServerPerFileChecksums": { "ServerPerFileChecksums": {
"AppCheckerResult.sarif": "C8_FR+rChiYwzo+Mrrisfn1kK6viScOyF8EJFRMbwzrBP4=", "AppCheckerResult.sarif": "C8_sbT9F/jxg8F9KM0yZuZkK7MV+iWFW1BXoa4Op8YL9AM=",
"AppTests\\2.json": "C8_e7iNKGdPmvGBQG8t0GHgxl3LWfan9OmlJR4cLuSEmT0=", "AppTests\\2.json": "C8_e7iNKGdPmvGBQG8t0GHgxl3LWfan9OmlJR4cLuSEmT0=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=", "Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=", "Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=", "Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_N3nWlJCQhu5wEMtcWn4PSPS2WNsdDtIXiSDsdzo7ccM=", "Controls\\4.json": "C8_6E55HyE75FHh2QJsqpfli7Zrx7JCPj0OBW3SIC7CUdE=",
"Header.json": "C8_WcAkzAZPnjxXaJbsk759paphG2HKAXuZpOx1Kt2/gLQ=", "Header.json": "C8_mrBCSftsMgqW/zwWtSBit328fqg03DFISyhGh7IRG6s=",
"Properties.json": "C8_FxVQlyPo1PMdRsZrcfGL2B37tzai5e+R6nqF8NK+reM=", "Properties.json": "C8_yia5JEuXmAjIjhUC2Ra+E7QbIm5ZLofuB7Wp1J9S3Xo=",
"References\\DataSources.json": "C8_JsnA4GA1wtS6BAMEEeczVGpHQMkl3UPRyRP9V8k2CEU=", "References\\DataSources.json": "C8_JsnA4GA1wtS6BAMEEeczVGpHQMkl3UPRyRP9V8k2CEU=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
"References\\QualifiedValues.json": "C8_El4FiKqe0MNuyanHlgG0pvhEijIXFigAGYgvdl/aCtk=", "References\\QualifiedValues.json": "C8_El4FiKqe0MNuyanHlgG0pvhEijIXFigAGYgvdl/aCtk=",
...@@ -38,5 +38,5 @@ ...@@ -38,5 +38,5 @@
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs=" "Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
}, },
"ServerStampedChecksum": "C8_3DeMc1inUWbsblyT5k8F5qitg5LE5EIc5KvK0xK/4aA=" "ServerStampedChecksum": "C8_aM+HSI/t5UiXTYoWi9WT58ne04tdWVvQDsVcx7PStH0="
} }
\ No newline at end of file
...@@ -293,9 +293,10 @@ BaseScreen As screen: ...@@ -293,9 +293,10 @@ BaseScreen As screen:
Set(assiresp, ConnectAzureOpenai.Run(textinput1.Text, Creativity, behave1.SelectedText.'data-ADB4D7A662F548B49FAC2B986E348A1BVal')); // Assi Set(assiresp, ConnectAzureOpenai.Run(textinput1.Text, Creativity, behave1.SelectedText.'data-ADB4D7A662F548B49FAC2B986E348A1BVal')); // Assi
); );
Set(tmpp, Text(assiresp.ttokens);
Set( Set(
varResp, varResp,
varResp & Char(10) & "You: " & Char(10) & textinput1.Text & Char(10) & Char(10) & "Assistent: " & Char(10) & assiresp.assi & Char(10) varResp & Char(10) & "You: " & Char(10) & textinput1.Text & Char(10) & Char(10) & "Assistent: " & Char(10) & assiresp.assi & Char(10) & tmpp
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment