[main] Update dependencies from dotnet/runtime (#4142)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Thu, 10 Aug 2023 00:42:43 +0000 (00:42 +0000)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 00:42:43 +0000 (00:42 +0000)
[main] Update dependencies from dotnet/runtime

 - Update PerfMapTests.cs

 - Update PerfMapTests.cs

 - Update PerfMapTests.cs

Use one not marked aggressiveinlining

eng/Version.Details.xml
eng/Versions.props
src/tests/Microsoft.Diagnostics.NETCore.Client/PerfMapTests.cs

index 8c07b738aba35d1722367dba26978afdeb7b04ae..1e5229d481058a2b90fe6580c9790c41f770bdee 100644 (file)
       <Uri>https://github.com/dotnet/aspnetcore</Uri>
       <Sha>28e5590576cbd72a61c5f07c1d212f26ab16594c</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-rc.1.23408.1">
+    <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-rc.1.23408.18">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>a40989223176c7db4d3c1b0eb2642f1aa15ab445</Sha>
+      <Sha>88633ae045e7741fffa17710dc48e9032e519258</Sha>
     </Dependency>
-    <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-rc.1.23408.1">
+    <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-rc.1.23408.18">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>a40989223176c7db4d3c1b0eb2642f1aa15ab445</Sha>
+      <Sha>88633ae045e7741fffa17710dc48e9032e519258</Sha>
     </Dependency>
     <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23408.2">
       <Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
index a36f8e228f10d0c755e610d3e1eb4ea6fff28892..8b7193930792bec869f0e5a98d96abc75e653318 100644 (file)
@@ -18,8 +18,8 @@
     <!-- Latest symstore version updated by darc -->
     <MicrosoftSymbolStoreVersion>1.0.440701</MicrosoftSymbolStoreVersion>
     <!-- Latest shared runtime version updated by darc -->
-    <VSRedistCommonNetCoreSharedFrameworkx6480Version>8.0.0-rc.1.23408.1</VSRedistCommonNetCoreSharedFrameworkx6480Version>
-    <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-rc.1.23408.1</MicrosoftNETCoreAppRuntimewinx64Version>
+    <VSRedistCommonNetCoreSharedFrameworkx6480Version>8.0.0-rc.1.23408.18</VSRedistCommonNetCoreSharedFrameworkx6480Version>
+    <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-rc.1.23408.18</MicrosoftNETCoreAppRuntimewinx64Version>
     <!-- Latest shared aspnetcore version updated by darc -->
     <MicrosoftAspNetCoreAppRefInternalVersion>8.0.0-rc.1.23408.23</MicrosoftAspNetCoreAppRefInternalVersion>
     <MicrosoftAspNetCoreAppRefVersion>8.0.0-rc.1.23408.23</MicrosoftAspNetCoreAppRefVersion>
index e70194a413cb49b2bd6e0225f066936ed6b23a4c..501a7ad98f7b39028eba25273fefcf5db09385d5 100644 (file)
@@ -88,7 +88,7 @@ namespace Microsoft.Diagnostics.NETCore.Client
 
         private void CheckWellKnownMethods(PerfMapType type, int pid)
         {
-            string[] wellKnownNames = new string[] { "Tracee.Program::Main", "System.PackedSpanHelpers::IndexOf" };
+            string[] wellKnownNames = new string[] { "Tracee.Program::Main", "System.Text.Unicode.Utf16Utility::GetPointerToFirstInvalidChar" };
 
             if (type == PerfMapType.All || type == PerfMapType.PerfMap)
             {