实例介绍
Microsoft Power Fx是一种基于类似电子表格的公式的低代码通用编程语言。它是一种强类型、声明式和函数式的语言,具有根据需要提供的命令式逻辑和状态管理。
【实例截图】
文件清单
└── Power-Fx-bca6722e4f8a50f2c4d04241410f8ee1a6c184e7
├── ApiCompatBaseline.txt
├── ApiCompat.Files.xml
├── CODE_OF_CONDUCT.md
├── dailyBuilds.md
├── docs
│ ├── data-types.md
│ ├── expression-grammar.grammar
│ ├── expression-grammar.md
│ ├── global.md
│ ├── imperative.md
│ ├── media
│ │ ├── data-types
│ │ │ ├── double-diamonds.png
│ │ │ ├── literal-string.png
│ │ │ ├── nwind-image.png
│ │ │ ├── nwind-resource.png
│ │ │ └── nwind-text.png
│ │ ├── global
│ │ │ ├── control-rename.png
│ │ │ ├── insert-controls-es.png
│ │ │ ├── loc-table.png
│ │ │ ├── operators-comma.png
│ │ │ └── operators-dot.png
│ │ ├── operators
│ │ │ ├── as-chessboard-file.png
│ │ │ ├── as-chessboard-fill.png
│ │ │ ├── as-chessboard-rank.png
│ │ │ ├── as-forall-nesting.png
│ │ │ ├── as-gallery-as-name.png
│ │ │ ├── as-gallery-as-picture.png
│ │ │ ├── as-gallery-filter-as-employee.png
│ │ │ ├── as-gallery-filter-thisrecord.png
│ │ │ ├── as-gallery-items.png
│ │ │ ├── as-gallery-name.png
│ │ │ ├── as-gallery-picture.png
│ │ │ ├── customfield_display.png
│ │ │ ├── customfield_logical.png
│ │ │ ├── customfield_portal.png
│ │ │ ├── customfield_suggest_alt.png
│ │ │ └── customfield_suggest_display.png
│ │ ├── overview
│ │ │ ├── always-live.gif
│ │ │ ├── color-sliders-power-apps.gif
│ │ │ ├── color-sliders-power-apps-labels.png
│ │ │ ├── low-code-javascript.gif
│ │ │ ├── no-code-color.gif
│ │ │ ├── no-code-sort.gif
│ │ │ ├── pro-code-github.gif
│ │ │ ├── pro-code-vscode.gif
│ │ │ ├── reverse-search-excel.png
│ │ │ ├── reverse-search-power-apps.gif
│ │ │ ├── showerror-2018.png
│ │ │ └── showerror-2021.png
│ │ ├── root
│ │ │ └── hello-world.png
│ │ ├── tables
│ │ │ ├── elements-of-a-table.png
│ │ │ ├── inline-table.png
│ │ │ ├── needed.png
│ │ │ ├── requested.png
│ │ │ ├── single-column.png
│ │ │ ├── toorderonly.png
│ │ │ ├── toorder.png
│ │ │ ├── X.png
│ │ │ ├── XY.png
│ │ │ └── Y.png
│ │ └── variables
│ │ ├── button-changes-state-1.png
│ │ ├── button-changes-state-2.png
│ │ ├── button-changes-state-3.png
│ │ ├── button-changes-state-4.png
│ │ ├── button-changes-state-5.png
│ │ ├── button-changes-state.png
│ │ ├── collection-1.png
│ │ ├── collection-2.png
│ │ ├── collection-3.png
│ │ ├── context-variable-1.png
│ │ ├── context-variable-2.png
│ │ ├── context-variable-3.png
│ │ ├── context-variable-4.png
│ │ ├── context-variable-5.png
│ │ ├── context-variable-6.png
│ │ ├── context-variable-file-1.png
│ │ ├── context-variable-file-2.png
│ │ ├── excel-recalc.gif
│ │ ├── excel-recalc.png
│ │ ├── global-variable-1.png
│ │ ├── global-variable-2.png
│ │ ├── global-variable-3.png
│ │ ├── global-variable-4.png
│ │ ├── global-variable-file-1.png
│ │ ├── global-variable-file-2.png
│ │ ├── papertape-1.png
│ │ ├── papertape-2.png
│ │ ├── papertape-3.png
│ │ ├── papertape-4.png
│ │ ├── papertape-5.png
│ │ ├── papertape-6.png
│ │ ├── papertape-file.png
│ │ ├── papertape-run-1.png
│ │ ├── recalc1.png
│ │ ├── recalc2.gif
│ │ ├── recalc2.png
│ │ ├── recalc-color1.png
│ │ ├── recalc-color2.png
│ │ ├── recalc-color.gif
│ │ ├── recalc-color.png
│ │ ├── recalc.png
│ │ └── view-collections.png
│ ├── operators.md
│ ├── overview.md
│ ├── README.md
│ ├── tables.md
│ ├── tools
│ │ └── grammar.ps1
│ ├── variables.md
│ └── yaml-formula-grammar.md
├── LICENSE
├── README.md
├── releasenotes
│ ├── releasenotes-1.1.0.md
│ └── releasenotes-1.3.0-rc.md
├── SECURITY.md
├── src
│ ├── build
│ │ ├── 35MSSharedLib1024.snk
│ │ ├── ExtractCompressNuGet.ps1
│ │ ├── PublishToCoveralls.ps1
│ │ └── yaml
│ │ ├── ci-api-validation-steps.yml
│ │ ├── ci-post-to-github-steps.yml
│ │ ├── feed-setup-step.yml
│ │ ├── get-contract-version-step.yml
│ │ └── powerfx-ci.yml
│ ├── buildAndRefresh.bat
│ ├── buildLocalPackages.cmd
│ ├── CodeCoverage.runsettings
│ ├── Directory.Build.props
│ ├── libraries
│ │ ├── Directory.Build.props
│ │ ├── Microsoft.PowerFx.Connectors
│ │ │ ├── AssemblyProperties.cs
│ │ │ ├── ConnectorConstants.cs
│ │ │ ├── ConnectorFunction.cs
│ │ │ ├── ConnectorHelperFunctions.cs
│ │ │ ├── EngineExtensions.cs
│ │ │ ├── Environment
│ │ │ │ ├── CdpTabularService.cs
│ │ │ │ ├── PowerFxConfigExtensions.cs
│ │ │ │ ├── RuntimeConfigExtensions.cs
│ │ │ │ ├── SwaggerTabularService.cs
│ │ │ │ └── TabularService.cs
│ │ │ ├── Execution
│ │ │ │ ├── FormulaValueSerializer.cs
│ │ │ │ ├── HttpFunctionInvoker.cs
│ │ │ │ ├── OpenApiFormUrlEncoder.cs
│ │ │ │ ├── OpenApiJsonSerializer.cs
│ │ │ │ └── OpenApiTextSerializer.cs
│ │ │ ├── icon.png
│ │ │ ├── Internal
│ │ │ │ ├── ConnectorDynamicApi.cs
│ │ │ │ ├── ConnectorDynamicList.cs
│ │ │ │ ├── ConnectorDynamicProperty.cs
│ │ │ │ ├── ConnectorDynamicSchema.cs
│ │ │ │ ├── ConnectorDynamicValue.cs
│ │ │ │ ├── ConnectorErrors.cs
│ │ │ │ ├── ConnectorExtensions.cs
│ │ │ │ ├── ConnectorGlobalContext.cs
│ │ │ │ ├── ConnectorParameterInternals.cs
│ │ │ │ ├── InjectServiceProviderFunction.cs
│ │ │ │ ├── PagedRecordValue.cs
│ │ │ │ ├── RuntimeConnectorContextWithRawResults.cs
│ │ │ │ └── TabularDType.cs
│ │ │ ├── Localization
│ │ │ │ └── ConnectorStringResources.cs
│ │ │ ├── Microsoft.PowerFx.Connectors.csproj
│ │ │ ├── Obsolete
│ │ │ │ └── ODataParameters.cs
│ │ │ ├── OData
│ │ │ │ ├── ODataVisitorContext.cs
│ │ │ │ └── ODataVisitor.cs
│ │ │ ├── OpenApiExtensions.cs
│ │ │ ├── OpenApiHelperFunctions.cs
│ │ │ ├── OpenApiParser.cs
│ │ │ ├── PowerPlatformConnectorClient.cs
│ │ │ ├── Public
│ │ │ │ ├── BaseRuntimeConnectorContext.cs
│ │ │ │ ├── ConnectorEnhancedSuggestions.cs
│ │ │ │ ├── ConnectorLogger.cs
│ │ │ │ ├── ConnectorParameter.cs
│ │ │ │ ├── ConnectorParameters.cs
│ │ │ │ ├── ConnectorParameterWithSuggestions.cs
│ │ │ │ ├── ConnectorSchema.cs
│ │ │ │ ├── ConnectorSettings.cs
│ │ │ │ ├── ConnectorTableType.cs
│ │ │ │ ├── ConnectorTableValue.cs
│ │ │ │ ├── ConnectorTableValueWithServiceProvider.cs
│ │ │ │ ├── ConnectorType.cs
│ │ │ │ ├── MediaKind.cs
│ │ │ │ ├── PowerFxConnectorException.cs
│ │ │ │ ├── SupportsConnectorErrors.cs
│ │ │ │ └── Visibility.cs
│ │ │ ├── TabularIRVisitor.cs
│ │ │ └── Texl
│ │ │ └── ConnectorTexlFunction.cs
│ │ ├── Microsoft.PowerFx.Core
│ │ │ ├── Annotations
│ │ │ │ ├── GuardSingleThreaded.cs
│ │ │ │ ├── NotThreadSafe.cs
│ │ │ │ ├── ThreadSafeImmutableAttribute.cs
│ │ │ │ └── ThreadSafeProtectedByLockAttribute.cs
│ │ │ ├── App
│ │ │ │ ├── Components
│ │ │ │ │ └── ComponentType.cs
│ │ │ │ ├── Controls
│ │ │ │ │ ├── IExternalControl.cs
│ │ │ │ │ ├── IExternalControlProperty.cs
│ │ │ │ │ ├── IExternalControlTemplate.cs
│ │ │ │ │ ├── IExternalRule.cs
│ │ │ │ │ ├── IExternalRuleScopeResolver.cs
│ │ │ │ │ ├── PropertyRuleCategory.cs
│ │ │ │ │ └── PropertyRuleCategoryExtensions.cs
│ │ │ │ ├── DataFormat.cs
│ │ │ │ ├── ErrorContainers
│ │ │ │ │ ├── ErrorContainer.cs
│ │ │ │ │ ├── ErrorHelpers.cs
│ │ │ │ │ ├── IErrorContainer.cs
│ │ │ │ │ └── LimitedSeverityErrorContainer.cs
│ │ │ │ ├── IExternalDocument.cs
│ │ │ │ ├── IExternalDocumentProperties.cs
│ │ │ │ ├── IExternalEnabledFeatures.cs
│ │ │ │ ├── IExternalUserFlags.cs
│ │ │ │ └── README.md
│ │ │ ├── AssemblyProperties.cs
│ │ │ ├── Binding
│ │ │ │ ├── BinderCheckTypeResult.cs
│ │ │ │ ├── Binder.cs
│ │ │ │ ├── BinderNodesMetadataArgTypeVisitor.cs
│ │ │ │ ├── BinderNodesVisitor.cs
│ │ │ │ ├── BinderUtils.cs
│ │ │ │ ├── BindInfo
│ │ │ │ │ ├── AsInfo.cs
│ │ │ │ │ ├── CallInfo.cs
│ │ │ │ │ ├── ControlKeywordInfo.cs
│ │ │ │ │ ├── DottedNameInfo.cs
│ │ │ │ │ ├── FirstNameInfo.cs
│ │ │ │ │ ├── NameInfo.cs
│ │ │ │ │ ├── NameLookupInfo.cs
│ │ │ │ │ ├── ParentInfo.cs
│ │ │ │ │ ├── ScopedNameLookupInfo.cs
│ │ │ │ │ ├── SelfInfo.cs
│ │ │ │ │ └── UDFParameterInfo.cs
│ │ │ │ ├── BindingConfig.cs
│ │ │ │ ├── BindKind.cs
│ │ │ │ ├── DelegationWarningProvider.cs
│ │ │ │ ├── IGlobalSymbolNameResolver.cs
│ │ │ │ ├── INameResolver.cs
│ │ │ │ └── ScopeUseSet.cs
│ │ │ ├── Docs
│ │ │ │ └── EngineDocumentation.cs
│ │ │ ├── Entities
│ │ │ │ ├── AllowedValuesMetadata.cs
│ │ │ │ ├── ColumnMetadata.cs
│ │ │ │ ├── DataColumnMetadata.cs
│ │ │ │ ├── DataSourceKind.cs
│ │ │ │ ├── DataTableMetadata.cs
│ │ │ │ ├── DataTypeInfo.cs
│ │ │ │ ├── Delegation
│ │ │ │ │ ├── IExternalDataEntityMetadataProvider.cs
│ │ │ │ │ └── IExternalTableDefinition.cs
│ │ │ │ ├── External
│ │ │ │ │ ├── IExternalCdsDataSource.cs
│ │ │ │ │ ├── IExternalColumnMetadata.cs
│ │ │ │ │ ├── IExternalDataSource.cs
│ │ │ │ │ ├── IExternalDelegable.cs
│ │ │ │ │ ├── IExternalEntity.cs
│ │ │ │ │ ├── IExternalEntityScope.cs
│ │ │ │ │ ├── IExternalNamedFormula.cs
│ │ │ │ │ ├── IExternalOptionSet.cs
│ │ │ │ │ ├── IExternalPageableSymbol.cs
│ │ │ │ │ ├── IExternalTableMetadata.cs
│ │ │ │ │ ├── IExternalTabularDataSource.cs
│ │ │ │ │ └── IExternalViewInfo.cs
│ │ │ │ ├── IDataColumnMetadata.cs
│ │ │ │ ├── IDisplayMapped.cs
│ │ │ │ ├── IQualifiedValuesInfo.cs
│ │ │ │ ├── IRefreshable.cs
│ │ │ │ └── QueryOptions
│ │ │ │ ├── DataSourceToQueryOptionsMap.cs
│ │ │ │ ├── ExpandQueryOptions.cs
│ │ │ │ └── TabularDataQueryOptions.cs
│ │ │ ├── Errors
│ │ │ │ ├── BaseError.cs
│ │ │ │ ├── DocumentErrorKind.cs
│ │ │ │ ├── DocumentErrorSeverity.cs
│ │ │ │ ├── ErrorHelpLink.cs
│ │ │ │ ├── ErrorSeverity.cs
│ │ │ │ ├── ErrorUtils.cs
│ │ │ │ ├── IDocumentError.cs
│ │ │ │ ├── IRuleError.cs
│ │ │ │ └── TexlError.cs
│ │ │ ├── Functions
│ │ │ │ ├── ArgPreprocessor.cs
│ │ │ │ ├── Blob
│ │ │ │ │ ├── Base64Blob.cs
│ │ │ │ │ ├── BlobContent.cs
│ │ │ │ │ ├── ByteArrayBlob.cs
│ │ │ │ │ └── StringBlob.cs
│ │ │ │ ├── BuiltinFunction.cs
│ │ │ │ ├── CheckTypesContext.cs
│ │ │ │ ├── CommonErrors.cs
│ │ │ │ ├── DefaultNoOpErrorContainer.cs
│ │ │ │ ├── Delegation
│ │ │ │ │ ├── DelegationCapability.cs
│ │ │ │ │ ├── DelegationMetadata
│ │ │ │ │ │ ├── CapabilitiesConstants.cs
│ │ │ │ │ │ ├── CompositeCapabilityMetadata.cs
│ │ │ │ │ │ ├── DelegationMetadata.cs
│ │ │ │ │ │ ├── FilterOpMetadata.cs
│ │ │ │ │ │ ├── GroupOpMetadata.cs
│ │ │ │ │ │ ├── ODataOpMetadata.cs
│ │ │ │ │ │ └── SortOpMetadata.cs
│ │ │ │ │ ├── DelegationMetadataOperatorConstants.cs
│ │ │ │ │ ├── DelegationStrategies
│ │ │ │ │ │ ├── DefaultOpDelegationStrategy.cs
│ │ │ │ │ │ ├── DefaultUnaryOpDelegationStrategy.cs
│ │ │ │ │ │ ├── DelegationValidationStrategy.cs
│ │ │ │ │ │ ├── InOpDelegationStrategy.cs
│ │ │ │ │ │ ├── IOpDelegationStrategy.cs
│ │ │ │ │ │ ├── OpDelegationStrategy.cs
│ │ │ │ │ │ └── UnaryOpDelegationStrategy.cs
│ │ │ │ │ ├── IDataEntityMetadata.cs
│ │ │ │ │ ├── IDelegationMetadata.cs
│ │ │ │ │ ├── ODataFunctionMappings.cs
│ │ │ │ │ └── OperationCapabilityMetadata.cs
│ │ │ │ ├── DLP
│ │ │ │ │ └── RequiredDataSourcePermissions.cs
│ │ │ │ ├── FunctionArgValidators
│ │ │ │ │ ├── ArgValidators.cs
│ │ │ │ │ ├── ConnectedDataSourceInfoArgValidator.cs
│ │ │ │ │ ├── DataSourceArgNodeValidator.cs
│ │ │ │ │ ├── EntityArgNodeValidator.cs
│ │ │ │ │ ├── IArgValidator.cs
│ │ │ │ │ └── SortOrderValidator.cs
│ │ │ │ ├── FunctionScopeInfo.cs
│ │ │ │ ├── IAsyncTexlFunction3.cs
│ │ │ │ ├── IAsyncTexlFunction4.cs
│ │ │ │ ├── IAsyncTexlFunction5.cs
│ │ │ │ ├── IAsyncTexlFunction.cs
│ │ │ │ ├── IFunction.cs
│ │ │ │ ├── IHasUnsupportedFunctions.cs
│ │ │ │ ├── Publish
│ │ │ │ │ └── Capabilities.cs
│ │ │ │ ├── SignatureConstraint.cs
│ │ │ │ ├── TexlFunction.cs
│ │ │ │ ├── TexlFunctionSet.cs
│ │ │ │ ├── TransportSchemas
│ │ │ │ │ ├── FunctionInfo.cs
│ │ │ │ │ ├── FunctionSignature.cs
│ │ │ │ │ └── ParameterInfo.cs
│ │ │ │ ├── UserDefinedFunction.cs
│ │ │ │ └── Utils.cs
│ │ │ ├── Glue
│ │ │ │ ├── BinderGlue.cs
│ │ │ │ └── Glue.cs
│ │ │ ├── icon.png
│ │ │ ├── IR
│ │ │ │ ├── BinaryOpMatrix.cs
│ │ │ │ ├── CoercionKind.cs
│ │ │ │ ├── CoercionMatrix.cs
│ │ │ │ ├── InvalidCoercionException.cs
│ │ │ │ ├── IRContext.cs
│ │ │ │ ├── IRTranslator.cs
│ │ │ │ ├── Nodes
│ │ │ │ │ ├── AggregateCoercionNode.cs
│ │ │ │ │ ├── BinaryOpKind.cs
│ │ │ │ │ ├── BinaryOpNode.cs
│ │ │ │ │ ├── BooleanLiteralNode.cs
│ │ │ │ │ ├── CallNode.cs
│ │ │ │ │ ├── ChainingNode.cs
│ │ │ │ │ ├── ColorLiteralNode.cs
│ │ │ │ │ ├── DecimalLiteralNode.cs
│ │ │ │ │ ├── ErrorNode.cs
│ │ │ │ │ ├── IntermediateNode.cs
│ │ │ │ │ ├── IRTransform.cs
│ │ │ │ │ ├── LazyEvalNode.cs
│ │ │ │ │ ├── NumberLiteralNode.cs
│ │ │ │ │ ├── RecordFieldAccessNode.cs
│ │ │ │ │ ├── RecordNode.cs
│ │ │ │ │ ├── ResolvedObjectNode.cs
│ │ │ │ │ ├── ScopeAccessNode.cs
│ │ │ │ │ ├── SingleColumnTableAccessNode.cs
│ │ │ │ │ ├── TextLiteralNode.cs
│ │ │ │ │ ├── UnaryOpKind.cs
│ │ │ │ │ └── UnaryOpNode.cs
│ │ │ │ ├── README.md
│ │ │ │ ├── Symbols
│ │ │ │ │ ├── IScopeSymbol.cs
│ │ │ │ │ ├── ScopeAccessSymbol.cs
│ │ │ │ │ └── ScopeSymbol.cs
│ │ │ │ └── Visitors
│ │ │ │ ├── IRNodeVisitor.cs
│ │ │ │ └── RewritingIRVisitor.cs
│ │ │ ├── Lexer
│ │ │ │ ├── BinaryOp.cs
│ │ │ │ ├── ITextFirstFlag.cs
│ │ │ │ ├── LocalizationUtils.cs
│ │ │ │ ├── TexlLexer.cs
│ │ │ │ ├── TokenCollection.cs
│ │ │ │ ├── Tokens
│ │ │ │ │ ├── CommentToken.cs
│ │ │ │ │ ├── DecLitToken.cs
│ │ │ │ │ ├── EofToken.cs
│ │ │ │ │ ├── ErrorToken.cs
│ │ │ │ │ ├── IdentToken.cs
│ │ │ │ │ ├── IslandEndToken.cs
│ │ │ │ │ ├── IslandStartToken.cs
│ │ │ │ │ ├── KeyToken.cs
│ │ │ │ │ ├── NumLitToken.cs
│ │ │ │ │ ├── StrInterpEndToken.cs
│ │ │ │ │ ├── StrInterpStartToken.cs
│ │ │ │ │ ├── StrLitToken.cs
│ │ │ │ │ ├── Token.cs
│ │ │ │ │ └── WhitespaceToken.cs
│ │ │ │ ├── TokKind.cs
│ │ │ │ ├── UnaryOp.cs
│ │ │ │ └── VariadicOp.cs
│ │ │ ├── Localization
│ │ │ │ ├── CurrentLocale.cs
│ │ │ │ ├── ErrorResource.cs
│ │ │ │ ├── ErrorResourceKey.cs
│ │ │ │ ├── ExpressionLocalizationHelper.cs
│ │ │ │ ├── IExternalStringResources.cs
│ │ │ │ ├── INamedLanguageSettings.cs
│ │ │ │ ├── InvalidXmlException.cs
│ │ │ │ ├── Span.cs
│ │ │ │ ├── StringResources.cs
│ │ │ │ └── Strings.cs
│ │ │ ├── Logging
│ │ │ │ ├── EventArgs.cs
│ │ │ │ ├── EventHandlers.cs
│ │ │ │ ├── ISanitizedNameProvider.cs
│ │ │ │ ├── StructuralPrint.cs
│ │ │ │ ├── TelemetryConstants.cs
│ │ │ │ └── Trackers
│ │ │ │ ├── DelegationStatus.cs
│ │ │ │ ├── DelegationTelemetryInfo.cs
│ │ │ │ ├── DelegationTrackerEventArgs.cs
│ │ │ │ ├── SuggestionTrackerEventArgs.cs
│ │ │ │ └── TrackingProvider.cs
│ │ │ ├── Microsoft.PowerFx.Core.csproj
│ │ │ ├── Parser
│ │ │ │ ├── NamedFormula.cs
│ │ │ │ ├── ParseFormulasResult.cs
│ │ │ │ ├── ParseResult.cs
│ │ │ │ ├── ParserOptions.cs
│ │ │ │ ├── ParseUserDefinitionResult.cs
│ │ │ │ ├── PartialAttribute.cs
│ │ │ │ ├── TexlParser.cs
│ │ │ │ └── TokenCursor.cs
│ │ │ ├── Public
│ │ │ │ ├── CheckContextSummary.cs
│ │ │ │ ├── CheckResult.cs
│ │ │ │ ├── Config
│ │ │ │ │ ├── ComposedReadOnlySymbolTable.cs
│ │ │ │ │ ├── DeferredSymbolTable.cs
│ │ │ │ │ ├── Features.cs
│ │ │ │ │ ├── FormulaValueSerializerSettings.cs
│ │ │ │ │ ├── NameSymbol.cs
│ │ │ │ │ ├── OptionSet.cs
│ │ │ │ │ ├── PowerFxConfig.cs
│ │ │ │ │ ├── ReadOnlySymbolTable.cs
│ │ │ │ │ ├── RegexTypeCache.cs
│ │ │ │ │ ├── SlotMap.cs
│ │ │ │ │ ├── SymbolEntry.cs
│ │ │ │ │ ├── SymbolProperties.cs
│ │ │ │ │ ├── SymbolTable.cs
│ │ │ │ │ ├── SymbolTableOverRecordType.cs
│ │ │ │ │ ├── UserInfo.cs
│ │ │ │ │ └── VersionHash.cs
│ │ │ │ ├── DependencyFinder.cs
│ │ │ │ ├── DisplayNames
│ │ │ │ │ ├── DisabledDisplayNameProvider.cs
│ │ │ │ │ ├── DisplayNameProvider.cs
│ │ │ │ │ ├── DisplayNameUtility.cs
│ │ │ │ │ ├── NameCollisionException.cs
│ │ │ │ │ ├── RenameDriver.cs
│ │ │ │ │ └── SingleSourceDisplayNameProvider.cs
│ │ │ │ ├── Engine.cs
│ │ │ │ ├── ErrorKind.cs
│ │ │ │ ├── ExpressionError.cs
│ │ │ │ ├── FormulaWithParameters.cs
│ │ │ │ ├── GetTokensFlags.cs
│ │ │ │ ├── IntellisenseOperations.cs
│ │ │ │ ├── IPowerFxScope.cs
│ │ │ │ ├── Logging
│ │ │ │ │ └── ITracer.cs
│ │ │ │ ├── Reflection
│ │ │ │ │ ├── FunctionInfo.cs
│ │ │ │ │ ├── FunctionInfoSignature.cs
│ │ │ │ │ └── ParameterInfoSignature.cs
│ │ │ │ ├── TokenResultType.cs
│ │ │ │ ├── Types
│ │ │ │ │ ├── AggregateType.cs
│ │ │ │ │ ├── BindingErrorType.cs
│ │ │ │ │ ├── BlankType.cs
│ │ │ │ │ ├── BlobType.cs
│ │ │ │ │ ├── BooleanType.cs
│ │ │ │ │ ├── ColorType.cs
│ │ │ │ │ ├── DateTimeNoTimeZoneType.cs
│ │ │ │ │ ├── DateTimeType.cs
│ │ │ │ │ ├── DateType.cs
│ │ │ │ │ ├── DecimalType.cs
│ │ │ │ │ ├── DeferredType.cs
│ │ │ │ │ ├── ExternalType.cs
│ │ │ │ │ ├── FormulaType.cs
│ │ │ │ │ ├── GuidType.cs
│ │ │ │ │ ├── HyperlinkType.cs
│ │ │ │ │ ├── ITypeVisitor.cs
│ │ │ │ │ ├── KnownRecordType.cs
│ │ │ │ │ ├── NamedFormulaType.cs
│ │ │ │ │ ├── NumberType.cs
│ │ │ │ │ ├── OptionSetValueType.cs
│ │ │ │ │ ├── RecordType.cs
│ │ │ │ │ ├── StringType.cs
│ │ │ │ │ ├── TableType.cs
│ │ │ │ │ ├── TimeType.cs
│ │ │ │ │ ├── TypeCheckers
│ │ │ │ │ │ ├── AggregateTypeChecker.cs
│ │ │ │ │ │ └── FormulaTypeChecker.cs
│ │ │ │ │ ├── UnknownType.cs
│ │ │ │ │ ├── UnsupportedType.cs
│ │ │ │ │ ├── UntypedObjectType.cs
│ │ │ │ │ └── Void.cs
│ │ │ │ └── Values
│ │ │ │ ├── BlankValue.cs
│ │ │ │ ├── BlobValue.cs
│ │ │ │ ├── BooleanValue.cs
│ │ │ │ ├── CollectionTableValue.cs
│ │ │ │ ├── ColorValue.cs
│ │ │ │ ├── CompileTimeTypeWrapperRecordValue.cs
│ │ │ │ ├── CompileTimeTypeWrapperTableValue.cs
│ │ │ │ ├── DateTimeValue.cs
│ │ │ │ ├── DateValue.cs
│ │ │ │ ├── DecimalValue.cs
│ │ │ │ ├── DValue.cs
│ │ │ │ ├── ErrorValue.cs
│ │ │ │ ├── FormulaValue.cs
│ │ │ │ ├── FormulaValueNew.cs
│ │ │ │ ├── FormulaValueNewRecord.cs
│ │ │ │ ├── FormulaValueNewTable.cs
│ │ │ │ ├── GuidValue.cs
│ │ │ │ ├── InMemoryRecordValue.cs
│ │ │ │ ├── InMemoryTableValue.cs
│ │ │ │ ├── IValueVisitor.cs
│ │ │ │ ├── NamedValue.cs
│ │ │ │ ├── NumberValue.cs
│ │ │ │ ├── OptionSetValue.cs
│ │ │ │ ├── PrimitiveValueConversions.cs
│ │ │ │ ├── PrimitiveValue.cs
│ │ │ │ ├── RecordValue.cs
│ │ │ │ ├── StringValue.cs
│ │ │ │ ├── TableValue.cs
│ │ │ │ ├── TimeValue.cs
│ │ │ │ ├── UntypedObjectValue.cs
│ │ │ │ ├── ValidFormulaValue.cs
│ │ │ │ └── VoidValue.cs
│ │ │ ├── Syntax
│ │ │ │ ├── Formula.cs
│ │ │ │ ├── Identifier.cs
│ │ │ │ ├── NamedFormulas.cs
│ │ │ │ ├── NodeKind.cs
│ │ │ │ ├── Nodes
│ │ │ │ │ ├── AsNode.cs
│ │ │ │ │ ├── BinaryOpNode.cs
│ │ │ │ │ ├── BlankNode.cs
│ │ │ │ │ ├── BoolLitNode.cs
│ │ │ │ │ ├── CallNode.cs
│ │ │ │ │ ├── DecLitNode.cs
│ │ │ │ │ ├── DottedNameNode.cs
│ │ │ │ │ ├── ErrorNode.cs
│ │ │ │ │ ├── FirstNameNode.cs
│ │ │ │ │ ├── ListNode.cs
│ │ │ │ │ ├── NameNode.cs
│ │ │ │ │ ├── NumLitNode.cs
│ │ │ │ │ ├── ParentNode.cs
│ │ │ │ │ ├── RecordNode.cs
│ │ │ │ │ ├── SelfNode.cs
│ │ │ │ │ ├── StrInterpNode.cs
│ │ │ │ │ ├── StrLitNode.cs
│ │ │ │ │ ├── TableNode.cs
│ │ │ │ │ ├── TexlNode.cs
│ │ │ │ │ ├── TypeLiteralNode.cs
│ │ │ │ │ ├── UnaryOpNode.cs
│ │ │ │ │ ├── VariadicBase.cs
│ │ │ │ │ └── VariadicOpNode.cs
│ │ │ │ ├── Precedence.cs
│ │ │ │ ├── SourceInformation
│ │ │ │ │ ├── IdentifierSource.cs
│ │ │ │ │ ├── ITexlSource.cs
│ │ │ │ │ ├── NodeSource.cs
│ │ │ │ │ ├── SourceList.cs
│ │ │ │ │ ├── SpreadSource.cs
│ │ │ │ │ ├── TokenSource.cs
│ │ │ │ │ └── WhitespaceSource.cs
│ │ │ │ ├── TexlPretty.cs
│ │ │ │ ├── UserDefinitionResult.cs
│ │ │ │ ├── UserDefinitions.cs
│ │ │ │ └── Visitors
│ │ │ │ ├── AggregateVisitor.cs
│ │ │ │ ├── ChainTrackerVisitor.cs
│ │ │ │ ├── DefaultVisitor.cs
│ │ │ │ ├── DTypeVisitor.cs
│ │ │ │ ├── FindNodeVisitor.cs
│ │ │ │ ├── IdentityTexlVisitor.cs
│ │ │ │ ├── TexlFunctionalVisitor.cs
│ │ │ │ └── TexlVisitor.cs
│ │ │ ├── Texl
│ │ │ │ ├── BuiltinFunctionsCore.cs
│ │ │ │ ├── Builtins
│ │ │ │ │ ├── Abs.cs
│ │ │ │ │ ├── Acos.cs
│ │ │ │ │ ├── Acot.cs
│ │ │ │ │ ├── AddColumns.cs
│ │ │ │ │ ├── Asin.cs
│ │ │ │ │ ├── AsType.cs
│ │ │ │ │ ├── Atan2.cs
│ │ │ │ │ ├── Atan.cs
│ │ │ │ │ ├── Average.cs
│ │ │ │ │ ├── Blank.cs
│ │ │ │ │ ├── Boolean.cs
│ │ │ │ │ ├── Calendar.cs
│ │ │ │ │ ├── Char.cs
│ │ │ │ │ ├── Clock.cs
│ │ │ │ │ ├── Coalesce.cs
│ │ │ │ │ ├── ColorFade.cs
│ │ │ │ │ ├── ColorFadeT.cs
│ │ │ │ │ ├── ColorValue.cs
│ │ │ │ │ ├── Column.cs
│ │ │ │ │ ├── ColumnNames.cs
│ │ │ │ │ ├── Concat.cs
│ │ │ │ │ ├── Concatenate.cs
│ │ │ │ │ ├── Cos.cs
│ │ │ │ │ ├── Cot.cs
│ │ │ │ │ ├── CountA.cs
│ │ │ │ │ ├── Count.cs
│ │ │ │ │ ├── CountIf.cs
│ │ │ │ │ ├── CountRows.cs
│ │ │ │ │ ├── DateTime.cs
│ │ │ │ │ ├── Dec2Hex.cs
│ │ │ │ │ ├── Degrees.cs
│ │ │ │ │ ├── Distinct.cs
│ │ │ │ │ ├── DropColumns.cs
│ │ │ │ │ ├── EncodeHTML.cs
│ │ │ │ │ ├── EncodeUrl.cs
│ │ │ │ │ ├── EndsWith.cs
│ │ │ │ │ ├── Error.cs
│ │ │ │ │ ├── Exp.cs
│ │ │ │ │ ├── Filter.cs
│ │ │ │ │ ├── FilterDelegationBase.cs
│ │ │ │ │ ├── Find.cs
│ │ │ │ │ ├── FirstLast.cs
│ │ │ │ │ ├── FirstLastN.cs
│ │ │ │ │ ├── ForAll.cs
│ │ │ │ │ ├── FunctionWithTableInput.cs
│ │ │ │ │ ├── GUID.cs
│ │ │ │ │ ├── Hex2Dec.cs
│ │ │ │ │ ├── If.cs
│ │ │ │ │ ├── IfError.cs
│ │ │ │ │ ├── Index.cs
│ │ │ │ │ ├── Int.cs
│ │ │ │ │ ├── IsBlank.cs
│ │ │ │ │ ├── IsBlankOrError.cs
│ │ │ │ │ ├── IsEmpty.cs
│ │ │ │ │ ├── IsError.cs
│ │ │ │ │ ├── IsMatch.cs
│ │ │ │ │ ├── IsNumeric.cs
│ │ │ │ │ ├── IsToday.cs
│ │ │ │ │ ├── IsUTCToday.cs
│ │ │ │ │ ├── Json.cs
│ │ │ │ │ ├── Language.cs
│ │ │ │ │ ├── LeftRight.cs
│ │ │ │ │ ├── Len.cs
│ │ │ │ │ ├── Ln.cs
│ │ │ │ │ ├── Log.cs
│ │ │ │ │ ├── Logical.cs
│ │ │ │ │ ├── Lookup.cs
│ │ │ │ │ ├── LowerUpper.cs
│ │ │ │ │ ├── Match.cs
│ │ │ │ │ ├── MathFunction.cs
│ │ │ │ │ ├── Mid.cs
│ │ │ │ │ ├── MinMax.cs
│ │ │ │ │ ├── MinMaxTable.cs
│ │ │ │ │ ├── Mod.cs
│ │ │ │ │ ├── NotFunction.cs
│ │ │ │ │ ├── Now.cs
│ │ │ │ │ ├── Patch.cs
│ │ │ │ │ ├── Pi.cs
│ │ │ │ │ ├── PlainText.cs
│ │ │ │ │ ├── Power.cs
│ │ │ │ │ ├── Proper.cs
│ │ │ │ │ ├── Radians.cs
│ │ │ │ │ ├── RandBetween.cs
│ │ │ │ │ ├── Rand.cs
│ │ │ │ │ ├── Refresh.cs
│ │ │ │ │ ├── RenameColumns.cs
│ │ │ │ │ ├── Replace.cs
│ │ │ │ │ ├── Rgba.cs
│ │ │ │ │ ├── Round.cs
│ │ │ │ │ ├── Search.cs
│ │ │ │ │ ├── Sequence.cs
│ │ │ │ │ ├── ShowColumns.cs
│ │ │ │ │ ├── ShowDropColumnsBase.cs
│ │ │ │ │ ├── Shuffle.cs
│ │ │ │ │ ├── Sin.cs
│ │ │ │ │ ├── SortByColumns.cs
│ │ │ │ │ ├── Sort.cs
│ │ │ │ │ ├── Split.cs
│ │ │ │ │ ├── Sqrt.cs
│ │ │ │ │ ├── StartsWith.cs
│ │ │ │ │ ├── Statistical.cs
│ │ │ │ │ ├── StatisticalTableFunction.cs
│ │ │ │ │ ├── Stdev.cs
│ │ │ │ │ ├── StringOneArgFunction.cs
│ │ │ │ │ ├── StringTwoArgFunction.cs
│ │ │ │ │ ├── Substitute.cs
│ │ │ │ │ ├── Sum.cs
│ │ │ │ │ ├── Switch.cs
│ │ │ │ │ ├── Table.cs
│ │ │ │ │ ├── Tan.cs
│ │ │ │ │ ├── Text.cs
│ │ │ │ │ ├── TimezoneOffset.cs
│ │ │ │ │ ├── Today.cs
│ │ │ │ │ ├── Trace.cs
│ │ │ │ │ ├── Trim.cs
│ │ │ │ │ ├── Trunc.cs
│ │ │ │ │ ├── UniChar.cs
│ │ │ │ │ ├── UntypedObject.cs
│ │ │ │ │ ├── UTCNow.cs
│ │ │ │ │ ├── UTCToday.cs
│ │ │ │ │ ├── Value.cs
│ │ │ │ │ ├── Variance.cs
│ │ │ │ │ └── With.cs
│ │ │ │ ├── Intellisense
│ │ │ │ │ ├── AddSuggestionDryRunHelper.cs
│ │ │ │ │ ├── AddSuggestionHelper.cs
│ │ │ │ │ ├── ArgumentSuggestions.cs
│ │ │ │ │ ├── CodeFixHandler.cs
│ │ │ │ │ ├── ConnectorSuggestions.cs
│ │ │ │ │ ├── FormatResult.cs
│ │ │ │ │ ├── FunctionCategoryProvider.cs
│ │ │ │ │ ├── IIntellisenseContext.cs
│ │ │ │ │ ├── IIntellisense.cs
│ │ │ │ │ ├── IIntellisenseResult.cs
│ │ │ │ │ ├── IIntellisenseSuggestion.cs
│ │ │ │ │ ├── IntellisenseContext.cs
│ │ │ │ │ ├── Intellisense.cs
│ │ │ │ │ ├── IntellisenseData
│ │ │ │ │ │ ├── DefaultIntellisenseData.cs
│ │ │ │ │ │ ├── IIntellisenseData.cs
│ │ │ │ │ │ └── IntellisenseData.cs
│ │ │ │ │ ├── IntellisenseHelper.cs
│ │ │ │ │ ├── IntellisenseProvider.cs
│ │ │ │ │ ├── IntellisenseResult.cs
│ │ │ │ │ ├── IntellisenseSuggestionComparer.cs
│ │ │ │ │ ├── IntellisenseSuggestion.cs
│ │ │ │ │ ├── IntellisenseSuggestionList.cs
│ │ │ │ │ ├── MarkdownString.cs
│ │ │ │ │ ├── SignatureHelp
│ │ │ │ │ │ ├── DisclaimerProvider.cs
│ │ │ │ │ │ ├── ParameterInformation.cs
│ │ │ │ │ │ ├── SignatureHelp.cs
│ │ │ │ │ │ └── SignatureInformation.cs
│ │ │ │ │ ├── SuggestionHandlers
│ │ │ │ │ │ ├── BinaryOpNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── BlankNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── BoolLitNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── CallNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── CleanupHandlers
│ │ │ │ │ │ │ ├── ISpecialCaseHandler.cs
│ │ │ │ │ │ │ └── StringSuggestionHandler.cs
│ │ │ │ │ │ ├── CommentNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── DottedNameNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── ErrorNodeSuggestionHandlerBase.cs
│ │ │ │ │ │ ├── ErrorNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── FirstNameNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── FunctionRecordNameSuggestionHandler.cs
│ │ │ │ │ │ ├── ISuggestionHandler.cs
│ │ │ │ │ │ ├── NodeKindSuggestionHandler.cs
│ │ │ │ │ │ ├── NullNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── RecordNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── StrInterpSuggestionHandler.cs
│ │ │ │ │ │ ├── StrNumLitNodeSuggestionHandler.cs
│ │ │ │ │ │ ├── TableNodeSuggestionHandler.cs
│ │ │ │ │ │ └── UnaryOpNodeSuggestionHandler.cs
│ │ │ │ │ ├── SuggestionIconKind.cs
│ │ │ │ │ ├── SuggestionKind.cs
│ │ │ │ │ ├── Tokenization.cs
│ │ │ │ │ ├── TokenizerConstants.cs
│ │ │ │ │ ├── TokenTextSpan.cs
│ │ │ │ │ ├── TokenType.cs
│ │ │ │ │ └── UIString.cs
│ │ │ │ ├── ViewFilterDataSourceVisitor.cs
│ │ │ │ └── ViewFinderVisitor.cs
│ │ │ ├── Types
│ │ │ │ ├── BuiltInLazyTypes
│ │ │ │ │ └── AttachmentType.cs
│ │ │ │ ├── DKind.cs
│ │ │ │ ├── DType.cs
│ │ │ │ ├── DTypeExtensionsCore.cs
│ │ │ │ ├── DTypeInfo.cs
│ │ │ │ ├── DTypeSpecLexer.cs
│ │ │ │ ├── DTypeSpecParser.cs
│ │ │ │ ├── Enums
│ │ │ │ │ ├── BuiltInEnums.cs
│ │ │ │ │ ├── ColorTable.cs
│ │ │ │ │ ├── EnumStoreBuilder.cs
│ │ │ │ │ ├── EnumStore.cs
│ │ │ │ │ ├── EnumSymbol.cs
│ │ │ │ │ ├── IEnumStore.cs
│ │ │ │ │ └── InvalidEnumException.cs
│ │ │ │ ├── ErrorType.cs
│ │ │ │ ├── ExpandPath.cs
│ │ │ │ ├── FieldNameKind.cs
│ │ │ │ ├── FunctionCategories.cs
│ │ │ │ ├── IExpandInfo.cs
│ │ │ │ ├── IExternalControlType.cs
│ │ │ │ ├── IPolymorphicInfo.cs
│ │ │ │ ├── LazyTypeProvider.cs
│ │ │ │ ├── StringDistanceComparer.cs
│ │ │ │ ├── TypedName.cs
│ │ │ │ ├── TypeSymbolTable
│ │ │ │ │ ├── DefinedTypeSymbolTable.cs
│ │ │ │ │ ├── PrimitiveTypesSymbolTable.cs
│ │ │ │ │ └── TypeSymbolTable.cs
│ │ │ │ ├── TypeTree.cs
│ │ │ │ └── ValueTree.cs
│ │ │ ├── UtilityDataStructures
│ │ │ │ ├── BidirectionalDictionary.cs
│ │ │ │ ├── ChunkedList.cs
│ │ │ │ ├── ConcurrentGroupedQueue.cs
│ │ │ │ ├── LazyList.cs
│ │ │ │ └── StrictDictionary.cs
│ │ │ └── Utils
│ │ │ ├── CharacterUtils.cs
│ │ │ ├── CollectionUtils.cs
│ │ │ ├── DName.cs
│ │ │ ├── DPath.cs
│ │ │ ├── Enumerable.cs
│ │ │ ├── EquatableObject.cs
│ │ │ ├── Extensions.cs
│ │ │ ├── FileUtils.cs
│ │ │ ├── FormulaSet.cs
│ │ │ ├── GetTokensUtils.cs
│ │ │ ├── Hashing.cs
│ │ │ ├── IDependencyFinder.cs
│ │ │ ├── IsExternalInit.cs
│ │ │ ├── KeyValuePairExtensions.cs
│ │ │ ├── LanguageConstants.cs
│ │ │ ├── MutationUtils.cs
│ │ │ ├── RedBlackTree.cs
│ │ │ ├── Sorting.cs
│ │ │ ├── StringBuilderCache.cs
│ │ │ ├── TextFormatUtils.cs
│ │ │ ├── TokenUtils.cs
│ │ │ ├── TopologicalSort.cs
│ │ │ ├── TopologicalSortEdge.cs
│ │ │ └── Validation.cs
│ │ ├── Microsoft.PowerFx.Interpreter
│ │ │ ├── AssemblyProperties.cs
│ │ │ ├── CustomFunction
│ │ │ │ ├── CustomFunctionUtility.cs
│ │ │ │ ├── CustomSetPropertyFunction.cs
│ │ │ │ ├── CustomTexlFunction.cs
│ │ │ │ ├── FunctionDescr.cs
│ │ │ │ └── ReflectionFunction.cs
│ │ │ ├── DebugDump.cs
│ │ │ ├── Environment
│ │ │ │ ├── BasicServiceProvider.cs
│ │ │ │ ├── ComposedReadOnlySymbolValues.cs
│ │ │ │ ├── Governor.cs
│ │ │ │ ├── PowerFxConfigExtensions.cs
│ │ │ │ ├── ReadOnlySymbolValues.cs
│ │ │ │ ├── RowScopeSymbolValues.cs
│ │ │ │ ├── RuntimeConfig.cs
│ │ │ │ ├── SymbolExtensions.cs
│ │ │ │ ├── SymbolValues.cs
│ │ │ │ └── UserInfoRecordValue.cs
│ │ │ ├── EvalVisitorContext.cs
│ │ │ ├── EvalVisitor.cs
│ │ │ ├── Exceptions
│ │ │ │ ├── CommonExceptions.cs
│ │ │ │ └── CustomFunctionErrorException.cs
│ │ │ ├── Functions
│ │ │ │ ├── ArrayUntypedObject.cs
│ │ │ │ ├── DecimalUntypedObject.cs
│ │ │ │ ├── Extensions.cs
│ │ │ │ ├── FloatUntypedObject.cs
│ │ │ │ ├── FormattingInfo.cs
│ │ │ │ ├── FormattingInfoHelper.cs
│ │ │ │ ├── IAsyncConnectorTexlFunction.cs
│ │ │ │ ├── IAsyncTexlFunction2.cs
│ │ │ │ ├── IClockService.cs
│ │ │ │ ├── IRandomService.cs
│ │ │ │ ├── LibraryColor.cs
│ │ │ │ ├── Library.cs
│ │ │ │ ├── LibraryDate.cs
│ │ │ │ ├── LibraryLanguage.cs
│ │ │ │ ├── LibraryLogical.cs
│ │ │ │ ├── LibraryMath.cs
│ │ │ │ ├── LibraryMutation.cs
│ │ │ │ ├── LibraryOperators.cs
│ │ │ │ ├── LibraryRegEx.cs
│ │ │ │ ├── LibraryTable.cs
│ │ │ │ ├── LibraryText.cs
│ │ │ │ ├── LibraryTextToNumber.cs
│ │ │ │ ├── LibraryUnary.cs
│ │ │ │ ├── LibraryUntypedObject.cs
│ │ │ │ ├── Mutation
│ │ │ │ │ ├── ClearCollectFunction.cs
│ │ │ │ │ ├── ClearFunction.cs
│ │ │ │ │ ├── CollectFunction.cs
│ │ │ │ │ ├── MutationUtils.cs
│ │ │ │ │ └── RemoveFunction.cs
│ │ │ │ ├── OptionSetInfo.cs
│ │ │ │ ├── RandomServiceExtensions.cs
│ │ │ │ ├── ResolvedObjectHelpers.cs
│ │ │ │ ├── RuntimeHelpers.cs
│ │ │ │ ├── SetFunction.cs
│ │ │ │ └── StandardErrorHandling.cs
│ │ │ ├── icon.png
│ │ │ ├── InterpreterConfigException.cs
│ │ │ ├── IScope.cs
│ │ │ ├── Marshal
│ │ │ │ ├── ITypeMarshallerProvider.cs
│ │ │ │ ├── ObjectMarshaller.cs
│ │ │ │ ├── ObjectMarshallerProvider.cs
│ │ │ │ ├── ObjectRecordType.cs
│ │ │ │ ├── PrimitiveMarshallerProvider.cs
│ │ │ │ ├── PrimitiveTypeMarshaler.cs
│ │ │ │ ├── TableMarshallerProvider.cs
│ │ │ │ ├── TypeCoercionProvider.cs
│ │ │ │ ├── TypeMarshallerCache.cs
│ │ │ │ └── TypeMarshallerCacheExtensions.cs
│ │ │ ├── MaxCallDepthException.cs
│ │ │ ├── Microsoft.PowerFx.Interpreter.csproj
│ │ │ ├── NotDelegableException.cs
│ │ │ ├── ParsedExpression.cs
│ │ │ ├── RecalcEngine.cs
│ │ │ ├── RecalcEngineWorker.cs
│ │ │ ├── RecalcFormulaInfo.cs
│ │ │ ├── RuntimeMaxCallDepthException.cs
│ │ │ ├── StackDepthCounter.cs
│ │ │ ├── SymbolContext.cs
│ │ │ ├── UDF
│ │ │ │ └── UDFStackFrame.cs
│ │ │ ├── Utility.cs
│ │ │ └── Values
│ │ │ ├── LambdaFormulaValue.cs
│ │ │ ├── ObjectCollectionTableValue.cs
│ │ │ ├── ObjectRecordValue.cs
│ │ │ └── QueryableTableValue.cs
│ │ ├── Microsoft.PowerFx.Json
│ │ │ ├── AssemblyProperties.cs
│ │ │ ├── ConfigExtensions.cs
│ │ │ ├── Delegation
│ │ │ │ ├── CompositeMetaParser.cs
│ │ │ │ ├── DelegationMetadataParser.cs
│ │ │ │ ├── FilterMetaParser.cs
│ │ │ │ ├── GroupMetaParser.cs
│ │ │ │ ├── MetaParser.cs
│ │ │ │ ├── ODataMetaParser.cs
│ │ │ │ └── SortMetaParser.cs
│ │ │ ├── Environment
│ │ │ │ └── PowerFxConfigExtensions.cs
│ │ │ ├── FormulaValueJSON.cs
│ │ │ ├── Functions
│ │ │ │ ├── JsonFunctionImpl.cs
│ │ │ │ ├── JsonUntypedObject.cs
│ │ │ │ └── ParseJSONFunctionImpl.cs
│ │ │ ├── icon.png
│ │ │ ├── Microsoft.PowerFx.Json.csproj
│ │ │ └── Public
│ │ │ └── Types
│ │ │ └── UserProvidedTypeDefinitions
│ │ │ ├── FormulaTypeJsonConverter.cs
│ │ │ ├── FormulaTypeSchema.cs
│ │ │ ├── FormulaTypeSerializerSettings.cs
│ │ │ ├── FormulaTypeToSchemaHelper.cs
│ │ │ └── UserDefinedRecordType.cs
│ │ ├── Microsoft.PowerFx.LanguageServerProtocol
│ │ │ ├── AssemblyProperties.cs
│ │ │ ├── Handlers
│ │ │ │ ├── CodeActions
│ │ │ │ │ └── CodeActionsLanguageServerOperationHandler.cs
│ │ │ │ ├── CommandsExecuted
│ │ │ │ │ └── CommandExecutedLanguageServerOperationHandler.cs
│ │ │ │ ├── Completions
│ │ │ │ │ └── CompletionsLanguageServerOperationHandler.cs
│ │ │ │ ├── Factories
│ │ │ │ │ ├── BackwardsCompatibleNLHandlerFactory.cs
│ │ │ │ │ ├── DefaultLanguageServerOperationHandlerFactory.cs
│ │ │ │ │ └── ILanguageServerOperationHandlerFactory.cs
│ │ │ │ ├── Fx2Nl
│ │ │ │ │ └── Fx2NlLanguageServerOperationHandler.cs
│ │ │ │ ├── GetCustomCapibilities
│ │ │ │ │ └── GetCustomCapabilitiesLanguageServerOperationHandler.cs
│ │ │ │ ├── ILanguageServerOperationHandler.cs
│ │ │ │ ├── InitialFixup
│ │ │ │ │ └── InitialFixupLanguageServerOperationHandler.cs
│ │ │ │ ├── LanguageServerOperationContext.cs
│ │ │ │ ├── Nl2Fx
│ │ │ │ │ └── Nl2FxLanguageServerOperationHandler.cs
│ │ │ │ ├── Notifications
│ │ │ │ │ ├── OnDidChangeLanguageServerNotificationHandler.cs
│ │ │ │ │ └── OnDidOpenLanguageServerNotificationHandler.cs
│ │ │ │ ├── SemanticTokens
│ │ │ │ │ ├── BaseSemanticTokensLanguageServerOperationHandler.cs
│ │ │ │ │ ├── RangeSemanticTokensLanguageServerOperationHandler.cs
│ │ │ │ │ └── SemanticTokensDTOs.cs
│ │ │ │ └── SignatureHelp
│ │ │ │ └── SignatureHelpLanguageServerOperationHandler.cs
│ │ │ ├── Helpers
│ │ │ │ ├── DiagnosticsHelper.cs
│ │ │ │ ├── LanguageServerHelper.cs
│ │ │ │ ├── NotificationHelper.cs
│ │ │ │ └── PositionRangeHelper.cs
│ │ │ ├── Host
│ │ │ │ └── IHostTaskExecutor.cs
│ │ │ ├── icon.png
│ │ │ ├── JsonRpc
│ │ │ │ ├── JsonRpcHelper.cs
│ │ │ │ ├── LanguageServerInput.cs
│ │ │ │ ├── LanguageServerOutputBuilder.cs
│ │ │ │ ├── LanguageServerOutput.cs
│ │ │ │ └── ObsoleteTypeSerializer
│ │ │ │ ├── FormulaTypeJsonConverter.cs
│ │ │ │ ├── FormulaTypeSchema.cs
│ │ │ │ └── FormulaTypeToSchemaConverter.cs
│ │ │ ├── LanguageServer
│ │ │ │ ├── Constants.cs
│ │ │ │ ├── INLHandlerFactory.cs
│ │ │ │ ├── IPowerFxScopeFactory.cs
│ │ │ │ ├── IPowerFxScopeQuickFix.cs
│ │ │ │ └── LanguageServer.cs
│ │ │ ├── Logging
│ │ │ │ ├── BackwardsCompatibleLogger.cs
│ │ │ │ └── ILanguageServerLogger.cs
│ │ │ ├── Microsoft.PowerFx.LanguageServerProtocol.csproj
│ │ │ ├── Protocol
│ │ │ │ ├── BaseNLParams.cs
│ │ │ │ ├── CodeActionCommand.cs
│ │ │ │ ├── CodeActionContext.cs
│ │ │ │ ├── CodeAction.cs
│ │ │ │ ├── CodeActionParams.cs
│ │ │ │ ├── CodeActionResultContext.cs
│ │ │ │ ├── CodeActionResult.cs
│ │ │ │ ├── CommandExecutedParams.cs
│ │ │ │ ├── CompletionContext.cs
│ │ │ │ ├── CompletionItem.cs
│ │ │ │ ├── CompletionItemKind.cs
│ │ │ │ ├── CompletionList.cs
│ │ │ │ ├── CompletionParams.cs
│ │ │ │ ├── CompletionTriggerKind.cs
│ │ │ │ ├── CustomFx2NLParams.cs
│ │ │ │ ├── CustomGetCapabilitiesRequest.cs
│ │ │ │ ├── CustomNL2FxParams.cs
│ │ │ │ ├── CustomProtocolNames.cs
│ │ │ │ ├── Diagnostics.cs
│ │ │ │ ├── DiagnosticSeverity.cs
│ │ │ │ ├── DidChangeTextDocumentParams.cs
│ │ │ │ ├── DidOpenTextDocumentParams.cs
│ │ │ │ ├── IHasTextDocument.cs
│ │ │ │ ├── InitialFixupParams.cs
│ │ │ │ ├── LanguageServerRequestBaseParams.cs
│ │ │ │ ├── MarkupContent.cs
│ │ │ │ ├── ParameterInformation.cs
│ │ │ │ ├── Position.cs
│ │ │ │ ├── PublishControlTokensParams.cs
│ │ │ │ ├── PublishDiagnosticsParams.cs
│ │ │ │ ├── PublishExpressionTypeParams.cs
│ │ │ │ ├── PublishTokensParams.cs
│ │ │ │ ├── Range.cs
│ │ │ │ ├── SemanticTokensEncoder.cs
│ │ │ │ ├── SemanticTokensParams.cs
│ │ │ │ ├── SemanticTokensRangeParams.cs
│ │ │ │ ├── SemanticTokensResponse.cs
│ │ │ │ ├── SignatureHelpContext.cs
│ │ │ │ ├── SignatureHelp.cs
│ │ │ │ ├── SignatureHelpParams.cs
│ │ │ │ ├── SignatureHelpTriggerKind.cs
│ │ │ │ ├── SignatureInformation.cs
│ │ │ │ ├── TextDocumentContentChangeEvent.cs
│ │ │ │ ├── TextDocumentIdentifier.cs
│ │ │ │ ├── TextDocumentItem.cs
│ │ │ │ ├── TextDocumentNames.cs
│ │ │ │ ├── TextDocumentPositionParams.cs
│ │ │ │ ├── TextEdit.cs
│ │ │ │ ├── VersionedTextDocumentIdentifier.cs
│ │ │ │ └── WorkspaceEdit.cs
│ │ │ ├── Public
│ │ │ │ ├── EditorContextScope.cs
│ │ │ │ └── NLHandler.cs
│ │ │ ├── Schemas
│ │ │ │ ├── ControlToken.cs
│ │ │ │ └── ControlTokens.cs
│ │ │ └── ScopeVariations
│ │ │ └── IPowerFxScopeFx2NL.cs
│ │ ├── Microsoft.PowerFx.Repl
│ │ │ ├── AssemblyProperties.cs
│ │ │ ├── FindDeclarationVisitor.cs
│ │ │ ├── Functions
│ │ │ │ ├── ExitFunction.cs
│ │ │ │ ├── HelpFunction.cs
│ │ │ │ └── NotifyFunction.cs
│ │ │ ├── icon.png
│ │ │ ├── Microsoft.PowerFx.Repl.csproj
│ │ │ ├── PsuedoFunctions.cs
│ │ │ ├── Repl.cs
│ │ │ └── Services
│ │ │ ├── ConsoleReplOutput.cs
│ │ │ ├── IReplOutput.cs
│ │ │ ├── MultilineProcessor.cs
│ │ │ ├── StandardFormatter.cs
│ │ │ └── ValueFormatter.cs
│ │ ├── Microsoft.PowerFx.Transport.Attributes
│ │ │ ├── DtoUndefinedValueMapping.cs
│ │ │ ├── icon.png
│ │ │ ├── Microsoft.PowerFx.Transport.Attributes.csproj
│ │ │ ├── PropertyStateSyncDefaultValueExpression.cs
│ │ │ ├── TransportBatchingMode.cs
│ │ │ ├── TransportConverterAttribute.cs
│ │ │ ├── TransportDisabledAttribute.cs
│ │ │ ├── TransportKind.cs
│ │ │ ├── TransportMethodAttribute.cs
│ │ │ ├── TransportPropertyAttribute.cs
│ │ │ ├── TransportTypeAttribute.cs
│ │ │ └── TransportUnionAttribute.cs
│ │ ├── owners.txt
│ │ └── ReleaseNotes.txt
│ ├── Microsoft.PowerFx.sln
│ ├── nuget.config
│ ├── powerfx_icon.png
│ ├── PowerFx.Off.ruleset
│ ├── PowerFx.ruleset
│ ├── PowerFx.Tests.ruleset
│ ├── ReadBenchmarkData.ps1
│ ├── refreshLocalNugetCache.ps1
│ ├── runBenchmark.cmd
│ ├── strings
│ │ ├── PowerFxConnectorResources.bg-BG.resx
│ │ ├── PowerFxConnectorResources.ca-ES.resx
│ │ ├── PowerFxConnectorResources.cs-CZ.resx
│ │ ├── PowerFxConnectorResources.da-DK.resx
│ │ ├── PowerFxConnectorResources.de-DE.resx
│ │ ├── PowerFxConnectorResources.el-GR.resx
│ │ ├── PowerFxConnectorResources.en-US.resx
│ │ ├── PowerFxConnectorResources.es-ES.resx
│ │ ├── PowerFxConnectorResources.et-EE.resx
│ │ ├── PowerFxConnectorResources.eu-ES.resx
│ │ ├── PowerFxConnectorResources.fi-FI.resx
│ │ ├── PowerFxConnectorResources.fr-FR.resx
│ │ ├── PowerFxConnectorResources.gl-ES.resx
│ │ ├── PowerFxConnectorResources.hi-IN.resx
│ │ ├── PowerFxConnectorResources.hr-HR.resx
│ │ ├── PowerFxConnectorResources.hu-HU.resx
│ │ ├── PowerFxConnectorResources.id-ID.resx
│ │ ├── PowerFxConnectorResources.it-IT.resx
│ │ ├── PowerFxConnectorResources.ja-JP.resx
│ │ ├── PowerFxConnectorResources.kk-KZ.resx
│ │ ├── PowerFxConnectorResources.ko-KR.resx
│ │ ├── PowerFxConnectorResources.lt-LT.resx
│ │ ├── PowerFxConnectorResources.lv-LV.resx
│ │ ├── PowerFxConnectorResources.ms-MY.resx
│ │ ├── PowerFxConnectorResources.nb-NO.resx
│ │ ├── PowerFxConnectorResources.nl-NL.resx
│ │ ├── PowerFxConnectorResources.pl-PL.resx
│ │ ├── PowerFxConnectorResources.pt-BR.resx
│ │ ├── PowerFxConnectorResources.pt-PT.resx
│ │ ├── PowerFxConnectorResources.ro-RO.resx
│ │ ├── PowerFxConnectorResources.ru-RU.resx
│ │ ├── PowerFxConnectorResources.sk-SK.resx
│ │ ├── PowerFxConnectorResources.sl-SI.resx
│ │ ├── PowerFxConnectorResources.sr-Cyrl-RS.resx
│ │ ├── PowerFxConnectorResources.sr-Latn-RS.resx
│ │ ├── PowerFxConnectorResources.sv-SE.resx
│ │ ├── PowerFxConnectorResources.th-TH.resx
│ │ ├── PowerFxConnectorResources.tr-TR.resx
│ │ ├── PowerFxConnectorResources.uk-UA.resx
│ │ ├── PowerFxConnectorResources.vi-VN.resx
│ │ ├── PowerFxConnectorResources.zh-CN.resx
│ │ ├── PowerFxConnectorResources.zh-TW.resx
│ │ ├── PowerFxResources.bg-BG.resx
│ │ ├── PowerFxResources.ca-ES.resx
│ │ ├── PowerFxResources.cs-CZ.resx
│ │ ├── PowerFxResources.da-DK.resx
│ │ ├── PowerFxResources.de-DE.resx
│ │ ├── PowerFxResources.el-GR.resx
│ │ ├── PowerFxResources.en-US.resx
│ │ ├── PowerFxResources.es-ES.resx
│ │ ├── PowerFxResources.et-EE.resx
│ │ ├── PowerFxResources.eu-ES.resx
│ │ ├── PowerFxResources.fi-FI.resx
│ │ ├── PowerFxResources.fr-FR.resx
│ │ ├── PowerFxResources.gl-ES.resx
│ │ ├── PowerFxResources.hi-IN.resx
│ │ ├── PowerFxResources.hr-HR.resx
│ │ ├── PowerFxResources.hu-HU.resx
│ │ ├── PowerFxResources.id-ID.resx
│ │ ├── PowerFxResources.it-IT.resx
│ │ ├── PowerFxResources.ja-JP.resx
│ │ ├── PowerFxResources.kk-KZ.resx
│ │ ├── PowerFxResources.ko-KR.resx
│ │ ├── PowerFxResources.lt-LT.resx
│ │ ├── PowerFxResources.lv-LV.resx
│ │ ├── PowerFxResources.ms-MY.resx
│ │ ├── PowerFxResources.nb-NO.resx
│ │ ├── PowerFxResources.nl-NL.resx
│ │ ├── PowerFxResources.pl-PL.resx
│ │ ├── PowerFxResources.pt-BR.resx
│ │ ├── PowerFxResources.pt-PT.resx
│ │ ├── PowerFxResources.ro-RO.resx
│ │ ├── PowerFxResources.ru-RU.resx
│ │ ├── PowerFxResources.sk-SK.resx
│ │ ├── PowerFxResources.sl-SI.resx
│ │ ├── PowerFxResources.sr-Cyrl-RS.resx
│ │ ├── PowerFxResources.sr-Latn-RS.resx
│ │ ├── PowerFxResources.sv-SE.resx
│ │ ├── PowerFxResources.th-TH.resx
│ │ ├── PowerFxResources.tr-TR.resx
│ │ ├── PowerFxResources.uk-UA.resx
│ │ ├── PowerFxResources.vi-VN.resx
│ │ ├── PowerFxResources.zh-CN.resx
│ │ └── PowerFxResources.zh-TW.resx
│ ├── stylecop.json
│ ├── tests
│ │ ├── Directory.Build.props
│ │ ├── Microsoft.PowerFx.Connectors.Tests
│ │ │ ├── BaseConnectorTest.cs
│ │ │ ├── BasicRestTests.cs
│ │ │ ├── ConnectorWizardTests.cs
│ │ │ ├── DynamicTests.cs
│ │ │ ├── FileTabularConnector.cs
│ │ │ ├── Helpers
│ │ │ │ ├── Helpers.cs
│ │ │ │ └── LoggingTestServer.cs
│ │ │ ├── IntellisenseTests.cs
│ │ │ ├── InternalTesting.cs
│ │ │ ├── LivePublicSwaggerTests.cs
│ │ │ ├── LoggerTests.cs
│ │ │ ├── MergeRecordTests.cs
│ │ │ ├── Microsoft.PowerFx.Connectors.Tests.csproj
│ │ │ ├── O365GroupTests.cs
│ │ │ ├── O365OutlookTests.cs
│ │ │ ├── O365UserTests.cs
│ │ │ ├── OpenApiExtensionTests.cs
│ │ │ ├── OpenApiFormUrlEncoderTests.cs
│ │ │ ├── OpenApiHelperFunctions.cs
│ │ │ ├── OpenApiJsonSerializerTests.cs
│ │ │ ├── OpenApiParserTests.cs
│ │ │ ├── PowerAppsForMakersTests.cs
│ │ │ ├── PowerPlatformConnectorClientTests.cs
│ │ │ ├── PowerPlatformConnectorTests.cs
│ │ │ ├── PriorityOrderer.cs
│ │ │ ├── PriorityOrdererTests.cs
│ │ │ ├── PublicSurfaceTests.cs
│ │ │ ├── Responses
│ │ │ │ ├── AzureBlobStorage_ListRootFolderV3_response.json
│ │ │ │ ├── AzureBlobStorage_Paging_Response1.json
│ │ │ │ ├── AzureBlobStorage_Paging_Response2.json
│ │ │ │ ├── AzureBlobStorage_Paging_Response3.json
│ │ │ │ ├── AzureBlobStorage_Response2.json
│ │ │ │ ├── AzureBlobStorage_Response.json
│ │ │ │ ├── Azure Cognitive Service for Language_Response.json
│ │ │ │ ├── Azure Cognitive Service for Language v2.1_Response.json
│ │ │ │ ├── Bing Maps GetRouteV3.json
│ │ │ │ ├── CardsForPowerApps_CreateCardInstance.json
│ │ │ │ ├── CardsForPowerApps_Suggestions.json
│ │ │ │ ├── Dataverse_Response_1.json
│ │ │ │ ├── Dataverse_Response_2.json
│ │ │ │ ├── Dataverse_Response_3.json
│ │ │ │ ├── EmptyResponse.json
│ │ │ │ ├── EXO_Response1.json
│ │ │ │ ├── EXO_Response2.json
│ │ │ │ ├── EXO_Response3.json
│ │ │ │ ├── EXO_Response4.json
│ │ │ │ ├── EXO_Response5.json
│ │ │ │ ├── HttpCall_1.json
│ │ │ │ ├── Invalid.txt
│ │ │ │ ├── MSNWeather_Response2.json
│ │ │ │ ├── MSNWeather_Response.json
│ │ │ │ ├── Office365_DirectsV2.json
│ │ │ │ ├── Office 365 Outlook ExportEmailV2.txt
│ │ │ │ ├── Office 365 Outlook FindMeetingTimesV2.json
│ │ │ │ ├── Office 365 Outlook FlagV2.json
│ │ │ │ ├── Office 365 Outlook GetEmails.json
│ │ │ │ ├── Office 365 Outlook GetEmailsV2.json
│ │ │ │ ├── Office 365 Outlook GetMailTipsV2.json
│ │ │ │ ├── Office 365 Outlook GetRoomListsV2.json
│ │ │ │ ├── Office 365 Outlook GetRooms.json
│ │ │ │ ├── Office 365 Outlook V4CalendarPostItem.json
│ │ │ │ ├── Office365_SearchV2.json
│ │ │ │ ├── Office365_UserProfileV2.json
│ │ │ │ ├── Response_DVReturnType_00.json
│ │ │ │ ├── Response_DVReturnType_01.json
│ │ │ │ ├── Response_DVReturnType_02.json
│ │ │ │ ├── Response_DVReturnType_03.json
│ │ │ │ ├── Response_DVReturnType_04.json
│ │ │ │ ├── Response_DVReturnType_05.json
│ │ │ │ ├── Response_DVReturnType_06.json
│ │ │ │ ├── Response_DVReturnType_07.json
│ │ │ │ ├── Response_DVReturnType_08.json
│ │ │ │ ├── Response_DVReturnType_09.json
│ │ │ │ ├── Response_DVReturnType_10.json
│ │ │ │ ├── Response_DVReturnType_11.json
│ │ │ │ ├── Response_DVReturnType_12.json
│ │ │ │ ├── Response_DVReturnType_13.json
│ │ │ │ ├── Response_DVReturnType_14.json
│ │ │ │ ├── Response_DVReturnType_15.json
│ │ │ │ ├── Response_DVReturnType_16.json
│ │ │ │ ├── Response_DVReturnType_17.json
│ │ │ │ ├── Response_DVReturnType_18.json
│ │ │ │ ├── Response_DVReturnType_19.json
│ │ │ │ ├── Response_DVReturnType_20.json
│ │ │ │ ├── Response_DVReturnType_21.json
│ │ │ │ ├── Response_DVReturnType_22.json
│ │ │ │ ├── Response_O365Groups_AddMemberToGroup.json
│ │ │ │ ├── Response_O365Groups_CreateCalendarEvent.json
│ │ │ │ ├── Response_O365Groups_CreateCalendarEvent_ToDelete.json
│ │ │ │ ├── Response_O365Groups_CreateCalendarEvent_ToUpdate.json
│ │ │ │ ├── Response_O365Groups_CreateCalendarEventV2.json
│ │ │ │ ├── Response_O365Groups_HttpRequest.json
│ │ │ │ ├── Response_O365Groups_HttpRequestV2.json
│ │ │ │ ├── Response_O365Groups_ListGroupMembers.json
│ │ │ │ ├── Response_O365Groups_ListGroups_01.json
│ │ │ │ ├── Response_O365Groups_ListGroups_02.json
│ │ │ │ ├── Response_O365Groups_ListGroupsWithFilter.json
│ │ │ │ ├── Response_O365Groups_ListOwnedGroups.json
│ │ │ │ ├── Response_O365Groups_ListOwnedGroupsV2.json
│ │ │ │ ├── Response_O365Groups_ListOwnedGroupsV3.json
│ │ │ │ ├── Response_O365Groups_UpdateCalendarEvent.json
│ │ │ │ ├── Response_O365Outlook_CalendarDeleteItem_NotFound.json
│ │ │ │ ├── Response_O365Outlook_CalendarGetItem.json
│ │ │ │ ├── Response_O365Outlook_CalendarGetItems.json
│ │ │ │ ├── Response_O365Outlook_CalendarGetTable.json
│ │ │ │ ├── Response_O365Outlook_CalendarGetTables.json
│ │ │ │ ├── Response_O365Outlook_CalendarGetTablesV2.json
│ │ │ │ ├── Response_O365Outlook_CalendarPatchItem.json
│ │ │ │ ├── Response_O365Outlook_CalendarPostItem.json
│ │ │ │ ├── Response_O365Outlook_ContactGetItem.json
│ │ │ │ ├── Response_O365Outlook_ContactGetItems.json
│ │ │ │ ├── Response_O365Outlook_ContactGetItemsV2.json
│ │ │ │ ├── Response_O365Outlook_ContactGetItemV2.json
│ │ │ │ ├── Response_O365Outlook_ContactGetTable.json
│ │ │ │ ├── Response_O365Outlook_ContactGetTables.json
│ │ │ │ ├── Response_O365Outlook_ContactGetTablesV2.json
│ │ │ │ ├── Response_O365Outlook_ContactPatchItem.json
│ │ │ │ ├── Response_O365Outlook_ContactPatchItemV2.json
│ │ │ │ ├── Response_O365Outlook_ContactPostItem.json
│ │ │ │ ├── Response_O365Outlook_ContactPostItemV2.json
│ │ │ │ ├── Response_O365Outlook_ExportEmail.eml
│ │ │ │ ├── Response_O365Outlook_FindMeetingTimes.json
│ │ │ │ ├── Response_O365Outlook_FindMeetingTimesV2.json
│ │ │ │ ├── Response_O365Outlook_FlagV2.json
│ │ │ │ ├── Response_O365Outlook_GetAttachment.png
│ │ │ │ ├── Response_O365Outlook_GetAttachmentV2.json
│ │ │ │ ├── Response_O365Outlook_GetDataSets.json
│ │ │ │ ├── Response_O365Outlook_GetDataSetsMetadata.json
│ │ │ │ ├── Response_O365Outlook_GetEmail.json
│ │ │ │ ├── Response_O365Outlook_GetEmails.json
│ │ │ │ ├── Response_O365Outlook_GetEmailsV2.json
│ │ │ │ ├── Response_O365Outlook_GetEmailsV3.json
│ │ │ │ ├── Response_O365Outlook_GetEmailV2.json
│ │ │ │ ├── Response_O365Outlook_GetEventsCalendarView_Error.json
│ │ │ │ ├── Response_O365Outlook_GetEventsCalendarView.json
│ │ │ │ ├── Response_O365Outlook_GetEventsCalendarViewV2.json
│ │ │ │ ├── Response_O365Outlook_GetEventsCalendarViewV3.json
│ │ │ │ ├── Response_O365Outlook_GetMailTips.json
│ │ │ │ ├── Response_O365Outlook_GetMailTipsV2.json
│ │ │ │ ├── Response_O365Outlook_GetRoomLists.json
│ │ │ │ ├── Response_O365Outlook_GetRoomListsV2.json
│ │ │ │ ├── Response_O365Outlook_GetRoomsInRoomList.json
│ │ │ │ ├── Response_O365Outlook_GetRoomsInRoomListV2.json
│ │ │ │ ├── Response_O365Outlook_GetRooms.json
│ │ │ │ ├── Response_O365Outlook_GetRoomsV2.json
│ │ │ │ ├── Response_O365Outlook_GetSensitivityLabels.json
│ │ │ │ ├── Response_O365Outlook_HttpRequest.json
│ │ │ │ ├── Response_O365Outlook_MarkAsReadV2.json
│ │ │ │ ├── Response_O365Outlook_MarkAsReadV3.json
│ │ │ │ ├── Response_O365Outlook_Move.json
│ │ │ │ ├── Response_O365Outlook_MoveV2.json
│ │ │ │ ├── Response_O365Outlook_SetAutomaticRepliesSettingV2.json
│ │ │ │ ├── Response_O365Outlook_V2CalendarGetItem.json
│ │ │ │ ├── Response_O365Outlook_V2CalendarGetItems2.json
│ │ │ │ ├── Response_O365Outlook_V2CalendarGetItems.json
│ │ │ │ ├── Response_O365Outlook_V2CalendarPatchItem.json
│ │ │ │ ├── Response_O365Outlook_V2CalendarPostItem.json
│ │ │ │ ├── Response_O365Outlook_V3CalendarGetItem.json
│ │ │ │ ├── Response_O365Outlook_V3CalendarGetItems.json
│ │ │ │ ├── Response_O365Outlook_V3CalendarPatchItem.json
│ │ │ │ ├── Response_O365Outlook_V3CalendarPostItem.json
│ │ │ │ ├── Response_O365Outlook_V4CalendarGetItems.json
│ │ │ │ ├── Response_O365Outlook_V4CalendarPatchItem.json
│ │ │ │ ├── Response_O365Outlook_V4CalendarPostItem.json
│ │ │ │ ├── Response_O365Users_DirectReports_01.json
│ │ │ │ ├── Response_O365Users_DirectReports_02.json
│ │ │ │ ├── Response_O365Users_DirectReports_03.json
│ │ │ │ ├── Response_O365Users_DirectReportsV2_03.json
│ │ │ │ ├── Response_O365Users_HttpRequest.json
│ │ │ │ ├── Response_O365Users_Manager404.json
│ │ │ │ ├── Response_O365Users_Manager.json
│ │ │ │ ├── Response_O365Users_ManagerV2.json
│ │ │ │ ├── Response_O365Users_MyProfile.json
│ │ │ │ ├── Response_O365Users_MyProfileV2A.json
│ │ │ │ ├── Response_O365Users_MyProfileV2.json
│ │ │ │ ├── Response_O365Users_MyTrendingDocuments.json
│ │ │ │ ├── Response_O365Users_RelevantPeople.json
│ │ │ │ ├── Response_O365Users_SearchUser2.json
│ │ │ │ ├── Response_O365Users_SearchUser.json
│ │ │ │ ├── Response_O365Users_SearchUserV2.json
│ │ │ │ ├── Response_O365Users_TrendingDocuments.json
│ │ │ │ ├── Response_O365Users_UserPhotoMetadata.json
│ │ │ │ ├── Response_O365Users_UserProfile.json
│ │ │ │ ├── Response_O365Users_UserProfileV2A.json
│ │ │ │ ├── Response_O365Users_UserProfileV2.json
│ │ │ │ ├── SF GetData.json
│ │ │ │ ├── SF GetSchema.json
│ │ │ │ ├── SP GetData.json
│ │ │ │ ├── SP GetTable.json
│ │ │ │ ├── SPO_Response1.json
│ │ │ │ ├── SPO_Response2.json
│ │ │ │ ├── SPO_Response3.json
│ │ │ │ ├── SPO_Response4.json
│ │ │ │ ├── SPO_Response5.json
│ │ │ │ ├── SQL Server ExecuteStoredProcedureV2.json
│ │ │ │ ├── SQL Server Get First Customers.json
│ │ │ │ ├── SQL Server GetProceduresV2.json
│ │ │ │ ├── SQL Server Intellisense Error.json
│ │ │ │ ├── SQL Server Intellisense Response 1.json
│ │ │ │ ├── SQL Server Intellisense Response2 1.json
│ │ │ │ ├── SQL Server Intellisense Response2 2.json
│ │ │ │ ├── SQL Server Intellisense Response 2.json
│ │ │ │ ├── SQL Server Intellisense Response 3.json
│ │ │ │ ├── SQL Server Intellisense Response Error.json
│ │ │ │ ├── SQL Server Load Customers DB.json
│ │ │ │ ├── SQL Server TestAllFunctions.jsonSet
│ │ │ │ ├── Teams_GetMessageDetails_GetSuggestionsForChannel.json
│ │ │ │ └── Teams_GetMessageDetails_InputType.json
│ │ │ ├── Swagger
│ │ │ │ ├── AzureAppService.json
│ │ │ │ ├── AzureBlobStorage.json
│ │ │ │ ├── Azure Cognitive Service for Language.json
│ │ │ │ ├── Azure Cognitive Service for Language v2.1.json
│ │ │ │ ├── Azure Cognitive Service for Language v2.2.json
│ │ │ │ ├── Azure Open AI.json
│ │ │ │ ├── Bing_Maps.json
│ │ │ │ ├── CardsForPowerApps.json
│ │ │ │ ├── DadJokes.json
│ │ │ │ ├── Dataverse 2.json
│ │ │ │ ├── Dataverse 3.json
│ │ │ │ ├── Dataverse.json
│ │ │ │ ├── DataverseSample.json
│ │ │ │ ├── Eden AI.json
│ │ │ │ ├── ExcelOnlineBusiness.swagger.json
│ │ │ │ ├── Language - Question Answering.json
│ │ │ │ ├── MSNWeather.json
│ │ │ │ ├── Office_365_Groups.json
│ │ │ │ ├── Office_365_Outlook.json
│ │ │ │ ├── Office_365_Users.json
│ │ │ │ ├── PetStore.json
│ │ │ │ ├── PowerAppsForMakers.json
│ │ │ │ ├── PowerPlatformForAdmins.json
│ │ │ │ ├── SalesForce.json
│ │ │ │ ├── SharePoint.json
│ │ │ │ ├── SQL Server.json
│ │ │ │ ├── Teams.json
│ │ │ │ ├── TestConnector12.json
│ │ │ │ ├── TestOpenAPI.json
│ │ │ │ └── ZenDesk.json
│ │ │ ├── SwaggerFailureTests.cs
│ │ │ ├── TestConnectorRuntimeContext.cs
│ │ │ └── ThreadingTests.cs
│ │ ├── Microsoft.PowerFx.Core.Tests
│ │ │ ├── AnalyzeThreadSafety.cs
│ │ │ ├── AssemblyProperties.cs
│ │ │ ├── AssociatedDataSourcesTests
│ │ │ │ ├── TestDelegationValidation.cs
│ │ │ │ ├── TestDVEntity.cs
│ │ │ │ └── TestUpdateDataQuerySelects.cs
│ │ │ ├── AttributeParserTests.cs
│ │ │ ├── BinderTests.cs
│ │ │ ├── BinderUtilsTests.cs
│ │ │ ├── BindingEngineTests.cs
│ │ │ ├── BlobTests.cs
│ │ │ ├── CharacterUtilsTests.cs
│ │ │ ├── CheckResultTests.cs
│ │ │ ├── CompatTests.cs
│ │ │ ├── CoreUtilExtensionTests.cs
│ │ │ ├── DerivedEngineTests.cs
│ │ │ ├── DisplayNameOptionSetTests.cs
│ │ │ ├── DisplayNameTests.cs
│ │ │ ├── DisplayNameUtilTests.cs
│ │ │ ├── DNameTests.cs
│ │ │ ├── Docs
│ │ │ │ └── EngineSchemaChecker.cs
│ │ │ ├── DPathTests.cs
│ │ │ ├── EnumSyncTests.cs
│ │ │ ├── ExpressionErrorTests.cs
│ │ │ ├── ExpressionTestCases
│ │ │ │ ├── AbsT.txt
│ │ │ │ ├── Abs.txt
│ │ │ │ ├── Acumatica.txt
│ │ │ │ ├── AddColumns_NumberIsFloatDisabled.txt
│ │ │ │ ├── AddColumns_SupportColumnNamesAsIdentifiers_NumberIsFloatDisabled.txt
│ │ │ │ ├── AddColumns_SupportColumnNamesAsIdentifiers.txt
│ │ │ │ ├── AddColumns.txt
│ │ │ │ ├── AndOrCases.txt
│ │ │ │ ├── ArgCoercionT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── ArgCoercionT.txt
│ │ │ │ ├── ArgCoercion.txt
│ │ │ │ ├── ArgCoercion_V1CompatDisabled.txt
│ │ │ │ ├── ArgCoercion_V1Compat.txt
│ │ │ │ ├── arithmetic.txt
│ │ │ │ ├── Average.txt
│ │ │ │ ├── BasicCoercion.txt
│ │ │ │ ├── BasicCoercion_V1CompatDisabled.txt
│ │ │ │ ├── BasicCoercion_V1Compat.txt
│ │ │ │ ├── Blank.txt
│ │ │ │ ├── Blob.txt
│ │ │ │ ├── BooleanT.txt
│ │ │ │ ├── Boolean.txt
│ │ │ │ ├── Chaining.txt
│ │ │ │ ├── CharT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── CharT.txt
│ │ │ │ ├── Char.txt
│ │ │ │ ├── Clear.txt
│ │ │ │ ├── Clear_V1CompatDisabled.txt
│ │ │ │ ├── Clear_V1Compat.txt
│ │ │ │ ├── Coalesce.txt
│ │ │ │ ├── Coalesce_V1CompatDisabled.txt
│ │ │ │ ├── Coalesce_V1Compat.txt
│ │ │ │ ├── Collect.txt
│ │ │ │ ├── Collect_V1CompatDisabled.txt
│ │ │ │ ├── Collect_V1Compat.txt
│ │ │ │ ├── ColorFadeT.txt
│ │ │ │ ├── ColorFade.txt
│ │ │ │ ├── Color_StronglyTypedEnumsDisabled.txt
│ │ │ │ ├── Color_StronglyTypedEnums.txt
│ │ │ │ ├── Color.txt
│ │ │ │ ├── ColumnNames.txt
│ │ │ │ ├── ConcatenateT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── ConcatenateT.txt
│ │ │ │ ├── Concatenate.txt
│ │ │ │ ├── Concat.txt
│ │ │ │ ├── CountA.txt
│ │ │ │ ├── CountIf.txt
│ │ │ │ ├── CountRows.txt
│ │ │ │ ├── Count.txt
│ │ │ │ ├── DateAdd_StronglyTypedBuiltinEnums.txt
│ │ │ │ ├── DateAdd_StronglyTypedEnumsDisabled.txt
│ │ │ │ ├── DateAdd_TimeZone_Beirut.txt
│ │ │ │ ├── DateAdd_TimeZone_London.txt
│ │ │ │ ├── DateAdd_TimeZone_Seattle.txt
│ │ │ │ ├── DateAdd_TimeZone_UTC.txt
│ │ │ │ ├── DateAdd.txt
│ │ │ │ ├── DateDiff_StronglyTypedBuiltinEnums.txt
│ │ │ │ ├── DateDiff_StronglyTypedEnumsDisabled.txt
│ │ │ │ ├── DateDiff_TimeZone_Lord_Howe_Island.txt
│ │ │ │ ├── DateDiff_TimeZone_Seattle.txt
│ │ │ │ ├── DateDiff.txt
│ │ │ │ ├── DateTime.txt
│ │ │ │ ├── DateTimeValue_TimeZone_Paris.txt
│ │ │ │ ├── DateTimeValue_TimeZone_Seattle.txt
│ │ │ │ ├── Date_TimeZone_Paris.txt
│ │ │ │ ├── Date_TimeZone_Seattle.txt
│ │ │ │ ├── Date_TimeZone_UTC.txt
│ │ │ │ ├── Date.txt
│ │ │ │ ├── DateValue_TimeZone_London.txt
│ │ │ │ ├── DateValue_TimeZone_Paris.txt
│ │ │ │ ├── DateValue_TimeZone_Seattle.txt
│ │ │ │ ├── DateValue.txt
│ │ │ │ ├── Dec2Hex.txt
│ │ │ │ ├── DecimalBoot.txt
│ │ │ │ ├── DecimalIntReturn_DVDecimal.txt
│ │ │ │ ├── DecimalIntReturn.txt
│ │ │ │ ├── DecimalMathFuncs_NumberIsFloat_Constructors_DecimalSupport.txt
│ │ │ │ ├── DecimalMathFuncs_NumberIsFloat_Constructors.txt
│ │ │ │ ├── DecimalMathFuncs_NumberIsFloatDisabled_DVDecimal.txt
│ │ │ │ ├── DecimalMathFuncs_NumberIsFloatDisabled.txt
│ │ │ │ ├── DecimalMathFuncs_NumberIsFloat.txt
│ │ │ │ ├── DecimalNonMathFuncs_DVDecimal.txt
│ │ │ │ ├── DecimalNonMathFuncs.txt
│ │ │ │ ├── DecimalOps_DVDecimal.txt
│ │ │ │ ├── DecimalOps.txt
│ │ │ │ ├── DecimalOverflow.txt
│ │ │ │ ├── Disable_ConsistentOneColumnTableResult.txt
│ │ │ │ ├── Distinct_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── Distinct.txt
│ │ │ │ ├── Distinct_V1CompatDisabled.txt
│ │ │ │ ├── Distinct_V1Compat.txt
│ │ │ │ ├── DropColumns_SupportColumnNamesAsIdentifiersDisabled.txt
│ │ │ │ ├── DropColumns_SupportColumnNamesAsIdentifiers.txt
│ │ │ │ ├── EDateEOMonth.txt
│ │ │ │ ├── EncodeHTML.txt
│ │ │ │ ├── EncodeURL.txt
│ │ │ │ ├── EndsWith.txt
│ │ │ │ ├── Equality.txt
│ │ │ │ ├── ErrorKinds_ColumnNamesAsIdentifiersDisabled.txt
│ │ │ │ ├── ErrorKinds_ColumnNamesAsIdentifiers.txt
│ │ │ │ ├── ErrorKinds_StronlyTypedBuiltinEnumsDisabled.txt
│ │ │ │ ├── ErrorKinds.txt
│ │ │ │ ├── Error.txt
│ │ │ │ ├── Escaping.txt
│ │ │ │ ├── ExpT.txt
│ │ │ │ ├── Exp.txt
│ │ │ │ ├── FilterFunctions.txt
│ │ │ │ ├── FilterFunctions_V1CompatDisabled.txt
│ │ │ │ ├── FilterFunctions_V1Compat.txt
│ │ │ │ ├── FilterLookUp_TwoArg_V1Compat.txt
│ │ │ │ ├── Find_StronglyTypedBuiltinEnumsDisabled.txt
│ │ │ │ ├── Find_StronglyTypedBuiltinEnums.txt
│ │ │ │ ├── FindT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── FindT.txt
│ │ │ │ ├── Find.txt
│ │ │ │ ├── FirstLastN_RequiredSecondArgumentDisabled.txt
│ │ │ │ ├── FirstLastN_RequiredSecondArgument.txt
│ │ │ │ ├── FirstLastN.txt
│ │ │ │ ├── FirstLastN_V1CompatDisabled.txt
│ │ │ │ ├── FirstLastN_V1Compat.txt
│ │ │ │ ├── FirstLast.txt
│ │ │ │ ├── FirstLast_V1CompatDisabled.txt
│ │ │ │ ├── FirstLast_V1Compat.txt
│ │ │ │ ├── FloatLarge.txt
│ │ │ │ ├── ForAll.txt
│ │ │ │ ├── ForAll_V1CompatDisabled.txt
│ │ │ │ ├── ForAll_V1Compat.txt
│ │ │ │ ├── GUID.txt
│ │ │ │ ├── Hex2Dec.txt
│ │ │ │ ├── If_AllowsSideEffects.txt
│ │ │ │ ├── IfError.txt
│ │ │ │ ├── IfError_V1CompatDisabled.txt
│ │ │ │ ├── IfError_V1Compat.txt
│ │ │ │ ├── If.txt
│ │ │ │ ├── If_V1CompatDisabled.txt
│ │ │ │ ├── If_V1Compat.txt
│ │ │ │ ├── Index_TableSyntaxDoesntWrapRecordsDisabled.txt
│ │ │ │ ├── Index.txt
│ │ │ │ ├── inScalar.txt
│ │ │ │ ├── inScalar_V1CompatDisabled.txt
│ │ │ │ ├── inScalar_V1Compat.txt
│ │ │ │ ├── inTable.txt
│ │ │ │ ├── inTable_V1CompatDisabled.txt
│ │ │ │ ├── inTable_V1Compat.txt
│ │ │ │ ├── IntT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── IntT.txt
│ │ │ │ ├── Int.txt
│ │ │ │ ├── IsBlankOrError.txt
│ │ │ │ ├── IsEmpty.txt
│ │ │ │ ├── IsMatch_StronglyTypedEnumsDisabled.txt
│ │ │ │ ├── IsMatch.txt
│ │ │ │ ├── IsNumeric.txt
│ │ │ │ ├── IsToday.txt
│ │ │ │ ├── JSON_FR.txt
│ │ │ │ ├── JSON_OptionSets.txt
│ │ │ │ ├── JSON.txt
│ │ │ │ ├── JSON_US.txt
│ │ │ │ ├── JSON_V1CompatDisabled.txt
│ │ │ │ ├── JSON_V1Compat.txt
│ │ │ │ ├── Language.txt
│ │ │ │ ├── LeftRightT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── LeftRightT.txt
│ │ │ │ ├── Left.txt
│ │ │ │ ├── LenT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── LenT.txt
│ │ │ │ ├── Len.txt
│ │ │ │ ├── literals.txt
│ │ │ │ ├── LnT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── LnT.txt
│ │ │ │ ├── Ln.txt
│ │ │ │ ├── Log.txt
│ │ │ │ ├── Lookup.txt
│ │ │ │ ├── Lookup_V1CompatDisabled.txt
│ │ │ │ ├── Lookup_V1Compat.txt
│ │ │ │ ├── Lower.txt
│ │ │ │ ├── MatchAll_StronglyTypedEnumsDisabled.txt
│ │ │ │ ├── MatchAll.txt
│ │ │ │ ├── Match_StronglyTypedEnumsDisabled.txt
│ │ │ │ ├── Match.txt
│ │ │ │ ├── mathfuncs.txt
│ │ │ │ ├── MidT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── MidT.txt
│ │ │ │ ├── Mid.txt
│ │ │ │ ├── MinMax_NumberIsFloat.txt
│ │ │ │ ├── MinMax.txt
│ │ │ │ ├── MinMax_V1CompatDisabled.txt
│ │ │ │ ├── MinMax_V1Compat.txt
│ │ │ │ ├── Mod_Decimal.txt
│ │ │ │ ├── Mod_Float.txt
│ │ │ │ ├── ModT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── ModT.txt
│ │ │ │ ├── Mod.txt
│ │ │ │ ├── NotYetReady
│ │ │ │ │ ├── Find.txt
│ │ │ │ │ ├── If.txt
│ │ │ │ │ ├── ISOWeekNum.txt
│ │ │ │ │ ├── Sort.txt
│ │ │ │ │ ├── Switch.txt
│ │ │ │ │ ├── Value.txt
│ │ │ │ │ └── WeekNum.txt
│ │ │ │ ├── OpMatrix_Div_Decimal.txt
│ │ │ │ ├── OpMatrix_Div_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Div_Float.txt
│ │ │ │ ├── OpMatrix_Eq_Decimal.txt
│ │ │ │ ├── OpMatrix_Eq_Decimal_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Eq_Decimal_V1Compat.txt
│ │ │ │ ├── OpMatrix_Eq_DifferentTypes_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Eq_DifferentTypes_V1Compat.txt
│ │ │ │ ├── OpMatrix_Eq_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Eq_Float.txt
│ │ │ │ ├── OpMatrix_Eq_Float_V1Compat_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Eq_Float_V1CompatDisabled_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Eq_Float_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Eq_Float_V1Compat.txt
│ │ │ │ ├── OpMatrix_Exp_Decimal.txt
│ │ │ │ ├── OpMatrix_Exp_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Exp_Float.txt
│ │ │ │ ├── OpMatrix_Geq_Decimal.txt
│ │ │ │ ├── OpMatrix_Geq_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Geq_Float.txt
│ │ │ │ ├── OpMatrix_Geq_Float_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Geq_Float_V1Compat.txt
│ │ │ │ ├── OpMatrix_Gt_Decimal.txt
│ │ │ │ ├── OpMatrix_Gt_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Gt_Float.txt
│ │ │ │ ├── OpMatrix_Gt_Float_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Gt_Float_V1Compat.txt
│ │ │ │ ├── OpMatrix_Leq_Decimal.txt
│ │ │ │ ├── OpMatrix_Leq_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Leq_Float.txt
│ │ │ │ ├── OpMatrix_Leq_Float_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Leq_Float_V1Compat.txt
│ │ │ │ ├── OpMatrix_Lt_Decimal.txt
│ │ │ │ ├── OpMatrix_Lt_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Lt_Float.txt
│ │ │ │ ├── OpMatrix_Lt_Float_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Lt_Float_V1Compat.txt
│ │ │ │ ├── OpMatrix_Minus_Decimal.txt
│ │ │ │ ├── OpMatrix_Minus_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Minus_Float.txt
│ │ │ │ ├── OpMatrix_Mul_Decimal.txt
│ │ │ │ ├── OpMatrix_Mul_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Mul_Float.txt
│ │ │ │ ├── OpMatrix_Neq_Decimal.txt
│ │ │ │ ├── OpMatrix_Neq_Decimal_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Neq_Decimal_V1Compat.txt
│ │ │ │ ├── OpMatrix_Neq_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Neq_Float.txt
│ │ │ │ ├── OpMatrix_Neq_Float_V1Compat_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Neq_Float_V1CompatDisabled_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Neq_Float_V1CompatDisabled.txt
│ │ │ │ ├── OpMatrix_Neq_Float_V1Compat.txt
│ │ │ │ ├── OpMatrix_Plus_Decimal.txt
│ │ │ │ ├── OpMatrix_Plus_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Plus_Float.txt
│ │ │ │ ├── OpMatrix_Unary_Decimal.txt
│ │ │ │ ├── OpMatrix_Unary_Float_DecimalSupport.txt
│ │ │ │ ├── OpMatrix_Unary_Float.txt
│ │ │ │ ├── OptionSet.txt
│ │ │ │ ├── ParseJson_Arithmetic.txt
│ │ │ │ ├── ParseJson_Coercions.txt
│ │ │ │ ├── ParseJson.txt
│ │ │ │ ├── Patch_PatchRecord.txt
│ │ │ │ ├── Patch_V1Compat.txt
│ │ │ │ ├── PlainText.txt
│ │ │ │ ├── Power.txt
│ │ │ │ ├── Proper.txt
│ │ │ │ ├── Rand.txt
│ │ │ │ ├── README.md
│ │ │ │ ├── Record_TableSyntaxDoesntWrapRecordsDisabled.txt
│ │ │ │ ├── Record.txt
│ │ │ │ ├── Remove.txt
│ │ │ │ ├── Remove_V1Compact.txt
│ │ │ │ ├── RenameColumns_SupportColumnNamesAsIdentifiersDisabled.txt
│ │ │ │ ├── RenameColumns_SupportColumnNamesAsIdentifiers.txt
│ │ │ │ ├── Replace.txt
│ │ │ │ ├── ReservedKeyword_Disabled.txt
│ │ │ │ ├── ReservedKeyword_Enabled.txt
│ │ │ │ ├── ReservedKeyword.txt
│ │ │ │ ├── RGBA.txt
│ │ │ │ ├── Right.txt
│ │ │ │ ├── RoundDownT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── RoundDownT.txt
│ │ │ │ ├── RoundDown.txt
│ │ │ │ ├── RoundingOps.txt
│ │ │ │ ├── RoundT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── RoundT.txt
│ │ │ │ ├── Round.txt
│ │ │ │ ├── RoundUpT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── RoundUpT.txt
│ │ │ │ ├── RoundUp.txt
│ │ │ │ ├── Search_SupportColumnNamesAsIdentifiersDisabled.txt
│ │ │ │ ├── Search.txt
│ │ │ │ ├── Sequence_Decimal_DVDecimal.txt
│ │ │ │ ├── Sequence_Decimal.txt
│ │ │ │ ├── Sequence_Float.txt
│ │ │ │ ├── Sequence.txt
│ │ │ │ ├── ShowColumns_SupportColumnNamesAsIdentifiersDisabled.txt
│ │ │ │ ├── ShowColumns.txt
│ │ │ │ ├── ShowColumns_WithMutationSetup.txt
│ │ │ │ ├── Shuffle.txt
│ │ │ │ ├── SingleColumnTableCoercion_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── SingleColumnTableCoercion.txt
│ │ │ │ ├── SortByColumns_ColumnNamesAsIdentifiersEnabled_V1CompatDisabled.txt
│ │ │ │ ├── SortByColumns_ColumnNamesAsIdentifiersEnabled_V1CompatEnabled.txt
│ │ │ │ ├── SortByColumnsOrderTable_ColumnNamesAsIdentifiersDisabled.txt
│ │ │ │ ├── SortByColumnsOrderTable_ColumnNamesAsIdentifiersEnabled.txt
│ │ │ │ ├── SortByColumnsOrderTable_ColumnNamesAsIdentifiersEnabled_V1CompatEnabled.txt
│ │ │ │ ├── SortByColumns.txt
│ │ │ │ ├── Sort_OptionSets.txt
│ │ │ │ ├── Sort.txt
│ │ │ │ ├── Split_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── Split.txt
│ │ │ │ ├── SQLCompiler.txt
│ │ │ │ ├── SqrtT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── SqrtT.txt
│ │ │ │ ├── Sqrt.txt
│ │ │ │ ├── StartsWith.txt
│ │ │ │ ├── StdevP.txt
│ │ │ │ ├── StringInterpolate.txt
│ │ │ │ ├── string.txt
│ │ │ │ ├── StronglyTypedEnum_BuiltInEnums_PreV1.txt
│ │ │ │ ├── StronglyTypedEnum_BuiltInEnums.txt
│ │ │ │ ├── StronglyTypedEnums_PreV1.txt
│ │ │ │ ├── StronglyTypedEnums.txt
│ │ │ │ ├── StronglyTypedEnum_TestEnums_PreV1.txt
│ │ │ │ ├── StronglyTypedEnum_TestEnums.txt
│ │ │ │ ├── SubstituteT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── SubstituteT.txt
│ │ │ │ ├── Substitute.txt
│ │ │ │ ├── Sum.txt
│ │ │ │ ├── switch.txt
│ │ │ │ ├── switch_V1CompatDisabled.txt
│ │ │ │ ├── switch_V1Compat.txt
│ │ │ │ ├── TableCoercion_StronglyTypedEnumDisabled.txt
│ │ │ │ ├── TableCoercion_StronglyTypedEnum.txt
│ │ │ │ ├── TableCoercion.txt
│ │ │ │ ├── TableMathfuncs.txt
│ │ │ │ ├── Table_Mutation.txt
│ │ │ │ ├── TableNodes.txt
│ │ │ │ ├── TableStringfuncsT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── TableStringfuncs.txt
│ │ │ │ ├── Table.txt
│ │ │ │ ├── Table_V1Compat.txt
│ │ │ │ ├── TabularOverloadsBlanksAndErrorsT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── TabularOverloadsBlanksAndErrors.txt
│ │ │ │ ├── Testing.txt
│ │ │ │ ├── Text_DefaultNumber_Decimal.txt
│ │ │ │ ├── Text_DefaultNumber_Float.txt
│ │ │ │ ├── Text_ExcelCompat_Decimal.txt
│ │ │ │ ├── Text_ExcelCompat_PowerFxV1CompatDisabled.txt
│ │ │ │ ├── Text_ExcelCompat_PowerFxV1Compat.txt
│ │ │ │ ├── Text_ExcelCompat.txt
│ │ │ │ ├── TextFirst.txt
│ │ │ │ ├── Text_Format_PowerFxV1CompatDisabled.txt
│ │ │ │ ├── Text_Format_PowerFxV1Compat.txt
│ │ │ │ ├── Text_Format.txt
│ │ │ │ ├── Text.txt
│ │ │ │ ├── Time.txt
│ │ │ │ ├── Trace_StronglyTypedBuiltinEnumsDisabled.txt
│ │ │ │ ├── Trace_StronglyTypedBuiltinEnums.txt
│ │ │ │ ├── Trace.txt
│ │ │ │ ├── TrigFunctions.txt
│ │ │ │ ├── TrigTableFunctions_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── TrigTableFunctions.txt
│ │ │ │ ├── TrimEnds.txt
│ │ │ │ ├── Trim.txt
│ │ │ │ ├── TruncT_ConsistentOneColumnTableResultDisabled.txt
│ │ │ │ ├── TruncT.txt
│ │ │ │ ├── Trunc.txt
│ │ │ │ ├── UniCharT.txt
│ │ │ │ ├── UniChar.txt
│ │ │ │ ├── UntypedBlankAsTable.txt
│ │ │ │ ├── UntypedBlankAsTable_V1CompatDisabled.txt
│ │ │ │ ├── UntypedBlankAsTable_V1Compat.txt
│ │ │ │ ├── Upper.txt
│ │ │ │ ├── Value.txt
│ │ │ │ ├── VarP.txt
│ │ │ │ ├── Weekday_StronglyTypedEnumDisabled.txt
│ │ │ │ ├── Weekday_StronglyTypedEnum.txt
│ │ │ │ ├── Weekday.txt
│ │ │ │ ├── WeekNum_StronglyTypedEnumDisabled.txt
│ │ │ │ ├── WeekNum.txt
│ │ │ │ ├── With_Decimal.txt
│ │ │ │ ├── With_Float.txt
│ │ │ │ ├── With.txt
│ │ │ │ ├── With_V1CompatDisabled.txt
│ │ │ │ └── With_V1Compat.txt
│ │ │ ├── ExpressionTestHelpers
│ │ │ │ ├── BaseRunner.cs
│ │ │ │ ├── ExpressionTestCase.cs
│ │ │ │ ├── SetupHandlerNotFoundException.cs
│ │ │ │ ├── TestCase.cs
│ │ │ │ ├── TestRunner.cs
│ │ │ │ ├── TestRunnerSummary.cs
│ │ │ │ └── TxtFileDataAttribute.cs
│ │ │ ├── Extensions.cs
│ │ │ ├── FormatterTests.cs
│ │ │ ├── FormulaSetTests.cs
│ │ │ ├── FunctionInfoTests.cs
│ │ │ ├── FunctionTests.cs
│ │ │ ├── GuardSingleThreadedTests.cs
│ │ │ ├── Helpers
│ │ │ │ ├── DoNotUseCulture.cs
│ │ │ │ ├── TestTabularDataSource.cs
│ │ │ │ └── TestUtils.cs
│ │ │ ├── icon.png
│ │ │ ├── IdentTests.cs
│ │ │ ├── ImmutabilityTests.cs
│ │ │ ├── IntellisenseOperationsTests.cs
│ │ │ ├── IntellisenseTests
│ │ │ │ ├── DisclaimerProviderTests.cs
│ │ │ │ ├── IntellisenseTestBase.cs
│ │ │ │ ├── MarkdownStringTests.cs
│ │ │ │ ├── SignatureHelpTest.cs
│ │ │ │ ├── SuggestTest.cs
│ │ │ │ ├── TestSignatures
│ │ │ │ │ ├── 0.json
│ │ │ │ │ ├── 10.json
│ │ │ │ │ ├── 11.json
│ │ │ │ │ ├── 12.json
│ │ │ │ │ ├── 13.json
│ │ │ │ │ ├── 14.json
│ │ │ │ │ ├── 15.json
│ │ │ │ │ ├── 16.json
│ │ │ │ │ ├── 17.json
│ │ │ │ │ ├── 18.json
│ │ │ │ │ ├── 19.json
│ │ │ │ │ ├── 1.json
│ │ │ │ │ ├── 2.json
│ │ │ │ │ ├── 3.json
│ │ │ │ │ ├── 4.json
│ │ │ │ │ ├── 5.json
│ │ │ │ │ ├── 6.json
│ │ │ │ │ ├── 7.json
│ │ │ │ │ ├── 8.json
│ │ │ │ │ └── 9.json
│ │ │ │ └── TokenizationTests
│ │ │ │ ├── ExpectedToken.cs
│ │ │ │ ├── NumDecLitTokenTestCases.cs
│ │ │ │ ├── SkippingTokensTestCases.cs
│ │ │ │ ├── StringInterpolationTestCases.cs
│ │ │ │ ├── TokenizationTestCase.cs
│ │ │ │ └── TokenizationTests.cs
│ │ │ ├── IRPrintTest.cs
│ │ │ ├── IRTests
│ │ │ │ ├── IRPrettyPrinter.cs
│ │ │ │ └── IRTranslatorTests.cs
│ │ │ ├── JsonNormalizer.cs
│ │ │ ├── LexerTests.cs
│ │ │ ├── Microsoft.PowerFx.Core.Tests.csproj
│ │ │ ├── NamedFormulasTests.cs
│ │ │ ├── ParseTests.cs
│ │ │ ├── PowerFxTest.cs
│ │ │ ├── PrimitiveValueConversionsTests.cs
│ │ │ ├── Properties
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── PublicSurfaceTests.cs
│ │ │ ├── ResourceValidationTests.cs
│ │ │ ├── SlotMapTests.cs
│ │ │ ├── SymbolTableTests.cs
│ │ │ ├── TableValueMutationTest.cs
│ │ │ ├── TestRunnerTests
│ │ │ │ ├── Bad1.txt
│ │ │ │ ├── Bad2.txt
│ │ │ │ ├── Bad3.txt
│ │ │ │ ├── File1.txt
│ │ │ │ ├── File2.txt
│ │ │ │ ├── FileDisable.txt
│ │ │ │ ├── FileOverride.txt
│ │ │ │ ├── InternalSetup.cs
│ │ │ │ ├── InternalSetupTests.cs
│ │ │ │ └── TestRunnerTests.cs
│ │ │ ├── TexlTests.cs
│ │ │ ├── ThreadingTests.cs
│ │ │ ├── TopologicalSortTests.cs
│ │ │ ├── TypeSystemTests
│ │ │ │ ├── DTypeTests.cs
│ │ │ │ ├── LazyTypeTests.cs
│ │ │ │ └── TypeTests.cs
│ │ │ ├── UserDefinedFunctionTests.cs
│ │ │ └── VersionHashTests.cs
│ │ ├── Microsoft.PowerFx.Interpreter.Tests
│ │ │ ├── BlobTestFunctions.cs
│ │ │ ├── BlobTests.cs
│ │ │ ├── ClearFunctionTests.cs
│ │ │ ├── CollectFunctionTests.cs
│ │ │ ├── ConfigTests.cs
│ │ │ ├── CustomFunctions.cs
│ │ │ ├── DatabaseSimulationTests.cs
│ │ │ ├── DatabaseTests.cs
│ │ │ ├── DateTimeUTCTests.cs
│ │ │ ├── DeferredTypeTests.cs
│ │ │ ├── DependencyVisitorTests.cs
│ │ │ ├── DisplayNameTests.cs
│ │ │ ├── Docs
│ │ │ │ ├── DocTests.cs
│ │ │ │ └── InterpreterBase.json
│ │ │ ├── ErrorFunctionTests.cs
│ │ │ ├── FileExpressionEvaluationTests.cs
│ │ │ ├── FlagTests.cs
│ │ │ ├── FunctionCompilationTests.cs
│ │ │ ├── FunctionDefinitionTests.cs
│ │ │ ├── GetTokensUtilsTest.cs
│ │ │ ├── Helpers
│ │ │ │ ├── AsyncFunctionHelperBase.cs
│ │ │ │ ├── AsyncFunctionsHelper.cs
│ │ │ │ ├── AsyncVerify.cs
│ │ │ │ ├── ParserOptionsExtensions.cs
│ │ │ │ ├── SingleThreadedGovernor.cs
│ │ │ │ └── WaitForFunctionsHelper.cs
│ │ │ ├── IntellisenseTests
│ │ │ │ ├── CustomFunctionSignatureTests.cs
│ │ │ │ └── TestSignatures
│ │ │ │ ├── 10001.json
│ │ │ │ └── 10002.json
│ │ │ ├── InterpreterExpressionTestCases
│ │ │ │ ├── BasicCoercion_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── inScalar_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── inTable_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── InterpreterError.txt
│ │ │ │ ├── MatchFunctions_RegexNotEnabled.txt
│ │ │ │ ├── OpMatrix_Eq_Float_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── OpMatrix_Geq_Float_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── OpMatrix_Gt_Float_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── OpMatrix_Leq_Float_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── OpMatrix_Lt_Float_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── OpMatrix_Neq_Float_V1CompatDisabled_Overrides.txt
│ │ │ │ ├── ParallelAsync.txt
│ │ │ │ ├── StronglyTypedEnum_BuiltInEnums_PreV1_Overrides.txt
│ │ │ │ └── StronglyTypedEnums_PreV1_Overrides.txt
│ │ │ ├── InterpreterSuggestTests.cs
│ │ │ ├── IRTests
│ │ │ │ ├── IRTests.cs
│ │ │ │ └── RewritingIRVisitorTests.cs
│ │ │ ├── LanguageServiceProtocol
│ │ │ │ ├── BlankHandler.cs
│ │ │ │ ├── CompletionResult.cs
│ │ │ │ ├── EditorContextScopeTests.cs
│ │ │ │ ├── JsonRpcCodeActionResponse.cs
│ │ │ │ ├── JsonRpcCommandExecutedResponse.cs
│ │ │ │ ├── JsonRpcCompletionResponse.cs
│ │ │ │ ├── JsonRpcError.cs
│ │ │ │ ├── JsonRpcErrorResponse.cs
│ │ │ │ ├── JsonRpcInitialFixupResponse.cs
│ │ │ │ ├── JsonRpcPublishControlTokensNotification.cs
│ │ │ │ ├── JsonRpcPublishDiagnosticsNotification.cs
│ │ │ │ ├── JsonRpcPublishExpressionTypeNotification.cs
│ │ │ │ ├── JsonRpcPublishTokensNotification.cs
│ │ │ │ ├── JsonRpcSignatureHelpResponse.cs
│ │ │ │ ├── LegacyLanguageServerTests.cs
│ │ │ │ ├── LSPTests.cs
│ │ │ │ ├── MockDataSourceEngine.cs
│ │ │ │ ├── MockSqlEngine.cs
│ │ │ │ ├── MockSymbolTable.cs
│ │ │ │ ├── PositionRangeHelperTests.cs
│ │ │ │ ├── PublicSurfaceTests.cs
│ │ │ │ ├── RedesignedLanguageServerTests
│ │ │ │ │ ├── CodeActionTests.cs
│ │ │ │ │ ├── CompletionsTests.cs
│ │ │ │ │ ├── Fx2NLTests.cs
│ │ │ │ │ ├── GetCustomCapibilitiesTests.cs
│ │ │ │ │ ├── InitialFixupTests.cs
│ │ │ │ │ ├── InvalidScenarioTests.cs
│ │ │ │ │ ├── LanguageServerForTesting.cs
│ │ │ │ │ ├── LanguageServerTestBase.cs
│ │ │ │ │ ├── Nl2FxTests.cs
│ │ │ │ │ ├── OnDidChangeTests.cs
│ │ │ │ │ ├── OnDidOpenTests.cs
│ │ │ │ │ ├── SemanticTokensTests.cs
│ │ │ │ │ ├── SignatureHelpTests.cs
│ │ │ │ │ ├── TestHandlerFactory.cs
│ │ │ │ │ ├── TestHostTaskExecutor.cs
│ │ │ │ │ └── TestLogger.cs
│ │ │ │ ├── SemanticTokensEncoderTests.cs
│ │ │ │ ├── SemanticTokensRelatedTestsHelper.cs
│ │ │ │ ├── TestLanguageServer.cs
│ │ │ │ └── TestPowerFxScopeFactory.cs
│ │ │ ├── LanguageTest.cs
│ │ │ ├── MarshalTests.cs
│ │ │ ├── Microsoft.PowerFx.Interpreter.Tests.csproj
│ │ │ ├── MutationFunctionsTests.cs
│ │ │ ├── MutationScripts
│ │ │ │ ├── AndOr_V1Compat.txt
│ │ │ │ ├── Assert.txt
│ │ │ │ ├── ClearCollect.txt
│ │ │ │ ├── Clear_V1CompatDisabled.txt
│ │ │ │ ├── Clear_V1Compat.txt
│ │ │ │ ├── Coalesce_CoalesceShortCircuit.txt
│ │ │ │ ├── Collect.txt
│ │ │ │ ├── DeepMutation_V1Compat.txt
│ │ │ │ ├── FilterFunctions.txt
│ │ │ │ ├── ForAllMutate.txt
│ │ │ │ ├── IfError.txt
│ │ │ │ ├── If.txt
│ │ │ │ ├── Patch_V1Compat.txt
│ │ │ │ ├── Remove_V1CompatDisabled.txt
│ │ │ │ ├── Remove_V1Compat.txt
│ │ │ │ ├── Set_V1Compat.txt
│ │ │ │ ├── Simple1.txt
│ │ │ │ ├── Switch.txt
│ │ │ │ └── User.txt
│ │ │ ├── OptionSetTests.cs
│ │ │ ├── PADIntegrationTests.cs
│ │ │ ├── PADRobinExecutionContextTests.cs
│ │ │ ├── PadUntypedObjectTests.cs
│ │ │ ├── PatchFunctionTests.cs
│ │ │ ├── PowerFxEvaluationTests.cs
│ │ │ ├── PrimitiveMarshallerProviderTests.cs
│ │ │ ├── RecalcEngineAsyncTests.cs
│ │ │ ├── RecalcEngineTests.cs
│ │ │ ├── RefreshTests.cs
│ │ │ ├── RegExTests.cs
│ │ │ ├── RemoveFunctionTests.cs
│ │ │ ├── SandboxTests.cs
│ │ │ ├── Scenarios
│ │ │ │ ├── CustomRecordTypeWithUndefinedFields.cs
│ │ │ │ ├── DataTableMarshallerProvider.cs
│ │ │ │ ├── ObjectListMarshallerProvider.cs
│ │ │ │ ├── PrimitiveWrapperAsUnknownObject.cs
│ │ │ │ ├── ScenarioCustomMarshaler.cs
│ │ │ │ ├── ScenarioDotNetObjectWrapper.cs
│ │ │ │ └── ScenarioMutation.cs
│ │ │ ├── SerializationTests.cs
│ │ │ ├── ServiceProviderTests.cs
│ │ │ ├── SetFunctionTests.cs
│ │ │ ├── SymbolValueTests.cs
│ │ │ ├── TableTests.cs
│ │ │ ├── TexlTests.cs
│ │ │ ├── TextDateTimeToUTCTests.cs
│ │ │ ├── TextFirstTests.cs
│ │ │ ├── TextTests.cs
│ │ │ ├── ThreadingTests.cs
│ │ │ ├── TimeTests.cs
│ │ │ ├── TimeZoneExtensions.cs
│ │ │ ├── TypeCoercionTest.cs
│ │ │ ├── UserDefinedTests.cs
│ │ │ ├── UserInfoTests.cs
│ │ │ ├── ValueTests.cs
│ │ │ └── xUnitExtensions
│ │ │ ├── InterpreterTestCase.cs
│ │ │ ├── InterpreterTheoryAttribute.cs
│ │ │ └── InterpreterTheoryDiscoverer.cs
│ │ ├── Microsoft.PowerFx.Json.Tests
│ │ │ ├── JSONTests.cs
│ │ │ ├── Microsoft.PowerFx.Json.Tests.csproj
│ │ │ ├── ParseJSONTests.cs
│ │ │ ├── PublicSurfaceTests.cs
│ │ │ └── TypeSystemTests
│ │ │ ├── FormulaTypeSerializerSnapshotTests.cs
│ │ │ └── JsonTypeSnapshots
│ │ │ ├── Recursive.json
│ │ │ ├── SimpleEmptyRecord.json
│ │ │ ├── SimpleEmptyTable.json
│ │ │ ├── SimplePrimitiveBlank.json
│ │ │ ├── SimplePrimitiveBoolean.json
│ │ │ ├── SimplePrimitiveDate.json
│ │ │ ├── SimplePrimitiveDateTime.json
│ │ │ ├── SimplePrimitiveDTNTZ.json
│ │ │ ├── SimplePrimitiveError.json
│ │ │ ├── SimplePrimitiveGuid.json
│ │ │ ├── SimplePrimitiveHyperlink.json
│ │ │ ├── SimplePrimitiveNumber.json
│ │ │ ├── SimplePrimitiveString.json
│ │ │ ├── SimplePrimitiveTime.json
│ │ │ ├── SimplePrimitiveUntyped.json
│ │ │ ├── SimpleRecord.json
│ │ │ ├── SimpleRecordNested.json
│ │ │ ├── SimpleRecordTableNested.json
│ │ │ └── SimpleTableSingleColumn.json
│ │ ├── Microsoft.PowerFx.Performance.Tests
│ │ │ ├── BasicPerformance.cs
│ │ │ ├── Microsoft.PowerFx.Performance.Tests.csproj
│ │ │ ├── Program.cs
│ │ │ ├── PvaPerformance.cs
│ │ │ ├── Reference.cs
│ │ │ └── UnitTests.cs
│ │ ├── Microsoft.PowerFx.Repl.Tests
│ │ │ ├── Microsoft.PowerFx.Repl.Tests.csproj
│ │ │ ├── Mocks
│ │ │ │ └── TestReplOutput.cs
│ │ │ ├── MultilineProcessorTests.cs
│ │ │ └── ReplTests.cs
│ │ ├── Microsoft.PowerFx.TexlFunctionExporter
│ │ │ ├── AssemblyProperties.cs
│ │ │ ├── ConnectorStat.cs
│ │ │ ├── FunctionStat.cs
│ │ │ ├── icon.png
│ │ │ ├── IYamlFunction.cs
│ │ │ ├── Microsoft.PowerFx.TexlFunctionExporter.csproj
│ │ │ ├── SwaggerFileIdentification.cs
│ │ │ ├── SwaggerLocatorSettings.cs
│ │ │ ├── TexlYamlComparer.cs
│ │ │ ├── YamlComparer.cs
│ │ │ ├── YamlExporter.cs
│ │ │ ├── YamlReaderWriter.cs
│ │ │ └── YamlTexlFunction.cs
│ │ └── xunit.runner.json
│ └── tools
│ └── Repl
│ ├── Program.cs
│ └── Repl.csproj
└── SUPPORT.md
168 directories, 2046 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论