From 44f848f83c1767a0e563a4bb75ffa56a144ac8ec Mon Sep 17 00:00:00 2001 From: Anthonie Kramer Date: Wed, 6 Mar 2024 09:10:23 -0800 Subject: [PATCH 1/2] updating to latest elements version --- .../LayoutFunctionCommon/LayoutFunctionCommon.csproj | 6 ++---- .../server/DefineProgramRequirements.Server.csproj | 6 ++++-- .../DefineProgramRequirements/server/Program.cs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LayoutFunctions/LayoutFunctionCommon/LayoutFunctionCommon.csproj b/LayoutFunctions/LayoutFunctionCommon/LayoutFunctionCommon.csproj index 66ee52de..e46c326b 100644 --- a/LayoutFunctions/LayoutFunctionCommon/LayoutFunctionCommon.csproj +++ b/LayoutFunctions/LayoutFunctionCommon/LayoutFunctionCommon.csproj @@ -17,10 +17,8 @@ - - - + + diff --git a/WorkplaceStrategy/DefineProgramRequirements/server/DefineProgramRequirements.Server.csproj b/WorkplaceStrategy/DefineProgramRequirements/server/DefineProgramRequirements.Server.csproj index 893d2a46..cc36cd3a 100644 --- a/WorkplaceStrategy/DefineProgramRequirements/server/DefineProgramRequirements.Server.csproj +++ b/WorkplaceStrategy/DefineProgramRequirements/server/DefineProgramRequirements.Server.csproj @@ -2,8 +2,10 @@ - - + + + + diff --git a/WorkplaceStrategy/DefineProgramRequirements/server/Program.cs b/WorkplaceStrategy/DefineProgramRequirements/server/Program.cs index e07961d8..aac1b99c 100644 --- a/WorkplaceStrategy/DefineProgramRequirements/server/Program.cs +++ b/WorkplaceStrategy/DefineProgramRequirements/server/Program.cs @@ -19,7 +19,7 @@ await HyparServer.StartAsync( var input = executionRequest.Args.ToObject(); var function = new DefineProgramRequirements.Function(); Directory.SetCurrentDirectory(Path.GetDirectoryName(typeof(DefineProgramRequirements.Function).Assembly.Location)!); - return await function.Handler(input, null); + return await function.Handler(input); }); } } From 577de1a17fd7ddca8356e9a884e584acf20f1d67 Mon Sep 17 00:00:00 2001 From: Anthonie Kramer Date: Wed, 6 Mar 2024 09:18:44 -0800 Subject: [PATCH 2/2] update for build script --- .../dependencies/ClassroomLayout.Dependencies.csproj | 2 +- .../dependencies/CustomSpaceType.Dependencies.csproj | 4 ++-- .../DataHall/dependencies/DataHallLayout.Dependencies.csproj | 2 +- LayoutFunctions/Doors/dependencies/Doors.Dependencies.csproj | 2 +- .../dependencies/InteriorPartitions.Dependencies.csproj | 2 +- .../dependencies/LoungeLayout.Dependencies.csproj | 2 +- .../dependencies/MeetingRoomLayout.Dependencies.csproj | 2 +- .../dependencies/OpenCollaborationLayout.Dependencies.csproj | 2 +- .../dependencies/OpenOfficeLayout.Dependencies.csproj | 2 +- .../dependencies/PantryLayout.Dependencies.csproj | 2 +- .../dependencies/PhoneBoothLayout.Dependencies.csproj | 4 ++-- .../dependencies/PlantEntourage.Dependencies.csproj | 2 +- .../dependencies/PrivateOfficeLayout.Dependencies.csproj | 2 +- .../dependencies/ReceptionLayout.Dependencies.csproj | 2 +- .../SpaceConfigurationFromModel.Dependencies.csproj | 4 ++-- .../dependencies/TravelDistanceAnalyzer.Dependencies.csproj | 2 +- .../DefineProgramRequirements.Dependencies.csproj | 4 ++-- .../DefineProgramRequirements.Dependencies.csproj | 4 ++-- .../dependencies/WorkplaceMetrics.Dependencies.csproj | 4 ++-- 19 files changed, 25 insertions(+), 25 deletions(-) diff --git a/LayoutFunctions/ClassroomLayout/dependencies/ClassroomLayout.Dependencies.csproj b/LayoutFunctions/ClassroomLayout/dependencies/ClassroomLayout.Dependencies.csproj index d61ac80d..e50efe5d 100644 --- a/LayoutFunctions/ClassroomLayout/dependencies/ClassroomLayout.Dependencies.csproj +++ b/LayoutFunctions/ClassroomLayout/dependencies/ClassroomLayout.Dependencies.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/LayoutFunctions/CustomLayout/dependencies/CustomSpaceType.Dependencies.csproj b/LayoutFunctions/CustomLayout/dependencies/CustomSpaceType.Dependencies.csproj index f9af9402..7e42f6cc 100644 --- a/LayoutFunctions/CustomLayout/dependencies/CustomSpaceType.Dependencies.csproj +++ b/LayoutFunctions/CustomLayout/dependencies/CustomSpaceType.Dependencies.csproj @@ -9,9 +9,9 @@ - + - + \ No newline at end of file diff --git a/LayoutFunctions/DataHall/dependencies/DataHallLayout.Dependencies.csproj b/LayoutFunctions/DataHall/dependencies/DataHallLayout.Dependencies.csproj index 72d10f23..e51dea51 100644 --- a/LayoutFunctions/DataHall/dependencies/DataHallLayout.Dependencies.csproj +++ b/LayoutFunctions/DataHall/dependencies/DataHallLayout.Dependencies.csproj @@ -4,7 +4,7 @@ net6.0 - + \ No newline at end of file diff --git a/LayoutFunctions/Doors/dependencies/Doors.Dependencies.csproj b/LayoutFunctions/Doors/dependencies/Doors.Dependencies.csproj index 76992ed3..9ba612b9 100644 --- a/LayoutFunctions/Doors/dependencies/Doors.Dependencies.csproj +++ b/LayoutFunctions/Doors/dependencies/Doors.Dependencies.csproj @@ -10,7 +10,7 @@ - + diff --git a/LayoutFunctions/InteriorPartitions/dependencies/InteriorPartitions.Dependencies.csproj b/LayoutFunctions/InteriorPartitions/dependencies/InteriorPartitions.Dependencies.csproj index 2a60a290..d2f3d4a2 100644 --- a/LayoutFunctions/InteriorPartitions/dependencies/InteriorPartitions.Dependencies.csproj +++ b/LayoutFunctions/InteriorPartitions/dependencies/InteriorPartitions.Dependencies.csproj @@ -5,7 +5,7 @@ - + \ No newline at end of file diff --git a/LayoutFunctions/LoungeLayout/dependencies/LoungeLayout.Dependencies.csproj b/LayoutFunctions/LoungeLayout/dependencies/LoungeLayout.Dependencies.csproj index e8da0b53..62c9e04d 100644 --- a/LayoutFunctions/LoungeLayout/dependencies/LoungeLayout.Dependencies.csproj +++ b/LayoutFunctions/LoungeLayout/dependencies/LoungeLayout.Dependencies.csproj @@ -7,7 +7,7 @@ - + - + \ No newline at end of file diff --git a/LayoutFunctions/OpenCollabLayout/dependencies/OpenCollaborationLayout.Dependencies.csproj b/LayoutFunctions/OpenCollabLayout/dependencies/OpenCollaborationLayout.Dependencies.csproj index 54fdfad7..dbfcd557 100644 --- a/LayoutFunctions/OpenCollabLayout/dependencies/OpenCollaborationLayout.Dependencies.csproj +++ b/LayoutFunctions/OpenCollabLayout/dependencies/OpenCollaborationLayout.Dependencies.csproj @@ -3,7 +3,7 @@ net6.0 - + diff --git a/LayoutFunctions/OpenOfficeLayout/dependencies/OpenOfficeLayout.Dependencies.csproj b/LayoutFunctions/OpenOfficeLayout/dependencies/OpenOfficeLayout.Dependencies.csproj index 04edc291..353065a3 100644 --- a/LayoutFunctions/OpenOfficeLayout/dependencies/OpenOfficeLayout.Dependencies.csproj +++ b/LayoutFunctions/OpenOfficeLayout/dependencies/OpenOfficeLayout.Dependencies.csproj @@ -20,7 +20,7 @@ - + \ No newline at end of file diff --git a/LayoutFunctions/PantryLayout/dependencies/PantryLayout.Dependencies.csproj b/LayoutFunctions/PantryLayout/dependencies/PantryLayout.Dependencies.csproj index fb2cca7a..c12ca2a2 100644 --- a/LayoutFunctions/PantryLayout/dependencies/PantryLayout.Dependencies.csproj +++ b/LayoutFunctions/PantryLayout/dependencies/PantryLayout.Dependencies.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/LayoutFunctions/PhoneBoothLayout/dependencies/PhoneBoothLayout.Dependencies.csproj b/LayoutFunctions/PhoneBoothLayout/dependencies/PhoneBoothLayout.Dependencies.csproj index d02db4da..a2805895 100644 --- a/LayoutFunctions/PhoneBoothLayout/dependencies/PhoneBoothLayout.Dependencies.csproj +++ b/LayoutFunctions/PhoneBoothLayout/dependencies/PhoneBoothLayout.Dependencies.csproj @@ -4,9 +4,9 @@ net6.0 - + - + diff --git a/LayoutFunctions/PlantEntourage/dependencies/PlantEntourage.Dependencies.csproj b/LayoutFunctions/PlantEntourage/dependencies/PlantEntourage.Dependencies.csproj index 337bc6d5..029fcd08 100644 --- a/LayoutFunctions/PlantEntourage/dependencies/PlantEntourage.Dependencies.csproj +++ b/LayoutFunctions/PlantEntourage/dependencies/PlantEntourage.Dependencies.csproj @@ -7,7 +7,7 @@ - + diff --git a/LayoutFunctions/PrivateOfficeLayout/dependencies/PrivateOfficeLayout.Dependencies.csproj b/LayoutFunctions/PrivateOfficeLayout/dependencies/PrivateOfficeLayout.Dependencies.csproj index d39f6d2b..2dcf2c0f 100644 --- a/LayoutFunctions/PrivateOfficeLayout/dependencies/PrivateOfficeLayout.Dependencies.csproj +++ b/LayoutFunctions/PrivateOfficeLayout/dependencies/PrivateOfficeLayout.Dependencies.csproj @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/LayoutFunctions/ReceptionLayout/dependencies/ReceptionLayout.Dependencies.csproj b/LayoutFunctions/ReceptionLayout/dependencies/ReceptionLayout.Dependencies.csproj index fb2cca7a..c12ca2a2 100644 --- a/LayoutFunctions/ReceptionLayout/dependencies/ReceptionLayout.Dependencies.csproj +++ b/LayoutFunctions/ReceptionLayout/dependencies/ReceptionLayout.Dependencies.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/SpaceConfigurationFromModel/dependencies/SpaceConfigurationFromModel.Dependencies.csproj b/SpaceConfigurationFromModel/dependencies/SpaceConfigurationFromModel.Dependencies.csproj index 8ee0fa2f..5638086b 100644 --- a/SpaceConfigurationFromModel/dependencies/SpaceConfigurationFromModel.Dependencies.csproj +++ b/SpaceConfigurationFromModel/dependencies/SpaceConfigurationFromModel.Dependencies.csproj @@ -7,9 +7,9 @@ - + - + diff --git a/TravelDistanceAnalyzer/dependencies/TravelDistanceAnalyzer.Dependencies.csproj b/TravelDistanceAnalyzer/dependencies/TravelDistanceAnalyzer.Dependencies.csproj index 9cf130f2..fda86e65 100644 --- a/TravelDistanceAnalyzer/dependencies/TravelDistanceAnalyzer.Dependencies.csproj +++ b/TravelDistanceAnalyzer/dependencies/TravelDistanceAnalyzer.Dependencies.csproj @@ -7,7 +7,7 @@ - + diff --git a/WorkplaceStrategy/DefineProgramRequirements/dependencies/DefineProgramRequirements.Dependencies.csproj b/WorkplaceStrategy/DefineProgramRequirements/dependencies/DefineProgramRequirements.Dependencies.csproj index 21eb94b9..a28be142 100644 --- a/WorkplaceStrategy/DefineProgramRequirements/dependencies/DefineProgramRequirements.Dependencies.csproj +++ b/WorkplaceStrategy/DefineProgramRequirements/dependencies/DefineProgramRequirements.Dependencies.csproj @@ -3,9 +3,9 @@ net6.0 - + - +