diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2a70b9c --- /dev/null +++ b/.vscode/launch.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..6893366 --- /dev/null +++ b/.vscode/tasks.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/bin/Debug/net6.0/uri_import.dll b/bin/Debug/net6.0/uri_import.dll index 267355d..09a76cb 100644 Binary files a/bin/Debug/net6.0/uri_import.dll and b/bin/Debug/net6.0/uri_import.dll differ diff --git a/bin/Debug/net6.0/uri_import.pdb b/bin/Debug/net6.0/uri_import.pdb index 98804ed..738c551 100644 Binary files a/bin/Debug/net6.0/uri_import.pdb and b/bin/Debug/net6.0/uri_import.pdb differ diff --git a/obj/Debug/net6.0/ref/uri_import.dll b/obj/Debug/net6.0/ref/uri_import.dll index 4a7bdd2..7707657 100644 Binary files a/obj/Debug/net6.0/ref/uri_import.dll and b/obj/Debug/net6.0/ref/uri_import.dll differ diff --git a/obj/Debug/net6.0/refint/uri_import.dll b/obj/Debug/net6.0/refint/uri_import.dll index 4a7bdd2..7707657 100644 Binary files a/obj/Debug/net6.0/refint/uri_import.dll and b/obj/Debug/net6.0/refint/uri_import.dll differ diff --git a/obj/Debug/net6.0/uri_import.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net6.0/uri_import.GeneratedMSBuildEditorConfig.editorconfig index 94c712e..f92fb74 100644 --- a/obj/Debug/net6.0/uri_import.GeneratedMSBuildEditorConfig.editorconfig +++ b/obj/Debug/net6.0/uri_import.GeneratedMSBuildEditorConfig.editorconfig @@ -7,4 +7,4 @@ build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = build_property._SupportedPlatformList = Linux,macOS,Windows 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/ diff --git a/obj/Debug/net6.0/uri_import.assets.cache b/obj/Debug/net6.0/uri_import.assets.cache index a964385..28aacdb 100644 Binary files a/obj/Debug/net6.0/uri_import.assets.cache and b/obj/Debug/net6.0/uri_import.assets.cache differ diff --git a/obj/Debug/net6.0/uri_import.csproj.FileListAbsolute.txt b/obj/Debug/net6.0/uri_import.csproj.FileListAbsolute.txt index 9b1245e..c6eed4d 100644 --- a/obj/Debug/net6.0/uri_import.csproj.FileListAbsolute.txt +++ b/obj/Debug/net6.0/uri_import.csproj.FileListAbsolute.txt @@ -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/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/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 diff --git a/obj/Debug/net6.0/uri_import.dll b/obj/Debug/net6.0/uri_import.dll index 267355d..09a76cb 100644 Binary files a/obj/Debug/net6.0/uri_import.dll and b/obj/Debug/net6.0/uri_import.dll differ diff --git a/obj/Debug/net6.0/uri_import.genruntimeconfig.cache b/obj/Debug/net6.0/uri_import.genruntimeconfig.cache index 4d18366..75a4dcb 100644 --- a/obj/Debug/net6.0/uri_import.genruntimeconfig.cache +++ b/obj/Debug/net6.0/uri_import.genruntimeconfig.cache @@ -1 +1 @@ -79de82e84011126901e9a9f0b2a49047170fe547 +759f1da8a4fcbe6bf83ffe50b2dd7029ae0c1e1f diff --git a/obj/Debug/net6.0/uri_import.pdb b/obj/Debug/net6.0/uri_import.pdb index 98804ed..738c551 100644 Binary files a/obj/Debug/net6.0/uri_import.pdb and b/obj/Debug/net6.0/uri_import.pdb differ diff --git a/obj/project.assets.json b/obj/project.assets.json index 911cfd0..1acf22d 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -16939,11 +16939,11 @@ "project": { "version": "1.0.0", "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", - "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/", - "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/obj/", + "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/", "projectStyle": "PackageReference", "fallbackFolders": [ "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index 42bed5a..c0a65fb 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "9bnFwOldEghn8pgdJq9gRd4oxLcXqWquYflPARHwXCLe2TUdL26lcldf4GoPXOrrma1f/uqhtkaUPsoCyBxzEQ==", + "dgSpecHash": "B4b8ZmD30OLjaqk4Q6OPh7+OqtVFjvXbHsidJuIJoVxkqWHyCbX6HwI1svFaWxIyFFyRcegok5GCYMGmnGfDCg==", "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": [ "/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", diff --git a/obj/uri_import.csproj.nuget.dgspec.json b/obj/uri_import.csproj.nuget.dgspec.json index d9abb87..0a313b8 100644 --- a/obj/uri_import.csproj.nuget.dgspec.json +++ b/obj/uri_import.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "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": { - "/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", "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", - "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/", - "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/uri_import/obj/", + "outputPath": "/Volumes/New2TBDrive/apps/acumatica/console/ac_uri_import/Acumatica_Import_URI/obj/", "projectStyle": "PackageReference", "fallbackFolders": [ "/usr/local/share/dotnet/sdk/NuGetFallbackFolder"