We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2746891 commit ac56eeaCopy full SHA for ac56eea
projects/client/RabbitMQ.Client/src/client/impl/Connection.cs
@@ -117,17 +117,6 @@ public class Connection : IConnection
117
.InformationalVersion;
118
#endif
119
120
-#if CORECLR
121
- private static string version = typeof(Connection).GetTypeInfo().Assembly
122
- .GetCustomAttribute<AssemblyInformationalVersionAttribute>()
123
- .InformationalVersion;
124
-#else
125
- private static string version = typeof(Connection).Assembly
126
127
128
-#endif
129
-
130
131
// true if we haven't finished connection negotiation.
132
// In this state socket exceptions are treated as fatal connection
133
// errors, otherwise as read timeouts
0 commit comments