File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Discovery/test/HttpClients.Test/LoadBalancers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments