Merge branch 'master' of https://github.com/microsoft/Dynamics365FO-AppChecker
This commit is contained in:
Коммит
a667c6a7aa
|
@ -0,0 +1,19 @@
|
|||
(: Copyright (c) Microsoft Corporation.
|
||||
Licensed under the MIT license. :)
|
||||
|
||||
(: Identify calls to tablename2id(TableStr(T)) that could base
|
||||
expressed better with tableNum(T), since there is no runtime
|
||||
function called in the latter case. :)
|
||||
|
||||
(: @Language Xpp :)
|
||||
(: @Category Informational :)
|
||||
<CallsTableName2IdInTableStr>
|
||||
{
|
||||
for $a in /*
|
||||
for $m in $a//Method
|
||||
for $call in $m//FunctionCall[lower-case(@FunctionName)='tablename2id']/Intrinsic[lower-case(@Name)='tablestr']
|
||||
return <Call Artifact='{$a/@Artifact}'
|
||||
StartLine='{$call/@StartLine}' EndLine='{$call/@EndLine}'
|
||||
StartCol='{$call/@StartCol}' EndCol='{$call/@EndCol}'/>
|
||||
}
|
||||
</CallsTableName2IdInTableStr>
|
|
@ -1,31 +0,0 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30011.22
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Socratex Explorer", "Explorer\Socratex Explorer.csproj", "{4CDCE38B-5F43-4C55-8739-79CA419B8B80}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseXInterface", "BaseXInterface\BaseXInterface.csproj", "{5E92FF19-85E5-46DC-9BB4-198625D0D994}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{4CDCE38B-5F43-4C55-8739-79CA419B8B80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4CDCE38B-5F43-4C55-8739-79CA419B8B80}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4CDCE38B-5F43-4C55-8739-79CA419B8B80}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4CDCE38B-5F43-4C55-8739-79CA419B8B80}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5E92FF19-85E5-46DC-9BB4-198625D0D994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5E92FF19-85E5-46DC-9BB4-198625D0D994}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5E92FF19-85E5-46DC-9BB4-198625D0D994}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5E92FF19-85E5-46DC-9BB4-198625D0D994}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {11789DE5-B991-40F6-9C1D-FBA11B314C13}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Загрузка…
Ссылка в новой задаче