Skip to content

Commit 044c1f1

Browse files
authored
Package updates (#1694)
* Update ReSharper * Update MongoDB.Driver * Update coverlet.collector * Update Microsoft.IdentityModel.Protocols.OpenIdConnect / Microsoft.IdentityModel.Tokens These are exposed dependencies. Bumping not to latest, but just a higher minor that fixes sanitizing logs to avoid leaking sensitive data. * Update Microsoft.NET.Test.Sdk * Update MySql.Data * Update SonarAnalyzer.CSharp (new rules: S8367, S8368, S8380, S8381) * TEST: Detect coverage diff in Sonar * Revert "TEST: Detect coverage diff in Sonar" This reverts commit f3fae6a.
1 parent 42fff3e commit 044c1f1

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"jetbrains.resharper.globaltools": {
6-
"version": "2026.1.0.1",
6+
"version": "2026.1.1",
77
"commands": [
88
"jb"
99
],

src/Management/src/Endpoint/Actuators/Health/Contributors/FileSystem/NetworkShareWrapper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
33
// See the LICENSE file in the project root for more information.
44

5-
using System.Diagnostics.CodeAnalysis;
65
using System.Runtime.InteropServices;
76

87
namespace Steeltoe.Management.Endpoint.Actuators.Health.Contributors.FileSystem;
@@ -27,7 +26,6 @@ private NetworkShareWrapper(ulong freeBytesAvailable, ulong totalNumberOfBytes)
2726
: null;
2827
}
2928

30-
[ExcludeFromCodeCoverage(Justification = "Workaround for https://github.com/coverlet-coverage/coverlet/issues/1762")]
3129
private static partial class NativeMethods
3230
{
3331
[LibraryImport("kernel32.dll", EntryPoint = "GetDiskFreeSpaceExW", StringMarshalling = StringMarshalling.Utf16, SetLastError = true)]

versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
-->
77

88
<AspNetCoreHealthChecksVersion>9.0.*</AspNetCoreHealthChecksVersion>
9-
<CoverletVersion>8.0.*</CoverletVersion>
9+
<CoverletVersion>10.0.*</CoverletVersion>
1010
<FluentAssertionsVersion>7.2.*</FluentAssertionsVersion>
1111
<MicrosoftAzureCosmosVersion>3.58.*</MicrosoftAzureCosmosVersion>
1212
<MicrosoftCodeAnalysisVersion>5.0.*</MicrosoftCodeAnalysisVersion>
1313
<MicrosoftSqlClientVersion>7.0.*</MicrosoftSqlClientVersion>
1414
<MockHttpVersion>7.0.*</MockHttpVersion>
15-
<MongoDbDriverVersion>3.7.*</MongoDbDriverVersion>
15+
<MongoDbDriverVersion>3.8.*</MongoDbDriverVersion>
1616
<MoqVersion>4.20.69</MoqVersion>
1717
<MySqlConnectorVersion>2.5.*</MySqlConnectorVersion>
18-
<MySqlDataVersion>9.6.*</MySqlDataVersion>
18+
<MySqlDataVersion>9.7.*</MySqlDataVersion>
1919
<NewtonsoftJsonVersion>13.0.*</NewtonsoftJsonVersion>
2020
<PublicApiAnalyzersVersion>3.3.*</PublicApiAnalyzersVersion>
2121
<RabbitClientTestVersion>7.2.*</RabbitClientTestVersion>
2222
<SerilogEnrichersThreadVersion>4.0.*</SerilogEnrichersThreadVersion>
2323
<SerilogExceptionsVersion>8.4.*</SerilogExceptionsVersion>
24-
<SonarAnalyzerVersion>10.20.0.135146</SonarAnalyzerVersion>
24+
<SonarAnalyzerVersion>10.25.0.139117</SonarAnalyzerVersion>
2525
<StyleCopVersion>1.2.0-beta.556</StyleCopVersion>
2626
<SystemCommandLineVersion>2.0.*</SystemCommandLineVersion>
2727
<SystemIdentityModelVersion>8.15.*</SystemIdentityModelVersion>
2828
<SystemSqlClientVersion>4.9.*</SystemSqlClientVersion>
29-
<TestSdkVersion>18.4.*</TestSdkVersion>
29+
<TestSdkVersion>18.5.*</TestSdkVersion>
3030
<XunitVersion>3.2.*</XunitVersion>
3131
<XunitVisualStudioVersion>3.1.*</XunitVisualStudioVersion>
3232
</PropertyGroup>
@@ -68,7 +68,7 @@
6868
-->
6969
10.0.*
7070
</FoundationalVersion>
71-
<MicrosoftIdentityModelVersion>8.14.*</MicrosoftIdentityModelVersion>
71+
<MicrosoftIdentityModelVersion>8.15.*</MicrosoftIdentityModelVersion>
7272
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.652701</MicrosoftDiagnosticsNETCoreClientVersion>
7373
<MicrosoftDiagnosticsTracingTraceEventVersion>3.1.23</MicrosoftDiagnosticsTracingTraceEventVersion>
7474
<OpenTelemetryExporterPrometheusVersion>1.15.*-*</OpenTelemetryExporterPrometheusVersion>

0 commit comments

Comments
 (0)