| @@ -0,0 +1,26 @@ | |||||
| { | |||||
| "version": "0.2.0", | |||||
| "configurations": [ | |||||
| { | |||||
| // Use IntelliSense to find out which attributes exist for C# debugging | |||||
| // Use hover for the description of the existing attributes | |||||
| // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md | |||||
| "name": ".NET Core Launch (console)", | |||||
| "type": "coreclr", | |||||
| "request": "launch", | |||||
| "preLaunchTask": "build", | |||||
| // If you have changed target frameworks, make sure to update the program path. | |||||
| "program": "${workspaceFolder}/bin/Debug/net6.0/uri_import.dll", | |||||
| "args": [], | |||||
| "cwd": "${workspaceFolder}", | |||||
| // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console | |||||
| "console": "internalConsole", | |||||
| "stopAtEntry": false | |||||
| }, | |||||
| { | |||||
| "name": ".NET Core Attach", | |||||
| "type": "coreclr", | |||||
| "request": "attach" | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -0,0 +1,41 @@ | |||||
| { | |||||
| "version": "2.0.0", | |||||
| "tasks": [ | |||||
| { | |||||
| "label": "build", | |||||
| "command": "dotnet", | |||||
| "type": "process", | |||||
| "args": [ | |||||
| "build", | |||||
| "${workspaceFolder}/uri_import.csproj", | |||||
| "/property:GenerateFullPaths=true", | |||||
| "/consoleloggerparameters:NoSummary" | |||||
| ], | |||||
| "problemMatcher": "$msCompile" | |||||
| }, | |||||
| { | |||||
| "label": "publish", | |||||
| "command": "dotnet", | |||||
| "type": "process", | |||||
| "args": [ | |||||
| "publish", | |||||
| "${workspaceFolder}/uri_import.csproj", | |||||
| "/property:GenerateFullPaths=true", | |||||
| "/consoleloggerparameters:NoSummary" | |||||
| ], | |||||
| "problemMatcher": "$msCompile" | |||||
| }, | |||||
| { | |||||
| "label": "watch", | |||||
| "command": "dotnet", | |||||
| "type": "process", | |||||
| "args": [ | |||||
| "watch", | |||||
| "run", | |||||
| "--project", | |||||
| "${workspaceFolder}/uri_import.csproj" | |||||
| ], | |||||
| "problemMatcher": "$msCompile" | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -7,4 +7,4 @@ build_property.InvariantGlobalization = | |||||
| build_property.PlatformNeutralAssembly = | build_property.PlatformNeutralAssembly = | ||||
| build_property._SupportedPlatformList = Linux,macOS,Windows | build_property._SupportedPlatformList = Linux,macOS,Windows | ||||
| build_property.RootNamespace = uri_import | build_property.RootNamespace = uri_import | ||||
| build_property.ProjectDir = /Volumes/New2TBDrive/apps/acumatica/console/uri_import/ | |||||
| build_property.ProjectDir = /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/ | |||||
| @@ -27,3 +27,32 @@ | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/uri_import/bin/Debug/net6.0/itextsharp.dll | /Volumes/New2TBDrive/apps/acumatica/console/uri_import/bin/Debug/net6.0/itextsharp.dll | ||||
| /Volumes/New2TBDrive/apps/acumatica/console/uri_import/bin/Debug/net6.0/System.Net.Http.Formatting.dll | /Volumes/New2TBDrive/apps/acumatica/console/uri_import/bin/Debug/net6.0/System.Net.Http.Formatting.dll | ||||
| /Volumes/New2TBDrive/apps/acumatica/console/uri_import/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll | /Volumes/New2TBDrive/apps/acumatica/console/uri_import/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll | ||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/uri_import | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/uri_import.deps.json | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/uri_import.runtimeconfig.json | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/uri_import.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/uri_import.pdb | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/Acumatica.Default_20.200.001.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/Acumatica.Manufacturing_21.200.001.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/Acumatica.RESTClient.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/SOAPLikeWrapperForREST.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/BouncyCastle.Crypto.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/Independentsoft.Exchange.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/itextsharp.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/JsonSubTypes.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/System.Net.Http.Formatting.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/Newtonsoft.Json.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/Newtonsoft.Json.Bson.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/RestSharp.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/bin/Debug/net6.0/System.Text.Json.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.csproj.AssemblyReference.cache | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.GeneratedMSBuildEditorConfig.editorconfig | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.AssemblyInfoInputs.cache | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.AssemblyInfo.cs | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.csproj.CoreCompileInputs.cache | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.csproj.CopyComplete | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/refint/uri_import.dll | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.pdb | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/uri_import.genruntimeconfig.cache | |||||
| /Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/Debug/net6.0/ref/uri_import.dll | |||||
| @@ -1 +1 @@ | |||||
| 79de82e84011126901e9a9f0b2a49047170fe547 | |||||
| 759f1da8a4fcbe6bf83ffe50b2dd7029ae0c1e1f | |||||
| @@ -16939,11 +16939,11 @@ | |||||
| "project": { | "project": { | ||||
| "version": "1.0.0", | "version": "1.0.0", | ||||
| "restore": { | "restore": { | ||||
| "projectUniqueName": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/uri_import.csproj", | |||||
| "projectUniqueName": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/uri_import.csproj", | |||||
| "projectName": "uri_import", | "projectName": "uri_import", | ||||
| "projectPath": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/uri_import.csproj", | |||||
| "projectPath": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/uri_import.csproj", | |||||
| "packagesPath": "/Users/michielcarman/.nuget/packages/", | "packagesPath": "/Users/michielcarman/.nuget/packages/", | ||||
| "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/obj/", | |||||
| "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/", | |||||
| "projectStyle": "PackageReference", | "projectStyle": "PackageReference", | ||||
| "fallbackFolders": [ | "fallbackFolders": [ | ||||
| "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" | "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" | ||||
| @@ -1,8 +1,8 @@ | |||||
| { | { | ||||
| "version": 2, | "version": 2, | ||||
| "dgSpecHash": "9bnFwOldEghn8pgdJq9gRd4oxLcXqWquYflPARHwXCLe2TUdL26lcldf4GoPXOrrma1f/uqhtkaUPsoCyBxzEQ==", | |||||
| "dgSpecHash": "B4b8ZmD30OLjaqk4Q6OPh7+OqtVFjvXbHsidJuIJoVxkqWHyCbX6HwI1svFaWxIyFFyRcegok5GCYMGmnGfDCg==", | |||||
| "success": true, | "success": true, | ||||
| "projectFilePath": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/uri_import.csproj", | |||||
| "projectFilePath": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/uri_import.csproj", | |||||
| "expectedPackageFiles": [ | "expectedPackageFiles": [ | ||||
| "/Users/michielcarman/.nuget/packages/acumatica.default_20.200.001/2.0.0/acumatica.default_20.200.001.2.0.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/acumatica.default_20.200.001/2.0.0/acumatica.default_20.200.001.2.0.0.nupkg.sha512", | ||||
| "/Users/michielcarman/.nuget/packages/acumatica.manufacturing_21.200.001/2.0.0/acumatica.manufacturing_21.200.001.2.0.0.nupkg.sha512", | "/Users/michielcarman/.nuget/packages/acumatica.manufacturing_21.200.001/2.0.0/acumatica.manufacturing_21.200.001.2.0.0.nupkg.sha512", | ||||
| @@ -1,17 +1,17 @@ | |||||
| { | { | ||||
| "format": 1, | "format": 1, | ||||
| "restore": { | "restore": { | ||||
| "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/uri_import.csproj": {} | |||||
| "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/uri_import.csproj": {} | |||||
| }, | }, | ||||
| "projects": { | "projects": { | ||||
| "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/uri_import.csproj": { | |||||
| "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/uri_import.csproj": { | |||||
| "version": "1.0.0", | "version": "1.0.0", | ||||
| "restore": { | "restore": { | ||||
| "projectUniqueName": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/uri_import.csproj", | |||||
| "projectUniqueName": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/uri_import.csproj", | |||||
| "projectName": "uri_import", | "projectName": "uri_import", | ||||
| "projectPath": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/uri_import.csproj", | |||||
| "projectPath": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/uri_import.csproj", | |||||
| "packagesPath": "/Users/michielcarman/.nuget/packages/", | "packagesPath": "/Users/michielcarman/.nuget/packages/", | ||||
| "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/obj/", | |||||
| "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/", | |||||
| "projectStyle": "PackageReference", | "projectStyle": "PackageReference", | ||||
| "fallbackFolders": [ | "fallbackFolders": [ | ||||
| "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" | "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" | ||||