Skip to content

Commit

Permalink
Merge branch 'main' into feature/codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Jan 9, 2025
2 parents 7ba4eb5 + 69c2d3e commit 58bb915
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.13.0-preview.24562.1">
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.14.0-preview.25056.1">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>4f6e6afd41ccf30b0be2e0722fe4131106bf1b91</Sha>
<Sha>3889f929bc86d4f819c62bfa687b01660c9e195d</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.24566.1">
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.605501">
<Uri>https://github.com/dotnet/diagnostics</Uri>
<Sha>8c505ca6921b5f7e9b8acc234cc8f15035537ee4</Sha>
<Sha>c9233435fbe4a262c4b4b0e72405a495a8663d5d</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.diagnostics" Version="9.0.0-preview.24566.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.diagnostics" Version="9.0.0-preview.25055.1">
<Uri>https://github.com/dotnet/diagnostics</Uri>
<Sha>8c505ca6921b5f7e9b8acc234cc8f15035537ee4</Sha>
<Sha>c9233435fbe4a262c4b4b0e72405a495a8663d5d</Sha>
<SourceBuild RepoName="diagnostics" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand All @@ -22,9 +22,9 @@
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.0-alpha.1.24558.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.605601">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>1ebd9ce245112164207d961c0d2faea741c7c489</Sha>
<Sha>67bfe60ba059348bfaec48537acd36157cd2be6e</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.11.0-beta1.23525.2</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.23525.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeCoverageIOVersion>17.7.0</MicrosoftCodeCoverageIOVersion>
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.0-preview.24566.1</MicrosoftDiagnosticsNETCoreClientVersion>
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.605501</MicrosoftDiagnosticsNETCoreClientVersion>
<MicrosoftExtensionsDependencyModelPackageVersion>3.1.0</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
<MicrosoftFakesVersion>17.9.0-beta.24058.4</MicrosoftFakesVersion>
<MicrosoftInternalCodeCoverageVersion>17.13.0-preview.24562.1</MicrosoftInternalCodeCoverageVersion>
<MicrosoftInternalCodeCoverageVersion>17.14.0-preview.25056.1</MicrosoftInternalCodeCoverageVersion>
<MicrosoftVisualStudioDiagnosticsUtilitiesVersion>17.10.34924.118</MicrosoftVisualStudioDiagnosticsUtilitiesVersion>
<MicrosoftVisualStudioEnterpriseAspNetHelper>$(MicrosoftVisualStudioDiagnosticsUtilitiesVersion)</MicrosoftVisualStudioEnterpriseAspNetHelper>
<MicrosoftVisualStudioInteropVersion>17.10.525-preview.1</MicrosoftVisualStudioInteropVersion>
Expand Down
2 changes: 1 addition & 1 deletion test/Intent/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static void Run(IEnumerable<string> paths, IRunLogger logger)
// When the result is a task we need to await it.
// TODO: this can be improved with await, imho
task.GetAwaiter().GetResult();
};
}

passed++;
logger.WriteTestPassed(method, testStopwatch.Elapsed);
Expand Down

0 comments on commit 58bb915

Please sign in to comment.