File tree Expand file tree Collapse file tree 2 files changed +0
-54
lines changed
src/Microsoft.ServiceHub.Framework Expand file tree Collapse file tree 2 files changed +0
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44using System . Collections . Immutable ;
55using System . Diagnostics ;
66using System . Diagnostics . CodeAnalysis ;
7- using System . Globalization ;
87using System . IO . Pipelines ;
98using Microsoft . VisualStudio . Threading ;
109using Nerdbank . Streams ;
@@ -486,12 +485,6 @@ private IJsonRpcMessageFormatter CreateSystemTextJsonFormatter()
486485 DictionaryKeyPolicy = null ,
487486 PropertyNamingPolicy = STJ . JsonNamingPolicy . CamelCase ,
488487 DefaultIgnoreCondition = STJ . Serialization . JsonIgnoreCondition . WhenWritingNull ,
489- Converters =
490- {
491- // These converters are a workaround for https://github.com/dotnet/runtime/issues/85981
492- JsonConverterWrapper < Version > . Instance ,
493- JsonConverterWrapper < Uri > . Instance ,
494- } ,
495488 } ,
496489 } ;
497490 }
@@ -501,8 +494,6 @@ private IJsonRpcMessageFormatter CreateSystemTextJsonFormatter()
501494 /// </summary>
502495 public class JsonRpcConnection : RpcConnection
503496 {
504- private const string GetOptionalInterfacesMethodName = "__jsonrpc_getOptionalInterfaces" ;
505-
506497 private readonly ServiceJsonRpcDescriptor ? owner ;
507498
508499 /// <summary>
You can’t perform that action at this time.
0 commit comments