@nfdi4plants/arctrl 2.3.1 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ARC.js +103 -12
- package/CWL/CWLTypes.js +2 -2
- package/CWL/Decode.js +2 -2
- package/CWL/Inputs.js +2 -2
- package/CWL/Outputs.js +2 -2
- package/CWL/Requirements.js +2 -2
- package/CWL/ToolDescription.js +1 -1
- package/CWL/WorkflowDescription.js +1 -1
- package/CWL/WorkflowSteps.js +1 -1
- package/ColumnIndex.js +258 -0
- package/Conversion.js +1679 -0
- package/Core/Data.js +28 -3
- package/Core/DataFile.js +19 -3
- package/Core/Helper/Collections.js +107 -4
- package/Core/Helper/DateTime.js +17 -0
- package/Core/Helper/ORCID.js +39 -0
- package/Core/Table/ArcTable.js +6 -0
- package/Core/Table/CompositeHeader.js +4 -0
- package/Json/Assay.js +1 -1
- package/Json/Decode.js +3 -3
- package/Json/Encode.js +9 -0
- package/Json/Investigation.js +5 -4
- package/Json/OntologySourceReference.js +4 -4
- package/Json/ROCrate/LDContext.js +121 -0
- package/Json/ROCrate/LDGraph.js +87 -0
- package/Json/{LDObject.js → ROCrate/LDNode.js} +55 -46
- package/Json/ROCrate/LDRef.js +25 -0
- package/Json/ROCrate/LDValue.js +66 -0
- package/Json/Study.js +5 -4
- package/Json/context/rocrate/isa_investigation_context.js +2 -2
- package/Json/context/rocrate/isa_study_context.js +15 -11
- package/Json/context/rocrate/rocrate_context.js +1 -1
- package/JsonIO/LDObject.js +30 -5
- package/README.md +12 -3
- package/ROCrate/ArcROCrateMetadata.js +14 -13
- package/ROCrate/Generic/Comment.js +115 -0
- package/ROCrate/Generic/Dataset.js +669 -0
- package/ROCrate/Generic/DefinedTerm.js +115 -0
- package/ROCrate/Generic/File.js +200 -0
- package/ROCrate/Generic/LabProcess.js +238 -0
- package/ROCrate/Generic/LabProtocol.js +275 -0
- package/ROCrate/Generic/Organization.js +71 -0
- package/ROCrate/Generic/Person.js +411 -0
- package/ROCrate/Generic/PostalAddress.js +159 -0
- package/ROCrate/Generic/PropertyValue.js +548 -0
- package/ROCrate/Generic/Sample.js +139 -0
- package/ROCrate/Generic/ScholarlyArticle.js +187 -0
- package/ROCrate/Helper.js +6 -0
- package/ROCrate/ISAProfile/Assay.js +3 -3
- package/ROCrate/ISAProfile/Data.js +7 -7
- package/ROCrate/ISAProfile/Dataset.js +7 -6
- package/ROCrate/ISAProfile/Investigation.js +3 -3
- package/ROCrate/ISAProfile/LabProcess.js +7 -7
- package/ROCrate/ISAProfile/LabProtocol.js +7 -7
- package/ROCrate/ISAProfile/Person.js +7 -7
- package/ROCrate/ISAProfile/PropertyValue.js +7 -7
- package/ROCrate/ISAProfile/Sample.js +7 -7
- package/ROCrate/ISAProfile/ScholarlyArticle.js +7 -7
- package/ROCrate/ISAProfile/Study.js +3 -3
- package/ROCrate/LDContext.js +283 -0
- package/ROCrate/LDObject.js +902 -36
- package/ROCrate/ROCrateContext.js +44 -0
- package/ROCrateIO.js +62 -0
- package/Spreadsheet/DataMap.js +11 -3
- package/Spreadsheet/DataMapTable/DataMapHeader.js +3 -2
- package/Xlsx.js +21 -8
- package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/DynObj.fs +31 -1
- package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/DynObj.fs.js +30 -1
- package/fable_modules/DynamicObj.7.0.1/DynamicObj.fs +1025 -0
- package/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.js +433 -0
- package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/FableJS.fs +16 -0
- package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/FablePy.fs +14 -0
- package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/HashCodes.fs +15 -0
- package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/HashCodes.fs.js +4 -0
- package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/obj/Debug/netstandard2.0/DynamicObj.AssemblyInfo.fs +1 -1
- package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/obj/Release/netstandard2.0/DynamicObj.AssemblyInfo.fs +3 -3
- package/fable_modules/project_cracked.json +1 -1
- package/package.json +1 -1
- package/Json/ARC.js +0 -31
- package/JsonIO/ARC.js +0 -31
- package/fable_modules/DynamicObj.4.0.3/DynamicObj.fs +0 -310
- package/fable_modules/DynamicObj.4.0.3/DynamicObj.fs.js +0 -166
- /package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/DynamicObj.fableproj +0 -0
- /package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/FableJS.fs.js +0 -0
- /package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/PropertyHelper.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/PropertyHelper.fs.js +0 -0
- /package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/ReflectionUtils.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/ReflectionUtils.fs.js +0 -0
- /package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.3 → DynamicObj.7.0.1}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"Version":"4.24.0","FableOptions":{"TypedArrays":true,"ClampByteArrays":false,"Language":["JavaScript"],"Define":["FABLE_COMPILER","FABLE_COMPILER_4","FABLE_COMPILER_JAVASCRIPT"],"DebugMode":false,"OptimizeFSharpAst":false,"Verbosity":["Normal"],"FileExtension":".js","TriggeredByDependency":false,"NoReflection":false},"ProjectPath":"C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/ARCtrl.Javascript.fsproj","SourcePaths":["C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/HashCodes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/PropertyHelper.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/FablePy.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/FableJS.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/ReflectionUtils.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/DynamicObj.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/DynObj.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Unions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Cell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Row.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Column.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Table.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Csv.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Extensions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Promise.3.2.0/Promise.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Fetch.2.6.0/Fetch.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Types.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableRow.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/SheetBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/Transform.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/Operators.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/ColumnBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/TableBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/SheetBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/WorkbookBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/DSL.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Interop/PyInterop.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Persil.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Preprocessing.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Regex.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Reader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Writer.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Library.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/Path.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/Commit.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/DefaultGitignore.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/DefaultGitattributes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/FileSystemTree.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/FileSystem.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/CWLTypes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Requirements.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Outputs.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Inputs.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/WorkflowSteps.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/ToolDescription.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/WorkflowDescription.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Collections.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Url.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Regex.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Identifier.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/HashCodes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Printer.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/SemVer.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/URI.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Comment.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/CommentList.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Value.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/IPropertyValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/DataFile.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Data.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/DataContext.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Person.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Publication.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Factor.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Material.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Source.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Sample.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Component.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Process.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProcessSequence.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ColumnIndex.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/CompositeColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/ArcTableAux.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/ArcTables.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/DataMap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/ArcTypes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Template.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Templates.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Conversion.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/IdentifierSetters.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AssemblyInfo.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/CollectionAux.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Conversions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Comment.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/SparseTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Contacts.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/DesignDescriptors.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Factors.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Protocols.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Publication.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Assays.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Study.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AnnotationTable/ArcTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/DataMapTable/DataMapHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/DataMapTable/DataMapColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/DataMapTable/DataMapTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/DataMap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/ArcAssay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/ArcStudy.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/ArcInvestigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Template.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/DynObjExtensions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/LDObject.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Dataset.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Investigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Study.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Assay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/LabProcess.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/LabProtocol.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Sample.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Data.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/PropertyValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Person.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/ScholarlyArticle.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ArcROCrateMetadata.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/property_value_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_assay_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_comment_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_component_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_data_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_factor_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_factor_value_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_investigation_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_material_attribute_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_material_attribute_value_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_material_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_ontology_annotation_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_ontology_source_reference_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_organization_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_person_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_process_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_process_parameter_value_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_protocol_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_protocol_parameter_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_publication_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_sample_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_source_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_study_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/rocrate_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/ConverterOptions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/IDTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/StringTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Comment.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/PropertyValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/DataFile.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Data.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Person.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Publication.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Value.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Factor.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Component.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Material.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Source.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Sample.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Process.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/AssayMaterials.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/StudyMaterials.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/OATable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/CellTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/IOType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/Templates.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/DataMap/DataContext.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/DataMap/DataMap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Assay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Study.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Investigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/LDObject.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/ARC.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ValidationPackages/ValidationPackage.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ValidationPackages/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/ValidationPackage.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/Contract.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/Datamap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ArcAssay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ArcStudy.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ArcInvestigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/Git.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ARC.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Comment.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/DataFile.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Data.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Person.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Publication.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Value.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Factor.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Component.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Material.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Source.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Sample.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Process.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessSequence.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/StudyMaterials.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/Compression.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/IOType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/Templates.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/DataMap/DataMap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Assay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Study.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Investigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/LDObject.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/ARC.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/CrossAsync.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/ContractIO/FileSystemHelper.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/ContractIO/ContractIO.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/WebRequest/WebRequest.Node.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/WebRequest/WebRequest.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/Template.Web.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/ARC.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/Json.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/Xlsx.fs"],"FSharpOptions":["--nowarn:1701,1702,1701,1702","--define:TRACE","--define:RELEASE","--define:NETSTANDARD","--define:NETSTANDARD2_0","--define:NETSTANDARD1_0_OR_GREATER","--define:NETSTANDARD1_1_OR_GREATER","--define:NETSTANDARD1_2_OR_GREATER","--define:NETSTANDARD1_3_OR_GREATER","--define:NETSTANDARD1_4_OR_GREATER","--define:NETSTANDARD1_5_OR_GREATER","--define:NETSTANDARD1_6_OR_GREATER","--define:NETSTANDARD2_0_OR_GREATER","--define:FABLE_COMPILER_JAVASCRIPT","--define:FABLE_COMPILER","--define:FABLE_COMPILER_TYPESCRIPT","--noframework","--nologo","--simpleresolution","--nocopyfsharpcore","--nowin32manifest","--warn:3","--fullpaths","--flaterrors","--optimize-","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll","-r:C:/Users/HLWei/.nuget/packages/fable.core/4.3.0/lib/netstandard2.0/Fable.Core.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.xmlhttprequest/1.1.0/lib/netstandard2.0/Browser.XMLHttpRequest.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.webstorage/1.0.0/lib/netstandard2.0/Browser.WebStorage.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.gamepad/1.1.0/lib/netstandard2.0/Browser.Gamepad.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.event/1.5.0/lib/netstandard2.0/Browser.Event.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.dom/1.0.0/lib/netstandard2.0/Browser.Dom.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.blob/1.2.0/lib/netstandard2.0/Browser.Blob.dll","-r:C:\\Users\\HLWei\\.nuget\\packages\\fable\\4.24.0\\tools\\net6.0\\any\\FSharp.Core.dll"],"References":["C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/ARCtrl.FileSystem.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/ARCtrl.CWL.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/ARCtrl.Core.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/ARCtrl.Spreadsheet.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ARCtrl.ROCrate.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/ARCtrl.Json.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ValidationPackages/ARCtrl.ValidationPackages.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/ARCtrl.Yaml.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ARCtrl.Contract.fsproj"],"OutDir":["Some","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js"],"FableLibDir":"C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/fable-library-js.4.24.0","FableModulesDir":"C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules","OutputType":["Library"],"TargetFramework":["Some","netstandard2.0"],"Exclude":[],"SourceMaps":false,"SourceMapsRoot":null}
|
|
1
|
+
{"Version":"4.24.0","FableOptions":{"TypedArrays":true,"ClampByteArrays":false,"Language":["JavaScript"],"Define":["FABLE_COMPILER","FABLE_COMPILER_4","FABLE_COMPILER_JAVASCRIPT"],"DebugMode":false,"OptimizeFSharpAst":false,"Verbosity":["Normal"],"FileExtension":".js","TriggeredByDependency":false,"NoReflection":false},"ProjectPath":"C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/ARCtrl.Javascript.fsproj","SourcePaths":["C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.7.0.1/HashCodes.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.7.0.1/FablePy.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.7.0.1/FableJS.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.7.0.1/DynamicObj.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.7.0.1/DynObj.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Unions.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Cell.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Row.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Column.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Table.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Csv.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Exceljs.1.6.0/Extensions.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Promise.3.2.0/Promise.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Fetch.2.6.0/Fetch.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Types.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableRow.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/SheetBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/Transform.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/Operators.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/ColumnBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/TableBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/SheetBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/WorkbookBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/DSL/DSL.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Interop/PyInterop.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Persil.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Preprocessing.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Regex.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Reader.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Writer.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Library.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/Path.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/Commit.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/DefaultGitignore.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/DefaultGitattributes.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/FileSystemTree.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/FileSystem.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/CWLTypes.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/Requirements.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/Outputs.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/Inputs.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/WorkflowSteps.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/ToolDescription.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/WorkflowDescription.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Collections.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/DateTime.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Url.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Regex.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/ORCID.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Identifier.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/HashCodes.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Printer.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/SemVer.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/URI.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/CommentList.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Value.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/IPropertyValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/DataFile.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Data.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/DataContext.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Publication.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Factor.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Material.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Source.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Component.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Process.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProcessSequence.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ColumnIndex.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/CompositeColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/ArcTableAux.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/ArcTables.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/DataMap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/ArcTypes.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Template.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Templates.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Conversion.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/IdentifierSetters.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AssemblyInfo.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/CollectionAux.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Conversions.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/SparseTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Contacts.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/DesignDescriptors.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Factors.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Protocols.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Publication.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Assays.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Study.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeCell.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AnnotationTable/ArcTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/DataMapTable/DataMapHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/DataMapTable/DataMapColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/DataMapTable/DataMapTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/DataMap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/ArcAssay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/ArcStudy.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/ArcInvestigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Template.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Helper.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/DynObjExtensions.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/LDContext.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ROCrateContext.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/LDObject.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/DefinedTerm.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/PropertyValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/PostalAddress.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/Organization.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/ScholarlyArticle.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/File.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/LabProtocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/LabProcess.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/Generic/Dataset.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Dataset.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Investigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Study.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Assay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/LabProcess.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/LabProtocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Data.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/PropertyValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/ScholarlyArticle.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ArcROCrateMetadata.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/property_value_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_assay_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_comment_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_component_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_data_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_factor_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_factor_value_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_investigation_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_material_attribute_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_material_attribute_value_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_material_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_ontology_annotation_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_ontology_source_reference_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_organization_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_person_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_process_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_process_parameter_value_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_protocol_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_protocol_parameter_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_publication_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_sample_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_source_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_study_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/rocrate_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ConverterOptions.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ROCrate/LDRef.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ROCrate/LDValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ROCrate/LDContext.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ROCrate/LDNode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ROCrate/LDGraph.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/IDTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/StringTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/PropertyValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/DataFile.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Data.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Publication.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Value.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Factor.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Component.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Material.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Source.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Process.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/AssayMaterials.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/StudyMaterials.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/OATable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/CellTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/IOType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/Templates.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/DataMap/DataContext.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/DataMap/DataMap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Assay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Study.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Investigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ValidationPackages/ValidationPackage.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ValidationPackages/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/ValidationPackage.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/Contract.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/Datamap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ArcAssay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ArcStudy.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ArcInvestigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/Git.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ARC.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/ColumnIndex.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/DataFile.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Data.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Publication.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Value.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Factor.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Component.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Material.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Source.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Process.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessSequence.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/StudyMaterials.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/Compression.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/IOType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/Templates.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/DataMap/DataMap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Assay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Study.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Investigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/LDObject.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/Conversion.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/ROCrateIO.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/CrossAsync.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/ContractIO/FileSystemHelper.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/ContractIO/ContractIO.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/WebRequest/WebRequest.Node.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/WebRequest/WebRequest.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/Template.Web.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/ARC.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/Json.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/Xlsx.fs"],"FSharpOptions":["--nowarn:1701,1702,1701,1702","--define:TRACE","--define:RELEASE","--define:NETSTANDARD","--define:NETSTANDARD2_0","--define:NETSTANDARD1_0_OR_GREATER","--define:NETSTANDARD1_1_OR_GREATER","--define:NETSTANDARD1_2_OR_GREATER","--define:NETSTANDARD1_3_OR_GREATER","--define:NETSTANDARD1_4_OR_GREATER","--define:NETSTANDARD1_5_OR_GREATER","--define:NETSTANDARD1_6_OR_GREATER","--define:NETSTANDARD2_0_OR_GREATER","--define:FABLE_COMPILER_JAVASCRIPT","--define:FABLE_COMPILER","--define:FABLE_COMPILER_TYPESCRIPT","--noframework","--nologo","--simpleresolution","--nocopyfsharpcore","--nowin32manifest","--warn:3","--fullpaths","--flaterrors","--optimize-","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll","-r:C:/Users/HLWei/.nuget/packages/fable.core/4.3.0/lib/netstandard2.0/Fable.Core.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.xmlhttprequest/1.1.0/lib/netstandard2.0/Browser.XMLHttpRequest.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.webstorage/1.0.0/lib/netstandard2.0/Browser.WebStorage.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.gamepad/1.1.0/lib/netstandard2.0/Browser.Gamepad.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.event/1.5.0/lib/netstandard2.0/Browser.Event.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.dom/1.0.0/lib/netstandard2.0/Browser.Dom.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.blob/1.2.0/lib/netstandard2.0/Browser.Blob.dll","-r:C:\\Users\\HLWei\\.nuget\\packages\\fable\\4.24.0\\tools\\net6.0\\any\\FSharp.Core.dll"],"References":["C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/ARCtrl.FileSystem.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/ARCtrl.CWL.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Core/ARCtrl.Core.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/ARCtrl.Spreadsheet.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ARCtrl.ROCrate.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ARCtrl.Json.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/ValidationPackages/ARCtrl.ValidationPackages.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/ARCtrl.Yaml.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ARCtrl.Contract.fsproj"],"OutDir":["Some","C:/Users/HLWei/source/repos/ARCtrl/dist/js"],"FableLibDir":"C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/fable-library-js.4.24.0","FableModulesDir":"C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules","OutputType":["Library"],"TargetFramework":["Some","netstandard2.0"],"Exclude":[],"SourceMaps":false,"SourceMapsRoot":null}
|
package/package.json
CHANGED
package/Json/ARC.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ofArray, choose } from "../fable_modules/fable-library-js.4.24.0/List.js";
|
|
2
|
-
import { map } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
3
|
-
import { tryInclude } from "./Encode.js";
|
|
4
|
-
import { ROCrate_decoder, ROCrate_encoder } from "./Investigation.js";
|
|
5
|
-
import { context_jsonvalue, conformsTo_jsonvalue } from "./context/rocrate/rocrate_context.js";
|
|
6
|
-
import { map as map_1 } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
7
|
-
import { object } from "../fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js";
|
|
8
|
-
|
|
9
|
-
export function encoder(isa) {
|
|
10
|
-
const values = choose((tupledArg) => map((v_1) => [tupledArg[0], v_1], tupledArg[1]), ofArray([tryInclude("@type", (value) => ({
|
|
11
|
-
Encode(helpers) {
|
|
12
|
-
return helpers.encodeString(value);
|
|
13
|
-
},
|
|
14
|
-
}), "CreativeWork"), tryInclude("@id", (value_2) => ({
|
|
15
|
-
Encode(helpers_1) {
|
|
16
|
-
return helpers_1.encodeString(value_2);
|
|
17
|
-
},
|
|
18
|
-
}), "ro-crate-metadata.json"), tryInclude("about", ROCrate_encoder, isa), ["conformsTo", conformsTo_jsonvalue], ["@context", context_jsonvalue]]));
|
|
19
|
-
return {
|
|
20
|
-
Encode(helpers_2) {
|
|
21
|
-
const arg = map_1((tupledArg_1) => [tupledArg_1[0], tupledArg_1[1].Encode(helpers_2)], values);
|
|
22
|
-
return helpers_2.encodeObject(arg);
|
|
23
|
-
},
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export const decoder = object((get$) => {
|
|
28
|
-
const objectArg = get$.Optional;
|
|
29
|
-
return objectArg.Field("about", ROCrate_decoder);
|
|
30
|
-
});
|
|
31
|
-
|
package/JsonIO/ARC.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ofArray, choose } from "../fable_modules/fable-library-js.4.24.0/List.js";
|
|
2
|
-
import { map } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
3
|
-
import { tryInclude } from "../Json/Encode.js";
|
|
4
|
-
import { ROCrate_decoder, ROCrate_encoder } from "../Json/Investigation.js";
|
|
5
|
-
import { context_jsonvalue, conformsTo_jsonvalue } from "../Json/context/rocrate/rocrate_context.js";
|
|
6
|
-
import { map as map_1 } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
7
|
-
import { object } from "../fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js";
|
|
8
|
-
|
|
9
|
-
export function encoder(isa) {
|
|
10
|
-
const values = choose((tupledArg) => map((v_1) => [tupledArg[0], v_1], tupledArg[1]), ofArray([tryInclude("@type", (value) => ({
|
|
11
|
-
Encode(helpers) {
|
|
12
|
-
return helpers.encodeString(value);
|
|
13
|
-
},
|
|
14
|
-
}), "CreativeWork"), tryInclude("@id", (value_2) => ({
|
|
15
|
-
Encode(helpers_1) {
|
|
16
|
-
return helpers_1.encodeString(value_2);
|
|
17
|
-
},
|
|
18
|
-
}), "ro-crate-metadata.json"), tryInclude("about", ROCrate_encoder, isa), ["conformsTo", conformsTo_jsonvalue], ["@context", context_jsonvalue]]));
|
|
19
|
-
return {
|
|
20
|
-
Encode(helpers_2) {
|
|
21
|
-
const arg = map_1((tupledArg_1) => [tupledArg_1[0], tupledArg_1[1].Encode(helpers_2)], values);
|
|
22
|
-
return helpers_2.encodeObject(arg);
|
|
23
|
-
},
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export const decoder = object((get$) => {
|
|
28
|
-
const objectArg = get$.Optional;
|
|
29
|
-
return objectArg.Field("about", ROCrate_decoder);
|
|
30
|
-
});
|
|
31
|
-
|
|
@@ -1,310 +0,0 @@
|
|
|
1
|
-
namespace DynamicObj
|
|
2
|
-
|
|
3
|
-
#if !FABLE_COMPILER
|
|
4
|
-
open System.Dynamic
|
|
5
|
-
#endif
|
|
6
|
-
|
|
7
|
-
open System.Collections.Generic
|
|
8
|
-
open Fable.Core
|
|
9
|
-
|
|
10
|
-
[<AttachMembers>]
|
|
11
|
-
type DynamicObj() =
|
|
12
|
-
|
|
13
|
-
#if !FABLE_COMPILER
|
|
14
|
-
inherit DynamicObject()
|
|
15
|
-
#endif
|
|
16
|
-
|
|
17
|
-
let mutable properties = new Dictionary<string, obj>()
|
|
18
|
-
|
|
19
|
-
/// <summary>
|
|
20
|
-
/// A dictionary of dynamic boxed properties
|
|
21
|
-
/// </summary>
|
|
22
|
-
member this.Properties
|
|
23
|
-
with get() = properties
|
|
24
|
-
and internal set(value) = properties <- value
|
|
25
|
-
|
|
26
|
-
/// <summary>
|
|
27
|
-
/// Creates a new DynamicObj from a Dictionary containing dynamic properties.
|
|
28
|
-
/// </summary>
|
|
29
|
-
/// <param name="dynamicProperties">The dictionary with the dynamic properties</param>
|
|
30
|
-
static member ofDict (dynamicProperties: Dictionary<string,obj>) =
|
|
31
|
-
let obj = DynamicObj()
|
|
32
|
-
obj.Properties <- dynamicProperties
|
|
33
|
-
obj
|
|
34
|
-
|
|
35
|
-
/// <summary>
|
|
36
|
-
/// Returns Some(PropertyHelper) if a static property with the given name exists, otherwise None.
|
|
37
|
-
/// </summary>
|
|
38
|
-
/// <param name="propertyName">The name of the property to get the PropertyHelper for</param>
|
|
39
|
-
member this.TryGetStaticPropertyHelper (propertyName: string) : PropertyHelper option =
|
|
40
|
-
ReflectionUtils.tryGetStaticPropertyInfo this propertyName
|
|
41
|
-
|
|
42
|
-
/// <summary>
|
|
43
|
-
/// Returns Some(PropertyHelper) if a dynamic property with the given name exists, otherwise None.
|
|
44
|
-
/// </summary>
|
|
45
|
-
/// <param name="propertyName">The name of the property to get the PropertyHelper for</param>
|
|
46
|
-
member this.TryGetDynamicPropertyHelper (propertyName: string) : PropertyHelper option =
|
|
47
|
-
#if FABLE_COMPILER_JAVASCRIPT || FABLE_COMPILER_TYPESCRIPT
|
|
48
|
-
FableJS.tryGetDynamicPropertyHelper this propertyName
|
|
49
|
-
#endif
|
|
50
|
-
#if FABLE_COMPILER_PYTHON
|
|
51
|
-
FablePy.tryGetDynamicPropertyHelper this propertyName
|
|
52
|
-
#endif
|
|
53
|
-
#if !FABLE_COMPILER
|
|
54
|
-
match properties.TryGetValue propertyName with
|
|
55
|
-
| true,_ ->
|
|
56
|
-
Some {
|
|
57
|
-
Name = propertyName
|
|
58
|
-
IsStatic = false
|
|
59
|
-
IsDynamic = true
|
|
60
|
-
IsMutable = true
|
|
61
|
-
IsImmutable = false
|
|
62
|
-
GetValue = fun o -> properties.[propertyName]
|
|
63
|
-
SetValue = fun o v -> properties.[propertyName] <- v
|
|
64
|
-
RemoveValue = fun o -> properties.Remove(propertyName) |> ignore
|
|
65
|
-
}
|
|
66
|
-
| _ -> None
|
|
67
|
-
#endif
|
|
68
|
-
|
|
69
|
-
/// <summary>
|
|
70
|
-
/// Returns Some(PropertyHelper) if a property (static or dynamic) with the given name exists, otherwise None.
|
|
71
|
-
/// </summary>
|
|
72
|
-
/// <param name="propertyName">The name of the property to get the PropertyHelper for</param>
|
|
73
|
-
member this.TryGetPropertyHelper (propertyName: string) : PropertyHelper option =
|
|
74
|
-
match this.TryGetStaticPropertyHelper propertyName with
|
|
75
|
-
| Some pi -> Some pi
|
|
76
|
-
| None -> this.TryGetDynamicPropertyHelper propertyName
|
|
77
|
-
|
|
78
|
-
/// <summary>
|
|
79
|
-
/// Returns Some(boxed property value) if a dynamic (or static) property with the given name exists, otherwise None.
|
|
80
|
-
/// </summary>
|
|
81
|
-
/// <param name="name">the name of the property to get</param>
|
|
82
|
-
member this.TryGetPropertyValue (propertyName: string) =
|
|
83
|
-
// first check the Properties collection for member
|
|
84
|
-
this.TryGetPropertyHelper(propertyName)
|
|
85
|
-
|> Option.map (fun pi -> pi.GetValue(this))
|
|
86
|
-
|
|
87
|
-
/// <summary>
|
|
88
|
-
/// Returns the boxed property value of the dynamic (or static) property with the given name.
|
|
89
|
-
/// </summary>
|
|
90
|
-
/// <param name="propertyName">the name of the property to get</param>
|
|
91
|
-
/// <exception cref="System.MissingMemberException">Thrown if no dynamic or static property with the given name exists</exception>
|
|
92
|
-
member this.GetPropertyValue (propertyName: string) =
|
|
93
|
-
match this.TryGetPropertyValue(propertyName) with
|
|
94
|
-
| Some value -> value
|
|
95
|
-
| None -> raise <| System.MissingMemberException($"No dynamic or static property \"{propertyName}\" does exist on object.")
|
|
96
|
-
|
|
97
|
-
#if !FABLE_COMPILER
|
|
98
|
-
|
|
99
|
-
/// <summary>
|
|
100
|
-
/// Returns Some('TPropertyValue) when a dynamic (or static) property with the given name and type exists, otherwise None.
|
|
101
|
-
///
|
|
102
|
-
/// This method is not Fable-compatible and can therefore not be used in code that will be transpiled.
|
|
103
|
-
/// </summary>
|
|
104
|
-
/// <param name="propertyName">the name of the property to get</param>
|
|
105
|
-
/// <remarks>This method is not Fable-compatible and can therefore not be used in code that will be transpiled.</remarks>
|
|
106
|
-
member this.TryGetTypedPropertyValue<'TPropertyValue> (propertyName: string) =
|
|
107
|
-
|
|
108
|
-
match (this.TryGetPropertyValue propertyName) with
|
|
109
|
-
| None -> None
|
|
110
|
-
| Some o ->
|
|
111
|
-
match o with
|
|
112
|
-
| :? 'TPropertyValue as o -> o |> Some
|
|
113
|
-
| _ -> None
|
|
114
|
-
#endif
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
/// <summary>
|
|
118
|
-
/// Sets the dynamic (or static) property value with the given name, creating a new dynamic property if none exists.
|
|
119
|
-
/// </summary>
|
|
120
|
-
/// <param name="propertyName">the name of the property to set</param>
|
|
121
|
-
/// <param name="propertyValue">the value of the property to set</param>
|
|
122
|
-
member this.SetProperty (
|
|
123
|
-
propertyName: string,
|
|
124
|
-
propertyValue: obj
|
|
125
|
-
) =
|
|
126
|
-
// first check to see if there's a native property to set
|
|
127
|
-
match this.TryGetStaticPropertyHelper propertyName with
|
|
128
|
-
| Some pi ->
|
|
129
|
-
if pi.IsMutable then
|
|
130
|
-
pi.SetValue this propertyValue
|
|
131
|
-
else
|
|
132
|
-
failwith $"Cannot set value for static, immutable property \"{propertyName}\""
|
|
133
|
-
| None ->
|
|
134
|
-
#if FABLE_COMPILER_JAVASCRIPT || FABLE_COMPILER_TYPESCRIPT
|
|
135
|
-
FableJS.setPropertyValue this propertyName propertyValue
|
|
136
|
-
#endif
|
|
137
|
-
#if FABLE_COMPILER_PYTHON
|
|
138
|
-
FablePy.setPropertyValue this propertyName propertyValue
|
|
139
|
-
#endif
|
|
140
|
-
#if !FABLE_COMPILER
|
|
141
|
-
// Next check the Properties collection for member
|
|
142
|
-
match properties.TryGetValue propertyName with
|
|
143
|
-
| true,_ -> properties.[propertyName] <- propertyValue
|
|
144
|
-
| _ -> properties.Add(propertyName,propertyValue)
|
|
145
|
-
#endif
|
|
146
|
-
|
|
147
|
-
/// <summary>
|
|
148
|
-
/// Removes any dynamic property with the given name from the input DynamicObj.
|
|
149
|
-
/// If the property is static and mutable, it will be set to null.
|
|
150
|
-
/// Static immutable properties cannot be removed.
|
|
151
|
-
/// </summary>
|
|
152
|
-
/// <param name="propertyName">the name of the property to remove</param>
|
|
153
|
-
/// <exception cref="System.MemberAccessException">Thrown if the dynamic property does not exist</exception>
|
|
154
|
-
member this.RemoveProperty (propertyName: string) =
|
|
155
|
-
match this.TryGetPropertyHelper propertyName with
|
|
156
|
-
| Some pi when pi.IsMutable ->
|
|
157
|
-
pi.RemoveValue this
|
|
158
|
-
true
|
|
159
|
-
| Some _ ->
|
|
160
|
-
raise <| System.MemberAccessException($"Cannot remove value for static, immutable property \"{propertyName}\"")
|
|
161
|
-
| None -> false
|
|
162
|
-
|
|
163
|
-
/// <summary>
|
|
164
|
-
/// Returns PropertyHelpers for all dynamic properties of the DynamicObj.
|
|
165
|
-
///
|
|
166
|
-
/// When includeInstanceProperties is set to true, instance properties (= 'static' properties on the class) are included in the result.
|
|
167
|
-
/// </summary>
|
|
168
|
-
/// <param name="includeInstanceProperties">whether to include instance properties (= 'static' properties on the class)</param>
|
|
169
|
-
member this.GetPropertyHelpers (includeInstanceProperties: bool) =
|
|
170
|
-
#if FABLE_COMPILER_JAVASCRIPT || FABLE_COMPILER_TYPESCRIPT
|
|
171
|
-
FableJS.getPropertyHelpers this
|
|
172
|
-
|> Seq.filter (fun pd ->
|
|
173
|
-
includeInstanceProperties || pd.IsDynamic
|
|
174
|
-
)
|
|
175
|
-
#endif
|
|
176
|
-
#if FABLE_COMPILER_PYTHON
|
|
177
|
-
FablePy.getPropertyHelpers this
|
|
178
|
-
|> Seq.filter (fun pd ->
|
|
179
|
-
includeInstanceProperties || pd.IsDynamic
|
|
180
|
-
)
|
|
181
|
-
#endif
|
|
182
|
-
#if !FABLE_COMPILER
|
|
183
|
-
seq [
|
|
184
|
-
if includeInstanceProperties then
|
|
185
|
-
yield! ReflectionUtils.getStaticProperties (this)
|
|
186
|
-
for key in properties.Keys ->
|
|
187
|
-
{
|
|
188
|
-
Name = key
|
|
189
|
-
IsStatic = false
|
|
190
|
-
IsDynamic = true
|
|
191
|
-
IsMutable = true
|
|
192
|
-
IsImmutable = false
|
|
193
|
-
GetValue = fun o -> properties.[key]
|
|
194
|
-
SetValue = fun o v -> properties.[key] <- v
|
|
195
|
-
RemoveValue = fun o -> properties.Remove(key) |> ignore
|
|
196
|
-
}
|
|
197
|
-
]
|
|
198
|
-
#endif
|
|
199
|
-
|> Seq.filter (fun p -> p.Name.ToLower() <> "properties")
|
|
200
|
-
|
|
201
|
-
/// <summary>
|
|
202
|
-
/// Returns a sequence of all dynamic properties as a key value pair of the property names and the boxed property values.
|
|
203
|
-
///
|
|
204
|
-
/// When includeInstanceProperties is set to true, instance properties (= 'static' properties on the class) are included in the result.
|
|
205
|
-
/// </summary>
|
|
206
|
-
/// <param name="includeInstanceProperties">whether to include instance properties (= 'static' properties on the class)</param>
|
|
207
|
-
member this.GetProperties includeInstanceProperties : seq<KeyValuePair<string,obj>> =
|
|
208
|
-
this.GetPropertyHelpers(includeInstanceProperties)
|
|
209
|
-
|> Seq.choose (fun kv ->
|
|
210
|
-
if kv.Name <> "properties" then
|
|
211
|
-
Some (KeyValuePair(kv.Name, kv.GetValue this))
|
|
212
|
-
else
|
|
213
|
-
None
|
|
214
|
-
)
|
|
215
|
-
|
|
216
|
-
/// <summary>
|
|
217
|
-
/// Returns a sequence of all dynamic property names.
|
|
218
|
-
///
|
|
219
|
-
/// When includeInstanceProperties is set to true, instance properties (= 'static' properties on the class) are included in the result.
|
|
220
|
-
/// </summary>
|
|
221
|
-
/// <param name="includeInstanceProperties"></param>
|
|
222
|
-
member this.GetPropertyNames(includeInstanceProperties) =
|
|
223
|
-
this.GetProperties(includeInstanceProperties)
|
|
224
|
-
|> Seq.map (fun kv -> kv.Key)
|
|
225
|
-
|
|
226
|
-
/// <summary>
|
|
227
|
-
/// Copies all dynamic members of the DynamicObj to the target DynamicObj.
|
|
228
|
-
///
|
|
229
|
-
/// If overWrite is set to true, existing properties on the target object will be overwritten.
|
|
230
|
-
///
|
|
231
|
-
/// Note that this method will not perform nested checks, e.g. if a property is a DynamicObj itself, it will not be copied recursively.
|
|
232
|
-
/// </summary>
|
|
233
|
-
/// <param name="target">The target object to copy dynamic members to</param>
|
|
234
|
-
/// <param name="overWrite">Whether existing properties on the target object will be overwritten</param>
|
|
235
|
-
member this.CopyDynamicPropertiesTo(target:#DynamicObj, ?overWrite) =
|
|
236
|
-
let overWrite = defaultArg overWrite false
|
|
237
|
-
this.GetProperties(false)
|
|
238
|
-
|> Seq.iter (fun kv ->
|
|
239
|
-
match target.TryGetPropertyHelper kv.Key with
|
|
240
|
-
| Some pi when overWrite -> pi.SetValue target kv.Value
|
|
241
|
-
| Some _ -> failwith $"Property \"{kv.Key}\" already exists on target object and overWrite was not set to true."
|
|
242
|
-
| None -> target.SetProperty(kv.Key,kv.Value)
|
|
243
|
-
)
|
|
244
|
-
|
|
245
|
-
/// <summary>
|
|
246
|
-
/// Returns a new DynamicObj with only the dynamic properties of the original DynamicObj (sans instance properties).
|
|
247
|
-
/// </summary>
|
|
248
|
-
member this.CopyDynamicProperties() =
|
|
249
|
-
let target = DynamicObj()
|
|
250
|
-
this.CopyDynamicPropertiesTo(target)
|
|
251
|
-
target
|
|
252
|
-
|
|
253
|
-
#if !FABLE_COMPILER
|
|
254
|
-
// Some necessary overrides for methods inherited from System.Dynamic.DynamicObject()
|
|
255
|
-
//
|
|
256
|
-
// Needed mainly for making Newtonsoft.Json Serialization work
|
|
257
|
-
override this.TryGetMember(binder:GetMemberBinder,result:obj byref ) =
|
|
258
|
-
match this.TryGetPropertyValue binder.Name with
|
|
259
|
-
| Some value -> result <- value; true
|
|
260
|
-
| None -> false
|
|
261
|
-
|
|
262
|
-
override this.TrySetMember(binder:SetMemberBinder, value:obj) =
|
|
263
|
-
this.SetProperty(binder.Name,value)
|
|
264
|
-
true
|
|
265
|
-
|
|
266
|
-
/// Returns both instance and dynamic member names.
|
|
267
|
-
/// Important to return both so JSON serialization with Json.NET works.
|
|
268
|
-
override this.GetDynamicMemberNames() = this.GetPropertyNames(true)
|
|
269
|
-
|
|
270
|
-
//// potential deserialization support
|
|
271
|
-
//[<JsonExtensionData>]
|
|
272
|
-
//member private this._additionalData : IDictionary<string, JToken> = new Dictionary<string, JToken>()
|
|
273
|
-
|
|
274
|
-
//[<OnDeserialized>]
|
|
275
|
-
//member private this.OnDeserialized(context:StreamingContext) = ()
|
|
276
|
-
// map over key value pairs in additional data, box the token values and set dynamic properties via SetProperty.
|
|
277
|
-
|
|
278
|
-
#endif
|
|
279
|
-
|
|
280
|
-
/// <summary>
|
|
281
|
-
/// Operator to access a property by name
|
|
282
|
-
///
|
|
283
|
-
/// This method is not Fable-compatible and can therefore not be used in code that will be transpiled.
|
|
284
|
-
/// </summary>
|
|
285
|
-
/// <remarks>This method is not Fable-compatible and can therefore not be used in code that will be transpiled.</remarks>
|
|
286
|
-
static member (?) (lookup:#DynamicObj,name:string) =
|
|
287
|
-
match lookup.TryGetPropertyValue name with
|
|
288
|
-
| Some(value) -> value
|
|
289
|
-
| None -> raise <| System.MemberAccessException()
|
|
290
|
-
|
|
291
|
-
/// <summary>
|
|
292
|
-
/// Operator to set a property value
|
|
293
|
-
///
|
|
294
|
-
/// This method is not Fable-compatible and can therefore not be used in code that will be transpiled.
|
|
295
|
-
/// </summary>
|
|
296
|
-
/// <remarks>This method is not Fable-compatible and can therefore not be used in code that will be transpiled.</remarks>
|
|
297
|
-
static member (?<-) (lookup:#DynamicObj,name:string,value:'v) =
|
|
298
|
-
lookup.SetProperty (name,value)
|
|
299
|
-
|
|
300
|
-
override this.GetHashCode () =
|
|
301
|
-
this.GetProperties(true)
|
|
302
|
-
|> Seq.sortBy (fun pair -> pair.Key)
|
|
303
|
-
|> HashCodes.boxHashKeyValSeq
|
|
304
|
-
|> fun x -> x :?> int
|
|
305
|
-
|
|
306
|
-
override this.Equals o =
|
|
307
|
-
match o with
|
|
308
|
-
| :? DynamicObj as other ->
|
|
309
|
-
this.GetHashCode() = other.GetHashCode()
|
|
310
|
-
| _ -> false
|