File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 <GlobalPackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" />
4343 </ItemGroup >
4444 <ItemGroup Condition =" '$(IsPackable)'=='true'" >
45+ <GlobalPackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" />
4546 <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
4647 <GlobalPackageReference Include =" MinVer" Version =" 5.0.0" />
4748 </ItemGroup >
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ RabbitMQ.Client.BasicProperties
122122RabbitMQ.Client.BasicProperties.AppId.get -> string
123123RabbitMQ.Client.BasicProperties.AppId.set -> void
124124RabbitMQ.Client.BasicProperties.BasicProperties() -> void
125- RabbitMQ.Client.BasicProperties.BasicProperties(RabbitMQ.Client.ReadOnlyBasicProperties input) -> void
126125RabbitMQ.Client.BasicProperties.ClearAppId() -> void
127126RabbitMQ.Client.BasicProperties.ClearClusterId() -> void
128127RabbitMQ.Client.BasicProperties.ClearContentEncoding() -> void
Original file line number Diff line number Diff line change 1- RabbitMQ.Client.BasicProperties.BasicProperties(RabbitMQ.Client.ReadOnlyBasicProperties ! input) -> void
1+ RabbitMQ.Client.BasicProperties.BasicProperties(RabbitMQ.Client.IReadOnlyBasicProperties ! input) -> void
22RabbitMQ.Client.IConnection.DispatchConsumersAsyncEnabled.get -> bool
You can’t perform that action at this time.
0 commit comments