From 810aacb86402150a3b2d20db0c360aef48c105eb Mon Sep 17 00:00:00 2001 From: pinzart90 <46732933+pinzart90@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:06:06 -0400 Subject: [PATCH 01/11] Update build_dynamo_all.yml --- .github/workflows/build_dynamo_all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index 770b0fae503..556b70439aa 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -29,7 +29,8 @@ jobs: dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 - name: Build Dynamo with MSBuild for Windows run: | - msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true + cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" + .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true - name: Look for DynamoCLI.exe run: | Write-Output "***Locating DynamoCLI.exe!***" From 58cdce06d3787e0bcc51a864f00c213328b0c9d6 Mon Sep 17 00:00:00 2001 From: pinzart90 <46732933+pinzart90@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:59:16 -0400 Subject: [PATCH 02/11] Update build_dynamo_all.yml --- .github/workflows/build_dynamo_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index 556b70439aa..dffca500b59 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -30,7 +30,7 @@ jobs: - name: Build Dynamo with MSBuild for Windows run: | cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" - .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true + .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true -tv:17.0 - name: Look for DynamoCLI.exe run: | Write-Output "***Locating DynamoCLI.exe!***" From e18164702f23b045eb3756478f1575183c2bbf77 Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 13:58:40 -0400 Subject: [PATCH 03/11] update --- .github/workflows/build_dynamo_all.yml | 2 +- src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj | 4 ++-- .../DocumentationBrowserViewExtension.csproj | 2 +- src/DynamoApplications/DynamoApplications.csproj | 2 +- src/DynamoCLI/DynamoCLI.csproj | 2 +- src/DynamoCore/DynamoCore.csproj | 2 +- src/DynamoCoreWpf/DynamoCoreWpf.csproj | 2 +- src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj | 2 +- src/DynamoManipulation/DynamoManipulation.csproj | 2 +- src/DynamoPackages/DynamoPackages.csproj | 2 +- src/DynamoPackagesWPF/DynamoPackagesWPF.csproj | 2 +- src/DynamoSandbox/DynamoSandbox.csproj | 2 +- src/DynamoUtilities/DynamoUtilities.csproj | 2 +- src/DynamoWPFCLI/DynamoWPFCLI.csproj | 2 +- src/Engine/GraphLayout/GraphLayout.csproj | 2 +- src/Engine/ProtoAssociative/ProtoAssociative.csproj | 2 +- src/Engine/ProtoCore/ProtoCore.csproj | 2 +- src/Engine/ProtoImperative/ProtoImperative.csproj | 2 +- src/Engine/ProtoScript/ProtoScript.csproj | 2 +- .../GraphMetadataViewExtension.csproj | 2 +- .../GraphNodeManagerViewExtension.csproj | 2 +- src/Libraries/Analysis/Analysis.csproj | 2 +- src/Libraries/CoreNodeModels/CoreNodeModels.csproj | 2 +- src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj | 2 +- src/Libraries/CoreNodes/CoreNodes.csproj | 2 +- src/Libraries/DSCPython/DSCPython.csproj | 2 +- src/Libraries/DSOffice/DSOffice.csproj | 2 +- src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj | 2 +- src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj | 2 +- src/Libraries/DynamoConversions/DynamoConversions.csproj | 2 +- src/Libraries/DynamoUnits/UnitsCore.csproj | 2 +- src/Libraries/GeometryColor/GeometryColor.csproj | 2 +- src/Libraries/GeometryUI/GeometryUI.csproj | 2 +- src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | 2 +- src/Libraries/PythonNodeModels/PythonNodeModels.csproj | 2 +- src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj | 2 +- src/Libraries/Tesellation/Tessellation.csproj | 2 +- src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj | 2 +- src/Libraries/UnitsUI/UnitsUI.csproj | 2 +- src/Libraries/VMDataBridge/VMDataBridge.csproj | 2 +- src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj | 2 +- .../Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj | 2 +- .../LibraryViewExtensionWebView2.csproj | 2 +- src/LintingViewExtension/LintingViewExtension.csproj | 2 +- src/Migrations/Migrations.csproj | 2 +- .../NodeAutoCompleteViewExtension.csproj | 2 +- src/NodeServices/DynamoServices.csproj | 2 +- src/Notifications/Notifications.csproj | 2 +- .../PackageDetailsViewExtension.csproj | 2 +- .../PythonMigrationViewExtension.csproj | 2 +- src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj | 2 +- src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj | 2 +- .../DynamoInstallDetective/DynamoInstallDetective.csproj | 2 +- src/Tools/DynamoShapeManager/DynamoShapeManager.csproj | 2 +- src/Tools/Md2Html/Md2Html.csproj | 2 +- src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj | 2 +- .../NodeDocumentationMarkdownGenerator.csproj | 2 +- .../WorkspaceDependencyViewExtension.csproj | 2 +- test/DynamoCoreTests/DynamoCoreTests.csproj | 2 +- test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj | 2 +- test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj | 2 +- test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj | 2 +- test/Engine/FFITarget/FFITarget.csproj | 2 +- test/Engine/ProtoTest/ProtoTest.csproj | 2 +- .../ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj | 2 +- test/Engine/ProtoTestFx/ProtoTestFx.csproj | 2 +- .../TestCodeBlockNodeSecurityIssue.csproj | 2 +- test/Libraries/AnalysisTests/AnalysisTests.csproj | 2 +- test/Libraries/CommandLineTests/CommandLineTests.csproj | 2 +- test/Libraries/CoreNodesTests/CoreNodesTests.csproj | 2 +- test/Libraries/DataBridgeTests/DataBridgeTests.csproj | 2 +- test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj | 2 +- test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | 2 +- .../DynamoUtilitiesTests/DynamoUtilitiesTests.csproj | 2 +- test/Libraries/GeometryColorTests/GeometryColorTests.csproj | 2 +- test/Libraries/NodeServicesTest/DynamoServicesTests.csproj | 2 +- test/Libraries/PackageManagerTests/PackageManagerTests.csproj | 2 +- test/Libraries/SystemTestServices/SystemTestServices.csproj | 2 +- test/Libraries/TestServices/TestServices.csproj | 2 +- test/Libraries/WorkflowTests/WorkflowTests.csproj | 2 +- test/System/IntegrationTests/IntegrationTests.csproj | 2 +- test/TestUINodes/TestUINodes.csproj | 2 +- .../NodeDocumentationMarkdownGeneratorTests.csproj | 2 +- .../ViewExtensionLibraryTests.csproj | 2 +- test/VisualizationTests/WpfVisualizationTests.csproj | 2 +- test/test_support_projects/EmbeddedInterop.csproj | 2 +- tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj | 2 +- .../DynamoPerformanceTests/DynamoPerformanceTests.csproj | 2 +- 88 files changed, 89 insertions(+), 89 deletions(-) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index dffca500b59..556b70439aa 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -30,7 +30,7 @@ jobs: - name: Build Dynamo with MSBuild for Windows run: | cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" - .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true -tv:17.0 + .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true - name: Look for DynamoCLI.exe run: | Write-Output "***Locating DynamoCLI.exe!***" diff --git a/src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj b/src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj index 013a455ecfc..101570fdc4e 100644 --- a/src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj +++ b/src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj @@ -1,6 +1,6 @@ - + @@ -30,7 +30,7 @@ AssemblySharedInfo.tt - + diff --git a/src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj b/src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj index fb18086fc63..4dbf8f9958f 100644 --- a/src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj +++ b/src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoApplications/DynamoApplications.csproj b/src/DynamoApplications/DynamoApplications.csproj index d7617ad549a..94ba9c1c4a9 100644 --- a/src/DynamoApplications/DynamoApplications.csproj +++ b/src/DynamoApplications/DynamoApplications.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoCLI/DynamoCLI.csproj b/src/DynamoCLI/DynamoCLI.csproj index 5e657d6cb4e..6cccc7d79c9 100644 --- a/src/DynamoCLI/DynamoCLI.csproj +++ b/src/DynamoCLI/DynamoCLI.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoCore/DynamoCore.csproj b/src/DynamoCore/DynamoCore.csproj index 90f6f6b66f4..cad1320a0a2 100644 --- a/src/DynamoCore/DynamoCore.csproj +++ b/src/DynamoCore/DynamoCore.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoCoreWpf/DynamoCoreWpf.csproj b/src/DynamoCoreWpf/DynamoCoreWpf.csproj index 487c2353362..01de6c1d0b9 100644 --- a/src/DynamoCoreWpf/DynamoCoreWpf.csproj +++ b/src/DynamoCoreWpf/DynamoCoreWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj b/src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj index b22d6e79724..68b9ee2d168 100644 --- a/src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj +++ b/src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoManipulation/DynamoManipulation.csproj b/src/DynamoManipulation/DynamoManipulation.csproj index e025a9d80c1..c79e9abbc3d 100644 --- a/src/DynamoManipulation/DynamoManipulation.csproj +++ b/src/DynamoManipulation/DynamoManipulation.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoPackages/DynamoPackages.csproj b/src/DynamoPackages/DynamoPackages.csproj index 6c116ff0f0c..266e487d5cc 100644 --- a/src/DynamoPackages/DynamoPackages.csproj +++ b/src/DynamoPackages/DynamoPackages.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoPackagesWPF/DynamoPackagesWPF.csproj b/src/DynamoPackagesWPF/DynamoPackagesWPF.csproj index f07f32b33aa..c1a0aade88b 100644 --- a/src/DynamoPackagesWPF/DynamoPackagesWPF.csproj +++ b/src/DynamoPackagesWPF/DynamoPackagesWPF.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoSandbox/DynamoSandbox.csproj b/src/DynamoSandbox/DynamoSandbox.csproj index bbd87b85880..6c0f673b0c9 100644 --- a/src/DynamoSandbox/DynamoSandbox.csproj +++ b/src/DynamoSandbox/DynamoSandbox.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoUtilities/DynamoUtilities.csproj b/src/DynamoUtilities/DynamoUtilities.csproj index 7c19394dc48..67d45feee04 100644 --- a/src/DynamoUtilities/DynamoUtilities.csproj +++ b/src/DynamoUtilities/DynamoUtilities.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoWPFCLI/DynamoWPFCLI.csproj b/src/DynamoWPFCLI/DynamoWPFCLI.csproj index 9eb4d2ad7fb..6bfeba3e6a0 100644 --- a/src/DynamoWPFCLI/DynamoWPFCLI.csproj +++ b/src/DynamoWPFCLI/DynamoWPFCLI.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Engine/GraphLayout/GraphLayout.csproj b/src/Engine/GraphLayout/GraphLayout.csproj index d6c80048ddb..373bd59a12f 100644 --- a/src/Engine/GraphLayout/GraphLayout.csproj +++ b/src/Engine/GraphLayout/GraphLayout.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Engine/ProtoAssociative/ProtoAssociative.csproj b/src/Engine/ProtoAssociative/ProtoAssociative.csproj index afad835b7d9..a0a1aa2dd09 100644 --- a/src/Engine/ProtoAssociative/ProtoAssociative.csproj +++ b/src/Engine/ProtoAssociative/ProtoAssociative.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Engine/ProtoCore/ProtoCore.csproj b/src/Engine/ProtoCore/ProtoCore.csproj index e1802768da4..c7d2bc0f6bc 100644 --- a/src/Engine/ProtoCore/ProtoCore.csproj +++ b/src/Engine/ProtoCore/ProtoCore.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Engine/ProtoImperative/ProtoImperative.csproj b/src/Engine/ProtoImperative/ProtoImperative.csproj index 45031a91c26..d048f675ac0 100644 --- a/src/Engine/ProtoImperative/ProtoImperative.csproj +++ b/src/Engine/ProtoImperative/ProtoImperative.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Engine/ProtoScript/ProtoScript.csproj b/src/Engine/ProtoScript/ProtoScript.csproj index 39c127c6961..4dada1b6328 100644 --- a/src/Engine/ProtoScript/ProtoScript.csproj +++ b/src/Engine/ProtoScript/ProtoScript.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/GraphMetadataViewExtension/GraphMetadataViewExtension.csproj b/src/GraphMetadataViewExtension/GraphMetadataViewExtension.csproj index 017bef5c856..3ae000cc7fa 100644 --- a/src/GraphMetadataViewExtension/GraphMetadataViewExtension.csproj +++ b/src/GraphMetadataViewExtension/GraphMetadataViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/GraphNodeManagerViewExtension/GraphNodeManagerViewExtension.csproj b/src/GraphNodeManagerViewExtension/GraphNodeManagerViewExtension.csproj index 4ec6bc88693..a90d3ba0fb0 100644 --- a/src/GraphNodeManagerViewExtension/GraphNodeManagerViewExtension.csproj +++ b/src/GraphNodeManagerViewExtension/GraphNodeManagerViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/Analysis/Analysis.csproj b/src/Libraries/Analysis/Analysis.csproj index 156b7d7ddf5..979e0a88e45 100644 --- a/src/Libraries/Analysis/Analysis.csproj +++ b/src/Libraries/Analysis/Analysis.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/CoreNodeModels/CoreNodeModels.csproj b/src/Libraries/CoreNodeModels/CoreNodeModels.csproj index 3d23dbe3b1a..9038b9f2c82 100644 --- a/src/Libraries/CoreNodeModels/CoreNodeModels.csproj +++ b/src/Libraries/CoreNodeModels/CoreNodeModels.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj b/src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj index 039508f35ec..97549af1562 100644 --- a/src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj +++ b/src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/CoreNodes/CoreNodes.csproj b/src/Libraries/CoreNodes/CoreNodes.csproj index 75f33398dc2..22b463931c2 100644 --- a/src/Libraries/CoreNodes/CoreNodes.csproj +++ b/src/Libraries/CoreNodes/CoreNodes.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DSCPython/DSCPython.csproj b/src/Libraries/DSCPython/DSCPython.csproj index 2f9a37109f9..75bf87b906a 100644 --- a/src/Libraries/DSCPython/DSCPython.csproj +++ b/src/Libraries/DSCPython/DSCPython.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DSOffice/DSOffice.csproj b/src/Libraries/DSOffice/DSOffice.csproj index e0f6b02cceb..b6e03f16220 100644 --- a/src/Libraries/DSOffice/DSOffice.csproj +++ b/src/Libraries/DSOffice/DSOffice.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj b/src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj index a6f8894c25c..a23c60630dd 100644 --- a/src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj +++ b/src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj b/src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj index 919255b53d0..bb1223cedc0 100644 --- a/src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj +++ b/src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DynamoConversions/DynamoConversions.csproj b/src/Libraries/DynamoConversions/DynamoConversions.csproj index 16df5b45c1c..7bd48c69794 100644 --- a/src/Libraries/DynamoConversions/DynamoConversions.csproj +++ b/src/Libraries/DynamoConversions/DynamoConversions.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DynamoUnits/UnitsCore.csproj b/src/Libraries/DynamoUnits/UnitsCore.csproj index 397842f1f41..85f13331ca6 100644 --- a/src/Libraries/DynamoUnits/UnitsCore.csproj +++ b/src/Libraries/DynamoUnits/UnitsCore.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/GeometryColor/GeometryColor.csproj b/src/Libraries/GeometryColor/GeometryColor.csproj index 2fda1b6d500..f4d0d4e1514 100644 --- a/src/Libraries/GeometryColor/GeometryColor.csproj +++ b/src/Libraries/GeometryColor/GeometryColor.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/GeometryUI/GeometryUI.csproj b/src/Libraries/GeometryUI/GeometryUI.csproj index 70ac5c5ba08..89b19d0032a 100644 --- a/src/Libraries/GeometryUI/GeometryUI.csproj +++ b/src/Libraries/GeometryUI/GeometryUI.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj index b2a0171168d..b9f221f16c0 100644 --- a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj +++ b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/PythonNodeModels/PythonNodeModels.csproj b/src/Libraries/PythonNodeModels/PythonNodeModels.csproj index 1430aae3f67..e46fae3fffd 100644 --- a/src/Libraries/PythonNodeModels/PythonNodeModels.csproj +++ b/src/Libraries/PythonNodeModels/PythonNodeModels.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj b/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj index a2805eb8c58..5f0681e6814 100644 --- a/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj +++ b/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/Tesellation/Tessellation.csproj b/src/Libraries/Tesellation/Tessellation.csproj index 40ad2444868..ae475c24e90 100644 --- a/src/Libraries/Tesellation/Tessellation.csproj +++ b/src/Libraries/Tesellation/Tessellation.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj b/src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj index 66b2b553f5e..037e45c2603 100644 --- a/src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj +++ b/src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/UnitsUI/UnitsUI.csproj b/src/Libraries/UnitsUI/UnitsUI.csproj index d2722d5c9e8..0141eba17fe 100644 --- a/src/Libraries/UnitsUI/UnitsUI.csproj +++ b/src/Libraries/UnitsUI/UnitsUI.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/VMDataBridge/VMDataBridge.csproj b/src/Libraries/VMDataBridge/VMDataBridge.csproj index 6e85705f002..ae8c0ac4cb5 100644 --- a/src/Libraries/VMDataBridge/VMDataBridge.csproj +++ b/src/Libraries/VMDataBridge/VMDataBridge.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj b/src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj index 1f1860873a8..3e3ea26c44e 100644 --- a/src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj +++ b/src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj b/src/Libraries/Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj index 6889f27322b..c24a5c996d7 100644 --- a/src/Libraries/Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj +++ b/src/Libraries/Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj b/src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj index 01b657bea53..935783b6dc1 100644 --- a/src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj +++ b/src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/LintingViewExtension/LintingViewExtension.csproj b/src/LintingViewExtension/LintingViewExtension.csproj index 9f5cdd228cb..bb2484539da 100644 --- a/src/LintingViewExtension/LintingViewExtension.csproj +++ b/src/LintingViewExtension/LintingViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Migrations/Migrations.csproj b/src/Migrations/Migrations.csproj index 5da2b38d107..6932ef55aa1 100644 --- a/src/Migrations/Migrations.csproj +++ b/src/Migrations/Migrations.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/NodeAutoCompleteViewExtension/NodeAutoCompleteViewExtension.csproj b/src/NodeAutoCompleteViewExtension/NodeAutoCompleteViewExtension.csproj index edd10f41ac4..42f0e9e89c6 100644 --- a/src/NodeAutoCompleteViewExtension/NodeAutoCompleteViewExtension.csproj +++ b/src/NodeAutoCompleteViewExtension/NodeAutoCompleteViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/NodeServices/DynamoServices.csproj b/src/NodeServices/DynamoServices.csproj index a2bfa4ba341..7e04a02df68 100644 --- a/src/NodeServices/DynamoServices.csproj +++ b/src/NodeServices/DynamoServices.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Notifications/Notifications.csproj b/src/Notifications/Notifications.csproj index fad31397dd5..ae8ffe6a13f 100644 --- a/src/Notifications/Notifications.csproj +++ b/src/Notifications/Notifications.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/PackageDetailsViewExtension/PackageDetailsViewExtension.csproj b/src/PackageDetailsViewExtension/PackageDetailsViewExtension.csproj index af3c2c15b98..b41bd8a0643 100644 --- a/src/PackageDetailsViewExtension/PackageDetailsViewExtension.csproj +++ b/src/PackageDetailsViewExtension/PackageDetailsViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/PythonMigrationViewExtension/PythonMigrationViewExtension.csproj b/src/PythonMigrationViewExtension/PythonMigrationViewExtension.csproj index 6f91383c779..8b867bcd788 100644 --- a/src/PythonMigrationViewExtension/PythonMigrationViewExtension.csproj +++ b/src/PythonMigrationViewExtension/PythonMigrationViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj b/src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj index 8309d02bda3..aa5537a5a3a 100644 --- a/src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj +++ b/src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj b/src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj index bf5c513d050..3d518a5b785 100644 --- a/src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj +++ b/src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/DynamoInstallDetective/DynamoInstallDetective.csproj b/src/Tools/DynamoInstallDetective/DynamoInstallDetective.csproj index ada6d546476..40154087bab 100644 --- a/src/Tools/DynamoInstallDetective/DynamoInstallDetective.csproj +++ b/src/Tools/DynamoInstallDetective/DynamoInstallDetective.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/DynamoShapeManager/DynamoShapeManager.csproj b/src/Tools/DynamoShapeManager/DynamoShapeManager.csproj index 7c375a0d8ab..4a575a1ae86 100644 --- a/src/Tools/DynamoShapeManager/DynamoShapeManager.csproj +++ b/src/Tools/DynamoShapeManager/DynamoShapeManager.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/Md2Html/Md2Html.csproj b/src/Tools/Md2Html/Md2Html.csproj index 4dea3599e33..e00f1110a0e 100644 --- a/src/Tools/Md2Html/Md2Html.csproj +++ b/src/Tools/Md2Html/Md2Html.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj b/src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj index 987f91646d2..9541ad818fb 100644 --- a/src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj +++ b/src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj index 3ae5d61e936..5f1aa10dc51 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj +++ b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.csproj b/src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.csproj index e12e430132d..6525a9d114a 100644 --- a/src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.csproj +++ b/src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/DynamoCoreTests/DynamoCoreTests.csproj b/test/DynamoCoreTests/DynamoCoreTests.csproj index fca4afde67b..d3316946b40 100644 --- a/test/DynamoCoreTests/DynamoCoreTests.csproj +++ b/test/DynamoCoreTests/DynamoCoreTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj b/test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj index c66ee9af32a..a2e0d3134b3 100644 --- a/test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj +++ b/test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj b/test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj index ed0d1e60e80..28a15fb0cfb 100644 --- a/test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj +++ b/test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj b/test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj index 86f9d74579a..6347c7c87f1 100644 --- a/test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj +++ b/test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Engine/FFITarget/FFITarget.csproj b/test/Engine/FFITarget/FFITarget.csproj index 5bd3236dbc1..8243c0ab0f1 100644 --- a/test/Engine/FFITarget/FFITarget.csproj +++ b/test/Engine/FFITarget/FFITarget.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Engine/ProtoTest/ProtoTest.csproj b/test/Engine/ProtoTest/ProtoTest.csproj index c04a1cfc9cf..cb09901a32b 100644 --- a/test/Engine/ProtoTest/ProtoTest.csproj +++ b/test/Engine/ProtoTest/ProtoTest.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Engine/ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj b/test/Engine/ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj index bdc502fbcab..58f9c49b996 100644 --- a/test/Engine/ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj +++ b/test/Engine/ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Engine/ProtoTestFx/ProtoTestFx.csproj b/test/Engine/ProtoTestFx/ProtoTestFx.csproj index a81774a5112..d3bb864b797 100644 --- a/test/Engine/ProtoTestFx/ProtoTestFx.csproj +++ b/test/Engine/ProtoTestFx/ProtoTestFx.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Engine/TestCodeBlockNodeSecurityIssue/TestCodeBlockNodeSecurityIssue.csproj b/test/Engine/TestCodeBlockNodeSecurityIssue/TestCodeBlockNodeSecurityIssue.csproj index bd4ae2b54d2..7dba48e2c2e 100644 --- a/test/Engine/TestCodeBlockNodeSecurityIssue/TestCodeBlockNodeSecurityIssue.csproj +++ b/test/Engine/TestCodeBlockNodeSecurityIssue/TestCodeBlockNodeSecurityIssue.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/AnalysisTests/AnalysisTests.csproj b/test/Libraries/AnalysisTests/AnalysisTests.csproj index d7f24b857d4..35b16e293f9 100644 --- a/test/Libraries/AnalysisTests/AnalysisTests.csproj +++ b/test/Libraries/AnalysisTests/AnalysisTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/CommandLineTests/CommandLineTests.csproj b/test/Libraries/CommandLineTests/CommandLineTests.csproj index 494fd6e5e37..6f1935f08a4 100644 --- a/test/Libraries/CommandLineTests/CommandLineTests.csproj +++ b/test/Libraries/CommandLineTests/CommandLineTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj index c8cb290c4ad..f59d38b1e0e 100644 --- a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj +++ b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/DataBridgeTests/DataBridgeTests.csproj b/test/Libraries/DataBridgeTests/DataBridgeTests.csproj index 18c5a7dd11a..b675d013393 100644 --- a/test/Libraries/DataBridgeTests/DataBridgeTests.csproj +++ b/test/Libraries/DataBridgeTests/DataBridgeTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj b/test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj index 665e0ca4b23..6f8adbd64fe 100644 --- a/test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj +++ b/test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj index 67cd4a57049..00f0bfc168f 100644 --- a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj +++ b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/DynamoUtilitiesTests/DynamoUtilitiesTests.csproj b/test/Libraries/DynamoUtilitiesTests/DynamoUtilitiesTests.csproj index ef38eae803b..9112040dff7 100644 --- a/test/Libraries/DynamoUtilitiesTests/DynamoUtilitiesTests.csproj +++ b/test/Libraries/DynamoUtilitiesTests/DynamoUtilitiesTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj index b5f103440d2..4470e386b6d 100644 --- a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj +++ b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/NodeServicesTest/DynamoServicesTests.csproj b/test/Libraries/NodeServicesTest/DynamoServicesTests.csproj index ae309500180..f4025f68bc7 100644 --- a/test/Libraries/NodeServicesTest/DynamoServicesTests.csproj +++ b/test/Libraries/NodeServicesTest/DynamoServicesTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/PackageManagerTests/PackageManagerTests.csproj b/test/Libraries/PackageManagerTests/PackageManagerTests.csproj index 2dd46a2fe1b..2496b0fb166 100644 --- a/test/Libraries/PackageManagerTests/PackageManagerTests.csproj +++ b/test/Libraries/PackageManagerTests/PackageManagerTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/SystemTestServices/SystemTestServices.csproj b/test/Libraries/SystemTestServices/SystemTestServices.csproj index 2ea550619b4..c5e38dfa28c 100644 --- a/test/Libraries/SystemTestServices/SystemTestServices.csproj +++ b/test/Libraries/SystemTestServices/SystemTestServices.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/TestServices/TestServices.csproj b/test/Libraries/TestServices/TestServices.csproj index 72d141dd544..852373e82d0 100644 --- a/test/Libraries/TestServices/TestServices.csproj +++ b/test/Libraries/TestServices/TestServices.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/WorkflowTests/WorkflowTests.csproj b/test/Libraries/WorkflowTests/WorkflowTests.csproj index 5ea1cc36d7c..846a6af0a47 100644 --- a/test/Libraries/WorkflowTests/WorkflowTests.csproj +++ b/test/Libraries/WorkflowTests/WorkflowTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/System/IntegrationTests/IntegrationTests.csproj b/test/System/IntegrationTests/IntegrationTests.csproj index 9d9aff13b41..a0057af8bd0 100644 --- a/test/System/IntegrationTests/IntegrationTests.csproj +++ b/test/System/IntegrationTests/IntegrationTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/TestUINodes/TestUINodes.csproj b/test/TestUINodes/TestUINodes.csproj index f17a3ba6137..07c9ec724e6 100644 --- a/test/TestUINodes/TestUINodes.csproj +++ b/test/TestUINodes/TestUINodes.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Tools/NodeDocumentationMarkdownGeneratorTests/NodeDocumentationMarkdownGeneratorTests.csproj b/test/Tools/NodeDocumentationMarkdownGeneratorTests/NodeDocumentationMarkdownGeneratorTests.csproj index d3a734c33f6..b1c52c714ff 100644 --- a/test/Tools/NodeDocumentationMarkdownGeneratorTests/NodeDocumentationMarkdownGeneratorTests.csproj +++ b/test/Tools/NodeDocumentationMarkdownGeneratorTests/NodeDocumentationMarkdownGeneratorTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/ViewExtensionLibraryTests/ViewExtensionLibraryTests.csproj b/test/ViewExtensionLibraryTests/ViewExtensionLibraryTests.csproj index 72b235b7e60..bc3d4dfca10 100644 --- a/test/ViewExtensionLibraryTests/ViewExtensionLibraryTests.csproj +++ b/test/ViewExtensionLibraryTests/ViewExtensionLibraryTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/VisualizationTests/WpfVisualizationTests.csproj b/test/VisualizationTests/WpfVisualizationTests.csproj index 08f86bc3184..cd26394715a 100644 --- a/test/VisualizationTests/WpfVisualizationTests.csproj +++ b/test/VisualizationTests/WpfVisualizationTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/test_support_projects/EmbeddedInterop.csproj b/test/test_support_projects/EmbeddedInterop.csproj index 371c4e02f8a..574ebd7afe4 100644 --- a/test/test_support_projects/EmbeddedInterop.csproj +++ b/test/test_support_projects/EmbeddedInterop.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 Library diff --git a/tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj b/tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj index c35fc3bb33f..3af436e526d 100644 --- a/tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj +++ b/tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/tools/Performance/DynamoPerformanceTests/DynamoPerformanceTests.csproj b/tools/Performance/DynamoPerformanceTests/DynamoPerformanceTests.csproj index 1efcef2dda2..f8a59d0e15e 100644 --- a/tools/Performance/DynamoPerformanceTests/DynamoPerformanceTests.csproj +++ b/tools/Performance/DynamoPerformanceTests/DynamoPerformanceTests.csproj @@ -1,4 +1,4 @@ - + AnyCPU AnyCPU From 25aae3dc759a445f30467b2f6c1140cbd229beeb Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 14:06:07 -0400 Subject: [PATCH 04/11] Revert "update" This reverts commit e18164702f23b045eb3756478f1575183c2bbf77. --- .github/workflows/build_dynamo_all.yml | 2 +- src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj | 4 ++-- .../DocumentationBrowserViewExtension.csproj | 2 +- src/DynamoApplications/DynamoApplications.csproj | 2 +- src/DynamoCLI/DynamoCLI.csproj | 2 +- src/DynamoCore/DynamoCore.csproj | 2 +- src/DynamoCoreWpf/DynamoCoreWpf.csproj | 2 +- src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj | 2 +- src/DynamoManipulation/DynamoManipulation.csproj | 2 +- src/DynamoPackages/DynamoPackages.csproj | 2 +- src/DynamoPackagesWPF/DynamoPackagesWPF.csproj | 2 +- src/DynamoSandbox/DynamoSandbox.csproj | 2 +- src/DynamoUtilities/DynamoUtilities.csproj | 2 +- src/DynamoWPFCLI/DynamoWPFCLI.csproj | 2 +- src/Engine/GraphLayout/GraphLayout.csproj | 2 +- src/Engine/ProtoAssociative/ProtoAssociative.csproj | 2 +- src/Engine/ProtoCore/ProtoCore.csproj | 2 +- src/Engine/ProtoImperative/ProtoImperative.csproj | 2 +- src/Engine/ProtoScript/ProtoScript.csproj | 2 +- .../GraphMetadataViewExtension.csproj | 2 +- .../GraphNodeManagerViewExtension.csproj | 2 +- src/Libraries/Analysis/Analysis.csproj | 2 +- src/Libraries/CoreNodeModels/CoreNodeModels.csproj | 2 +- src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj | 2 +- src/Libraries/CoreNodes/CoreNodes.csproj | 2 +- src/Libraries/DSCPython/DSCPython.csproj | 2 +- src/Libraries/DSOffice/DSOffice.csproj | 2 +- src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj | 2 +- src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj | 2 +- src/Libraries/DynamoConversions/DynamoConversions.csproj | 2 +- src/Libraries/DynamoUnits/UnitsCore.csproj | 2 +- src/Libraries/GeometryColor/GeometryColor.csproj | 2 +- src/Libraries/GeometryUI/GeometryUI.csproj | 2 +- src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | 2 +- src/Libraries/PythonNodeModels/PythonNodeModels.csproj | 2 +- src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj | 2 +- src/Libraries/Tesellation/Tessellation.csproj | 2 +- src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj | 2 +- src/Libraries/UnitsUI/UnitsUI.csproj | 2 +- src/Libraries/VMDataBridge/VMDataBridge.csproj | 2 +- src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj | 2 +- .../Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj | 2 +- .../LibraryViewExtensionWebView2.csproj | 2 +- src/LintingViewExtension/LintingViewExtension.csproj | 2 +- src/Migrations/Migrations.csproj | 2 +- .../NodeAutoCompleteViewExtension.csproj | 2 +- src/NodeServices/DynamoServices.csproj | 2 +- src/Notifications/Notifications.csproj | 2 +- .../PackageDetailsViewExtension.csproj | 2 +- .../PythonMigrationViewExtension.csproj | 2 +- src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj | 2 +- src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj | 2 +- .../DynamoInstallDetective/DynamoInstallDetective.csproj | 2 +- src/Tools/DynamoShapeManager/DynamoShapeManager.csproj | 2 +- src/Tools/Md2Html/Md2Html.csproj | 2 +- src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj | 2 +- .../NodeDocumentationMarkdownGenerator.csproj | 2 +- .../WorkspaceDependencyViewExtension.csproj | 2 +- test/DynamoCoreTests/DynamoCoreTests.csproj | 2 +- test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj | 2 +- test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj | 2 +- test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj | 2 +- test/Engine/FFITarget/FFITarget.csproj | 2 +- test/Engine/ProtoTest/ProtoTest.csproj | 2 +- .../ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj | 2 +- test/Engine/ProtoTestFx/ProtoTestFx.csproj | 2 +- .../TestCodeBlockNodeSecurityIssue.csproj | 2 +- test/Libraries/AnalysisTests/AnalysisTests.csproj | 2 +- test/Libraries/CommandLineTests/CommandLineTests.csproj | 2 +- test/Libraries/CoreNodesTests/CoreNodesTests.csproj | 2 +- test/Libraries/DataBridgeTests/DataBridgeTests.csproj | 2 +- test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj | 2 +- test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | 2 +- .../DynamoUtilitiesTests/DynamoUtilitiesTests.csproj | 2 +- test/Libraries/GeometryColorTests/GeometryColorTests.csproj | 2 +- test/Libraries/NodeServicesTest/DynamoServicesTests.csproj | 2 +- test/Libraries/PackageManagerTests/PackageManagerTests.csproj | 2 +- test/Libraries/SystemTestServices/SystemTestServices.csproj | 2 +- test/Libraries/TestServices/TestServices.csproj | 2 +- test/Libraries/WorkflowTests/WorkflowTests.csproj | 2 +- test/System/IntegrationTests/IntegrationTests.csproj | 2 +- test/TestUINodes/TestUINodes.csproj | 2 +- .../NodeDocumentationMarkdownGeneratorTests.csproj | 2 +- .../ViewExtensionLibraryTests.csproj | 2 +- test/VisualizationTests/WpfVisualizationTests.csproj | 2 +- test/test_support_projects/EmbeddedInterop.csproj | 2 +- tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj | 2 +- .../DynamoPerformanceTests/DynamoPerformanceTests.csproj | 2 +- 88 files changed, 89 insertions(+), 89 deletions(-) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index 556b70439aa..dffca500b59 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -30,7 +30,7 @@ jobs: - name: Build Dynamo with MSBuild for Windows run: | cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" - .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true + .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true -tv:17.0 - name: Look for DynamoCLI.exe run: | Write-Output "***Locating DynamoCLI.exe!***" diff --git a/src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj b/src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj index 101570fdc4e..013a455ecfc 100644 --- a/src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj +++ b/src/AssemblySharedInfoGenerator/AssemblyInfoGenerator.csproj @@ -1,6 +1,6 @@ - + @@ -30,7 +30,7 @@ AssemblySharedInfo.tt - + diff --git a/src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj b/src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj index 4dbf8f9958f..fb18086fc63 100644 --- a/src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj +++ b/src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoApplications/DynamoApplications.csproj b/src/DynamoApplications/DynamoApplications.csproj index 94ba9c1c4a9..d7617ad549a 100644 --- a/src/DynamoApplications/DynamoApplications.csproj +++ b/src/DynamoApplications/DynamoApplications.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoCLI/DynamoCLI.csproj b/src/DynamoCLI/DynamoCLI.csproj index 6cccc7d79c9..5e657d6cb4e 100644 --- a/src/DynamoCLI/DynamoCLI.csproj +++ b/src/DynamoCLI/DynamoCLI.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoCore/DynamoCore.csproj b/src/DynamoCore/DynamoCore.csproj index cad1320a0a2..90f6f6b66f4 100644 --- a/src/DynamoCore/DynamoCore.csproj +++ b/src/DynamoCore/DynamoCore.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoCoreWpf/DynamoCoreWpf.csproj b/src/DynamoCoreWpf/DynamoCoreWpf.csproj index 01de6c1d0b9..487c2353362 100644 --- a/src/DynamoCoreWpf/DynamoCoreWpf.csproj +++ b/src/DynamoCoreWpf/DynamoCoreWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj b/src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj index 68b9ee2d168..b22d6e79724 100644 --- a/src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj +++ b/src/DynamoMLDataPipeline/DynamoMLDataPipeline.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoManipulation/DynamoManipulation.csproj b/src/DynamoManipulation/DynamoManipulation.csproj index c79e9abbc3d..e025a9d80c1 100644 --- a/src/DynamoManipulation/DynamoManipulation.csproj +++ b/src/DynamoManipulation/DynamoManipulation.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoPackages/DynamoPackages.csproj b/src/DynamoPackages/DynamoPackages.csproj index 266e487d5cc..6c116ff0f0c 100644 --- a/src/DynamoPackages/DynamoPackages.csproj +++ b/src/DynamoPackages/DynamoPackages.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoPackagesWPF/DynamoPackagesWPF.csproj b/src/DynamoPackagesWPF/DynamoPackagesWPF.csproj index c1a0aade88b..f07f32b33aa 100644 --- a/src/DynamoPackagesWPF/DynamoPackagesWPF.csproj +++ b/src/DynamoPackagesWPF/DynamoPackagesWPF.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoSandbox/DynamoSandbox.csproj b/src/DynamoSandbox/DynamoSandbox.csproj index 6c0f673b0c9..bbd87b85880 100644 --- a/src/DynamoSandbox/DynamoSandbox.csproj +++ b/src/DynamoSandbox/DynamoSandbox.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/DynamoUtilities/DynamoUtilities.csproj b/src/DynamoUtilities/DynamoUtilities.csproj index 67d45feee04..7c19394dc48 100644 --- a/src/DynamoUtilities/DynamoUtilities.csproj +++ b/src/DynamoUtilities/DynamoUtilities.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/DynamoWPFCLI/DynamoWPFCLI.csproj b/src/DynamoWPFCLI/DynamoWPFCLI.csproj index 6bfeba3e6a0..9eb4d2ad7fb 100644 --- a/src/DynamoWPFCLI/DynamoWPFCLI.csproj +++ b/src/DynamoWPFCLI/DynamoWPFCLI.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Engine/GraphLayout/GraphLayout.csproj b/src/Engine/GraphLayout/GraphLayout.csproj index 373bd59a12f..d6c80048ddb 100644 --- a/src/Engine/GraphLayout/GraphLayout.csproj +++ b/src/Engine/GraphLayout/GraphLayout.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Engine/ProtoAssociative/ProtoAssociative.csproj b/src/Engine/ProtoAssociative/ProtoAssociative.csproj index a0a1aa2dd09..afad835b7d9 100644 --- a/src/Engine/ProtoAssociative/ProtoAssociative.csproj +++ b/src/Engine/ProtoAssociative/ProtoAssociative.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Engine/ProtoCore/ProtoCore.csproj b/src/Engine/ProtoCore/ProtoCore.csproj index c7d2bc0f6bc..e1802768da4 100644 --- a/src/Engine/ProtoCore/ProtoCore.csproj +++ b/src/Engine/ProtoCore/ProtoCore.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Engine/ProtoImperative/ProtoImperative.csproj b/src/Engine/ProtoImperative/ProtoImperative.csproj index d048f675ac0..45031a91c26 100644 --- a/src/Engine/ProtoImperative/ProtoImperative.csproj +++ b/src/Engine/ProtoImperative/ProtoImperative.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Engine/ProtoScript/ProtoScript.csproj b/src/Engine/ProtoScript/ProtoScript.csproj index 4dada1b6328..39c127c6961 100644 --- a/src/Engine/ProtoScript/ProtoScript.csproj +++ b/src/Engine/ProtoScript/ProtoScript.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/GraphMetadataViewExtension/GraphMetadataViewExtension.csproj b/src/GraphMetadataViewExtension/GraphMetadataViewExtension.csproj index 3ae000cc7fa..017bef5c856 100644 --- a/src/GraphMetadataViewExtension/GraphMetadataViewExtension.csproj +++ b/src/GraphMetadataViewExtension/GraphMetadataViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/GraphNodeManagerViewExtension/GraphNodeManagerViewExtension.csproj b/src/GraphNodeManagerViewExtension/GraphNodeManagerViewExtension.csproj index a90d3ba0fb0..4ec6bc88693 100644 --- a/src/GraphNodeManagerViewExtension/GraphNodeManagerViewExtension.csproj +++ b/src/GraphNodeManagerViewExtension/GraphNodeManagerViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/Analysis/Analysis.csproj b/src/Libraries/Analysis/Analysis.csproj index 979e0a88e45..156b7d7ddf5 100644 --- a/src/Libraries/Analysis/Analysis.csproj +++ b/src/Libraries/Analysis/Analysis.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/CoreNodeModels/CoreNodeModels.csproj b/src/Libraries/CoreNodeModels/CoreNodeModels.csproj index 9038b9f2c82..3d23dbe3b1a 100644 --- a/src/Libraries/CoreNodeModels/CoreNodeModels.csproj +++ b/src/Libraries/CoreNodeModels/CoreNodeModels.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj b/src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj index 97549af1562..039508f35ec 100644 --- a/src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj +++ b/src/Libraries/CoreNodeModelsWpf/CoreNodeModelsWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/CoreNodes/CoreNodes.csproj b/src/Libraries/CoreNodes/CoreNodes.csproj index 22b463931c2..75f33398dc2 100644 --- a/src/Libraries/CoreNodes/CoreNodes.csproj +++ b/src/Libraries/CoreNodes/CoreNodes.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DSCPython/DSCPython.csproj b/src/Libraries/DSCPython/DSCPython.csproj index 75bf87b906a..2f9a37109f9 100644 --- a/src/Libraries/DSCPython/DSCPython.csproj +++ b/src/Libraries/DSCPython/DSCPython.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DSOffice/DSOffice.csproj b/src/Libraries/DSOffice/DSOffice.csproj index b6e03f16220..e0f6b02cceb 100644 --- a/src/Libraries/DSOffice/DSOffice.csproj +++ b/src/Libraries/DSOffice/DSOffice.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj b/src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj index a23c60630dd..a6f8894c25c 100644 --- a/src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj +++ b/src/Libraries/DSOfficeUtilities/DSOfficeUtilities.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj b/src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj index bb1223cedc0..919255b53d0 100644 --- a/src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj +++ b/src/Libraries/DesignScriptBuiltin/DesignScriptBuiltin.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DynamoConversions/DynamoConversions.csproj b/src/Libraries/DynamoConversions/DynamoConversions.csproj index 7bd48c69794..16df5b45c1c 100644 --- a/src/Libraries/DynamoConversions/DynamoConversions.csproj +++ b/src/Libraries/DynamoConversions/DynamoConversions.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/DynamoUnits/UnitsCore.csproj b/src/Libraries/DynamoUnits/UnitsCore.csproj index 85f13331ca6..397842f1f41 100644 --- a/src/Libraries/DynamoUnits/UnitsCore.csproj +++ b/src/Libraries/DynamoUnits/UnitsCore.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/GeometryColor/GeometryColor.csproj b/src/Libraries/GeometryColor/GeometryColor.csproj index f4d0d4e1514..2fda1b6d500 100644 --- a/src/Libraries/GeometryColor/GeometryColor.csproj +++ b/src/Libraries/GeometryColor/GeometryColor.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/GeometryUI/GeometryUI.csproj b/src/Libraries/GeometryUI/GeometryUI.csproj index 89b19d0032a..70ac5c5ba08 100644 --- a/src/Libraries/GeometryUI/GeometryUI.csproj +++ b/src/Libraries/GeometryUI/GeometryUI.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj index b9f221f16c0..b2a0171168d 100644 --- a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj +++ b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/PythonNodeModels/PythonNodeModels.csproj b/src/Libraries/PythonNodeModels/PythonNodeModels.csproj index e46fae3fffd..1430aae3f67 100644 --- a/src/Libraries/PythonNodeModels/PythonNodeModels.csproj +++ b/src/Libraries/PythonNodeModels/PythonNodeModels.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj b/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj index 5f0681e6814..a2805eb8c58 100644 --- a/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj +++ b/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/Tesellation/Tessellation.csproj b/src/Libraries/Tesellation/Tessellation.csproj index ae475c24e90..40ad2444868 100644 --- a/src/Libraries/Tesellation/Tessellation.csproj +++ b/src/Libraries/Tesellation/Tessellation.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj b/src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj index 037e45c2603..66b2b553f5e 100644 --- a/src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj +++ b/src/Libraries/UnitsNodeModels/UnitsNodeModels.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/UnitsUI/UnitsUI.csproj b/src/Libraries/UnitsUI/UnitsUI.csproj index 0141eba17fe..d2722d5c9e8 100644 --- a/src/Libraries/UnitsUI/UnitsUI.csproj +++ b/src/Libraries/UnitsUI/UnitsUI.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Libraries/VMDataBridge/VMDataBridge.csproj b/src/Libraries/VMDataBridge/VMDataBridge.csproj index ae8c0ac4cb5..6e85705f002 100644 --- a/src/Libraries/VMDataBridge/VMDataBridge.csproj +++ b/src/Libraries/VMDataBridge/VMDataBridge.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj b/src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj index 3e3ea26c44e..1f1860873a8 100644 --- a/src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj +++ b/src/Libraries/Watch3DNodeModels/Watch3DNodeModels.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Libraries/Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj b/src/Libraries/Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj index c24a5c996d7..6889f27322b 100644 --- a/src/Libraries/Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj +++ b/src/Libraries/Watch3DNodeModelsWpf/Watch3DNodeModelsWpf.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj b/src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj index 935783b6dc1..01b657bea53 100644 --- a/src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj +++ b/src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/LintingViewExtension/LintingViewExtension.csproj b/src/LintingViewExtension/LintingViewExtension.csproj index bb2484539da..9f5cdd228cb 100644 --- a/src/LintingViewExtension/LintingViewExtension.csproj +++ b/src/LintingViewExtension/LintingViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Migrations/Migrations.csproj b/src/Migrations/Migrations.csproj index 6932ef55aa1..5da2b38d107 100644 --- a/src/Migrations/Migrations.csproj +++ b/src/Migrations/Migrations.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/NodeAutoCompleteViewExtension/NodeAutoCompleteViewExtension.csproj b/src/NodeAutoCompleteViewExtension/NodeAutoCompleteViewExtension.csproj index 42f0e9e89c6..edd10f41ac4 100644 --- a/src/NodeAutoCompleteViewExtension/NodeAutoCompleteViewExtension.csproj +++ b/src/NodeAutoCompleteViewExtension/NodeAutoCompleteViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/NodeServices/DynamoServices.csproj b/src/NodeServices/DynamoServices.csproj index 7e04a02df68..a2bfa4ba341 100644 --- a/src/NodeServices/DynamoServices.csproj +++ b/src/NodeServices/DynamoServices.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Notifications/Notifications.csproj b/src/Notifications/Notifications.csproj index ae8ffe6a13f..fad31397dd5 100644 --- a/src/Notifications/Notifications.csproj +++ b/src/Notifications/Notifications.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/PackageDetailsViewExtension/PackageDetailsViewExtension.csproj b/src/PackageDetailsViewExtension/PackageDetailsViewExtension.csproj index b41bd8a0643..af3c2c15b98 100644 --- a/src/PackageDetailsViewExtension/PackageDetailsViewExtension.csproj +++ b/src/PackageDetailsViewExtension/PackageDetailsViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/PythonMigrationViewExtension/PythonMigrationViewExtension.csproj b/src/PythonMigrationViewExtension/PythonMigrationViewExtension.csproj index 8b867bcd788..6f91383c779 100644 --- a/src/PythonMigrationViewExtension/PythonMigrationViewExtension.csproj +++ b/src/PythonMigrationViewExtension/PythonMigrationViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj b/src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj index aa5537a5a3a..8309d02bda3 100644 --- a/src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj +++ b/src/Tools/AssemblyRenamerCLI/AssemblyRenamerCLI.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj b/src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj index 3d518a5b785..bf5c513d050 100644 --- a/src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj +++ b/src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/DynamoInstallDetective/DynamoInstallDetective.csproj b/src/Tools/DynamoInstallDetective/DynamoInstallDetective.csproj index 40154087bab..ada6d546476 100644 --- a/src/Tools/DynamoInstallDetective/DynamoInstallDetective.csproj +++ b/src/Tools/DynamoInstallDetective/DynamoInstallDetective.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/DynamoShapeManager/DynamoShapeManager.csproj b/src/Tools/DynamoShapeManager/DynamoShapeManager.csproj index 4a575a1ae86..7c375a0d8ab 100644 --- a/src/Tools/DynamoShapeManager/DynamoShapeManager.csproj +++ b/src/Tools/DynamoShapeManager/DynamoShapeManager.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/Md2Html/Md2Html.csproj b/src/Tools/Md2Html/Md2Html.csproj index e00f1110a0e..4dea3599e33 100644 --- a/src/Tools/Md2Html/Md2Html.csproj +++ b/src/Tools/Md2Html/Md2Html.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj b/src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj index 9541ad818fb..987f91646d2 100644 --- a/src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj +++ b/src/Tools/MemoryUsageLogger/MemoryUsageLogger.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj index 5f1aa10dc51..3ae5d61e936 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj +++ b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.csproj b/src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.csproj index 6525a9d114a..e12e430132d 100644 --- a/src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.csproj +++ b/src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/DynamoCoreTests/DynamoCoreTests.csproj b/test/DynamoCoreTests/DynamoCoreTests.csproj index d3316946b40..fca4afde67b 100644 --- a/test/DynamoCoreTests/DynamoCoreTests.csproj +++ b/test/DynamoCoreTests/DynamoCoreTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj b/test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj index a2e0d3134b3..c66ee9af32a 100644 --- a/test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj +++ b/test/DynamoCoreWpf2Tests/DynamoCoreWpf2Tests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj b/test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj index 28a15fb0cfb..ed0d1e60e80 100644 --- a/test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj +++ b/test/DynamoCoreWpf3Tests/DynamoCoreWpf3Tests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj b/test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj index 6347c7c87f1..86f9d74579a 100644 --- a/test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj +++ b/test/DynamoCoreWpfTests/DynamoCoreWpfTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Engine/FFITarget/FFITarget.csproj b/test/Engine/FFITarget/FFITarget.csproj index 8243c0ab0f1..5bd3236dbc1 100644 --- a/test/Engine/FFITarget/FFITarget.csproj +++ b/test/Engine/FFITarget/FFITarget.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Engine/ProtoTest/ProtoTest.csproj b/test/Engine/ProtoTest/ProtoTest.csproj index cb09901a32b..c04a1cfc9cf 100644 --- a/test/Engine/ProtoTest/ProtoTest.csproj +++ b/test/Engine/ProtoTest/ProtoTest.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Engine/ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj b/test/Engine/ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj index 58f9c49b996..bdc502fbcab 100644 --- a/test/Engine/ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj +++ b/test/Engine/ProtoTestConsoleRunner/ProtoTestConsoleRunner.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Engine/ProtoTestFx/ProtoTestFx.csproj b/test/Engine/ProtoTestFx/ProtoTestFx.csproj index d3bb864b797..a81774a5112 100644 --- a/test/Engine/ProtoTestFx/ProtoTestFx.csproj +++ b/test/Engine/ProtoTestFx/ProtoTestFx.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Engine/TestCodeBlockNodeSecurityIssue/TestCodeBlockNodeSecurityIssue.csproj b/test/Engine/TestCodeBlockNodeSecurityIssue/TestCodeBlockNodeSecurityIssue.csproj index 7dba48e2c2e..bd4ae2b54d2 100644 --- a/test/Engine/TestCodeBlockNodeSecurityIssue/TestCodeBlockNodeSecurityIssue.csproj +++ b/test/Engine/TestCodeBlockNodeSecurityIssue/TestCodeBlockNodeSecurityIssue.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/AnalysisTests/AnalysisTests.csproj b/test/Libraries/AnalysisTests/AnalysisTests.csproj index 35b16e293f9..d7f24b857d4 100644 --- a/test/Libraries/AnalysisTests/AnalysisTests.csproj +++ b/test/Libraries/AnalysisTests/AnalysisTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/CommandLineTests/CommandLineTests.csproj b/test/Libraries/CommandLineTests/CommandLineTests.csproj index 6f1935f08a4..494fd6e5e37 100644 --- a/test/Libraries/CommandLineTests/CommandLineTests.csproj +++ b/test/Libraries/CommandLineTests/CommandLineTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj index f59d38b1e0e..c8cb290c4ad 100644 --- a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj +++ b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/DataBridgeTests/DataBridgeTests.csproj b/test/Libraries/DataBridgeTests/DataBridgeTests.csproj index b675d013393..18c5a7dd11a 100644 --- a/test/Libraries/DataBridgeTests/DataBridgeTests.csproj +++ b/test/Libraries/DataBridgeTests/DataBridgeTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj b/test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj index 6f8adbd64fe..665e0ca4b23 100644 --- a/test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj +++ b/test/Libraries/DynamoMSOfficeTests/DynamoMSOfficeTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj index 00f0bfc168f..67cd4a57049 100644 --- a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj +++ b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/DynamoUtilitiesTests/DynamoUtilitiesTests.csproj b/test/Libraries/DynamoUtilitiesTests/DynamoUtilitiesTests.csproj index 9112040dff7..ef38eae803b 100644 --- a/test/Libraries/DynamoUtilitiesTests/DynamoUtilitiesTests.csproj +++ b/test/Libraries/DynamoUtilitiesTests/DynamoUtilitiesTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj index 4470e386b6d..b5f103440d2 100644 --- a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj +++ b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/NodeServicesTest/DynamoServicesTests.csproj b/test/Libraries/NodeServicesTest/DynamoServicesTests.csproj index f4025f68bc7..ae309500180 100644 --- a/test/Libraries/NodeServicesTest/DynamoServicesTests.csproj +++ b/test/Libraries/NodeServicesTest/DynamoServicesTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/PackageManagerTests/PackageManagerTests.csproj b/test/Libraries/PackageManagerTests/PackageManagerTests.csproj index 2496b0fb166..2dd46a2fe1b 100644 --- a/test/Libraries/PackageManagerTests/PackageManagerTests.csproj +++ b/test/Libraries/PackageManagerTests/PackageManagerTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/SystemTestServices/SystemTestServices.csproj b/test/Libraries/SystemTestServices/SystemTestServices.csproj index c5e38dfa28c..2ea550619b4 100644 --- a/test/Libraries/SystemTestServices/SystemTestServices.csproj +++ b/test/Libraries/SystemTestServices/SystemTestServices.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Libraries/TestServices/TestServices.csproj b/test/Libraries/TestServices/TestServices.csproj index 852373e82d0..72d141dd544 100644 --- a/test/Libraries/TestServices/TestServices.csproj +++ b/test/Libraries/TestServices/TestServices.csproj @@ -1,4 +1,4 @@ - + diff --git a/test/Libraries/WorkflowTests/WorkflowTests.csproj b/test/Libraries/WorkflowTests/WorkflowTests.csproj index 846a6af0a47..5ea1cc36d7c 100644 --- a/test/Libraries/WorkflowTests/WorkflowTests.csproj +++ b/test/Libraries/WorkflowTests/WorkflowTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/System/IntegrationTests/IntegrationTests.csproj b/test/System/IntegrationTests/IntegrationTests.csproj index a0057af8bd0..9d9aff13b41 100644 --- a/test/System/IntegrationTests/IntegrationTests.csproj +++ b/test/System/IntegrationTests/IntegrationTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/TestUINodes/TestUINodes.csproj b/test/TestUINodes/TestUINodes.csproj index 07c9ec724e6..f17a3ba6137 100644 --- a/test/TestUINodes/TestUINodes.csproj +++ b/test/TestUINodes/TestUINodes.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/Tools/NodeDocumentationMarkdownGeneratorTests/NodeDocumentationMarkdownGeneratorTests.csproj b/test/Tools/NodeDocumentationMarkdownGeneratorTests/NodeDocumentationMarkdownGeneratorTests.csproj index b1c52c714ff..d3a734c33f6 100644 --- a/test/Tools/NodeDocumentationMarkdownGeneratorTests/NodeDocumentationMarkdownGeneratorTests.csproj +++ b/test/Tools/NodeDocumentationMarkdownGeneratorTests/NodeDocumentationMarkdownGeneratorTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/ViewExtensionLibraryTests/ViewExtensionLibraryTests.csproj b/test/ViewExtensionLibraryTests/ViewExtensionLibraryTests.csproj index bc3d4dfca10..72b235b7e60 100644 --- a/test/ViewExtensionLibraryTests/ViewExtensionLibraryTests.csproj +++ b/test/ViewExtensionLibraryTests/ViewExtensionLibraryTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/VisualizationTests/WpfVisualizationTests.csproj b/test/VisualizationTests/WpfVisualizationTests.csproj index cd26394715a..08f86bc3184 100644 --- a/test/VisualizationTests/WpfVisualizationTests.csproj +++ b/test/VisualizationTests/WpfVisualizationTests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/test/test_support_projects/EmbeddedInterop.csproj b/test/test_support_projects/EmbeddedInterop.csproj index 574ebd7afe4..371c4e02f8a 100644 --- a/test/test_support_projects/EmbeddedInterop.csproj +++ b/test/test_support_projects/EmbeddedInterop.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 Library diff --git a/tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj b/tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj index 3af436e526d..c35fc3bb33f 100644 --- a/tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj +++ b/tools/DynamoPackagesAnalyzer/DynamoPackagesAnalyzer.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/tools/Performance/DynamoPerformanceTests/DynamoPerformanceTests.csproj b/tools/Performance/DynamoPerformanceTests/DynamoPerformanceTests.csproj index f8a59d0e15e..1efcef2dda2 100644 --- a/tools/Performance/DynamoPerformanceTests/DynamoPerformanceTests.csproj +++ b/tools/Performance/DynamoPerformanceTests/DynamoPerformanceTests.csproj @@ -1,4 +1,4 @@ - + AnyCPU AnyCPU From 1cba4eef467dd3acb728643dd1b097fd540a84ca Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 14:08:24 -0400 Subject: [PATCH 05/11] Update build_dynamo_all.yml --- .github/workflows/build_dynamo_all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index dffca500b59..e6fcc7e803d 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -27,10 +27,13 @@ jobs: - name: Install dependencies for windows runtime run: | dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 + - name: Test + run: | + dotnet --info - name: Build Dynamo with MSBuild for Windows run: | cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" - .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true -tv:17.0 + .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true - name: Look for DynamoCLI.exe run: | Write-Output "***Locating DynamoCLI.exe!***" From 046aef61ebead4afd3581eefdf4c09f68bd317b4 Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 14:32:22 -0400 Subject: [PATCH 06/11] Update build_dynamo_all.yml --- .github/workflows/build_dynamo_all.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index e6fcc7e803d..c58075d8eb9 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -10,6 +10,8 @@ jobs: build_and_analyze: name: Build and Analyze runs-on: windows-latest + env: + MSBuildSDKPath: "C:\\Program Files\\dotnet\\sdk\\8.0.410\\Sdks" # Replace with the actual SDK version steps: - name: Checkout Dynamo Repo uses: actions/checkout@v4 @@ -30,6 +32,10 @@ jobs: - name: Test run: | dotnet --info + + - name: Override sdk tools location + run: | + 8.0.410 - name: Build Dynamo with MSBuild for Windows run: | cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" From 192981d8f85a882bbd0dd7e7e81fecebd74f89fa Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 16:04:50 -0400 Subject: [PATCH 07/11] update --- .github/workflows/build_dynamo_all.yml | 9 +++------ src/global.json | 5 +++++ test/global.json | 5 +++++ 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 src/global.json create mode 100644 test/global.json diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index c58075d8eb9..f421e1fd9ec 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -10,8 +10,6 @@ jobs: build_and_analyze: name: Build and Analyze runs-on: windows-latest - env: - MSBuildSDKPath: "C:\\Program Files\\dotnet\\sdk\\8.0.410\\Sdks" # Replace with the actual SDK version steps: - name: Checkout Dynamo Repo uses: actions/checkout@v4 @@ -32,11 +30,10 @@ jobs: - name: Test run: | dotnet --info - - - name: Override sdk tools location - run: | - 8.0.410 - name: Build Dynamo with MSBuild for Windows + env: + MSBuildSDKPath: "C:\\Program Files\\dotnet\\sdk\\8.0.410\\Sdks" # Replace with the actual SDK version + DOTNET_MSBUILD_SDK_RESOLVER_SDKS_VER: 8.0.410 run: | cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true diff --git a/src/global.json b/src/global.json new file mode 100644 index 00000000000..18c0b2a07d7 --- /dev/null +++ b/src/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "8.0.410" + } + } \ No newline at end of file diff --git a/test/global.json b/test/global.json new file mode 100644 index 00000000000..18c0b2a07d7 --- /dev/null +++ b/test/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "8.0.410" + } + } \ No newline at end of file From 5abe2c12af567d4eb484c8994dbed321c5d133af Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 17:06:17 -0400 Subject: [PATCH 08/11] Update build_dynamo_all.yml --- .github/workflows/build_dynamo_all.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index f421e1fd9ec..e6fcc7e803d 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -31,9 +31,6 @@ jobs: run: | dotnet --info - name: Build Dynamo with MSBuild for Windows - env: - MSBuildSDKPath: "C:\\Program Files\\dotnet\\sdk\\8.0.410\\Sdks" # Replace with the actual SDK version - DOTNET_MSBUILD_SDK_RESOLVER_SDKS_VER: 8.0.410 run: | cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true From 899ce1cea8d07b8e6e1dfdcacb2dcc451c2fc6bb Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 17:23:23 -0400 Subject: [PATCH 09/11] Update build_dynamo_all.yml --- .github/workflows/build_dynamo_all.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index e6fcc7e803d..0ffc08bd46c 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -32,8 +32,7 @@ jobs: dotnet --info - name: Build Dynamo with MSBuild for Windows run: | - cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\" - .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true + msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true - name: Look for DynamoCLI.exe run: | Write-Output "***Locating DynamoCLI.exe!***" From cc09cef258c3e7fecf3917e5f46dc2ae9a9612bf Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 17:39:39 -0400 Subject: [PATCH 10/11] Update dynamo_bin_diff.yml --- .github/workflows/dynamo_bin_diff.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dynamo_bin_diff.yml b/.github/workflows/dynamo_bin_diff.yml index 84694efafde..ea288f922d0 100644 --- a/.github/workflows/dynamo_bin_diff.yml +++ b/.github/workflows/dynamo_bin_diff.yml @@ -27,11 +27,11 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Install dependencies for windows runtime run: | - dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 -p:DotNet=net8.0 + dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 - name: Build Dynamo with MSBuild run: | Write-Output "***Continue with the build, Good luck developer!***" - msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /p:DotNet=net8.0 + msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release - name: Look for DynamoCLI.exe run: | Write-Output "***Locating DynamoCLI.exe!***" From 1fc32a9e4e4171161406452e80335be6bf584cc7 Mon Sep 17 00:00:00 2001 From: pinzart90 Date: Tue, 3 Jun 2025 17:51:59 -0400 Subject: [PATCH 11/11] Update build_dynamo_all.yml --- .github/workflows/build_dynamo_all.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_dynamo_all.yml b/.github/workflows/build_dynamo_all.yml index 0ffc08bd46c..770b0fae503 100644 --- a/.github/workflows/build_dynamo_all.yml +++ b/.github/workflows/build_dynamo_all.yml @@ -27,9 +27,6 @@ jobs: - name: Install dependencies for windows runtime run: | dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 - - name: Test - run: | - dotnet --info - name: Build Dynamo with MSBuild for Windows run: | msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true