From 850c7229f354ab180b995b02285069abbfd28ef2 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Tue, 12 Nov 2024 09:26:01 -0800 Subject: [PATCH 1/3] Use utf8-string-encoding feature in fortunes minimal apis --- src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj b/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj index f03e6fb94..374e2f081 100644 --- a/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj +++ b/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj @@ -1,11 +1,15 @@  - net7.0 + net9.0 enable enable latest 38063504-d08c-495a-89c9-daaad2f60f31 + + https://dev.azure.com/dnceng/public/_artifacts/feed/general-testing/NuGet/Microsoft.Net.Compilers.Toolset/overview/4.13.0-1.24555.2 + + $(Features);utf8-string-encoding @@ -15,6 +19,6 @@ - + From 7cf75fc840f91e45bfcce9468a65b671ee9a0975 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Tue, 12 Nov 2024 09:30:03 -0800 Subject: [PATCH 2/3] Add reference to package --- src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj b/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj index 374e2f081..d22019141 100644 --- a/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj +++ b/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj @@ -7,7 +7,7 @@ latest 38063504-d08c-495a-89c9-daaad2f60f31 - https://dev.azure.com/dnceng/public/_artifacts/feed/general-testing/NuGet/Microsoft.Net.Compilers.Toolset/overview/4.13.0-1.24555.2 + https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json $(Features);utf8-string-encoding @@ -16,6 +16,7 @@ + From 029b14c55e2148dea380f166e955fcbafc8490a4 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Tue, 12 Nov 2024 09:35:05 -0800 Subject: [PATCH 3/3] Use nuget.config file --- src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj | 3 --- src/BenchmarksApps/TechEmpower/Minimal/nuget.config | 8 ++++++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 src/BenchmarksApps/TechEmpower/Minimal/nuget.config diff --git a/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj b/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj index d22019141..27e63ad05 100644 --- a/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj +++ b/src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj @@ -6,9 +6,6 @@ enable latest 38063504-d08c-495a-89c9-daaad2f60f31 - - https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json - $(Features);utf8-string-encoding diff --git a/src/BenchmarksApps/TechEmpower/Minimal/nuget.config b/src/BenchmarksApps/TechEmpower/Minimal/nuget.config new file mode 100644 index 000000000..fa3bc708e --- /dev/null +++ b/src/BenchmarksApps/TechEmpower/Minimal/nuget.config @@ -0,0 +1,8 @@ + + + + + + + +