Skip to content

Commit 1f570ed

Browse files
committed
Update Resharper
1 parent 8fd11e4 commit 1f570ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.0",
6+
"version": "2025.3.0-eap06",
77
"commands": [
88
"jb"
99
],

src/Discovery/test/HttpClients.Test/LoadBalancers/RoundRobinLoadBalancerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ private sealed class TestServiceInstance(Uri uri) : IServiceInstance
246246
public int Port => throw new NotImplementedException();
247247
public bool IsSecure => throw new NotImplementedException();
248248
public Uri Uri { get; } = uri;
249-
public Uri? NonSecureUri => throw new NotImplementedException();
250-
public Uri? SecureUri => throw new NotImplementedException();
249+
public Uri NonSecureUri => throw new NotImplementedException();
250+
public Uri SecureUri => throw new NotImplementedException();
251251
public IReadOnlyDictionary<string, string?> Metadata => throw new NotImplementedException();
252252
}
253253

0 commit comments

Comments
 (0)