Skip to content

Commit 33bcb39

Browse files
authored
Update ReSharper to v2025.2.0 (SteeltoeOSS#1568)
1 parent 667e7a4 commit 33bcb39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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": "2025.1.3",
6+
"version": "2025.2.0",
77
"commands": [
88
"jb"
99
],

src/Discovery/src/Eureka/EurekaDiscoveryClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public async Task ShutdownAsync(CancellationToken cancellationToken)
206206
_registryFetchAsyncLock.Dispose();
207207
}
208208

209-
// ReSharper disable once AsyncVoidMethod
209+
// ReSharper disable once AsyncVoidEventHandlerMethod
210210
private async void AppInfoManagerOnInstanceChanged(object? sender, InstanceChangedEventArgs args)
211211
{
212212
if (!IsAlive)

0 commit comments

Comments
 (0)