Luke Bakken

Results 314 comments of Luke Bakken

Version 7.x of this library will include `netstandard2.0` as a target framework. Please see the following issue for discussion around version 8 and beyond: https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1424

Notes: * https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1014 * https://github.com/dotnet/runtime/discussions/88607 * https://github.com/StackExchange/StackExchange.Redis/blob/main/src/StackExchange.Redis/AssemblyInfoHack.cs * https://github.com/npgsql/npgsql/blob/main/src/Npgsql/Properties/AssemblyInfo.cs

Closing because this appears to have been fixed.

@rosca-sabina @mikenorgate * https://github.com/rabbitmq/rabbitmq-dotnet-client/releases/tag/v6.5.0 * https://www.nuget.org/packages/RabbitMQ.Client/6.5.0

This may not be possible with .NET core, but I will investigate prior to releasing version 7.

After re-reading #765 (whew!) my conclusion is that we don't need to implement #765 as the affected .NET Framework and .NET Core versions are no longer supported, or, if someone...

My guess is that the changes already made in `main`, coupled with #1445, will address this. Closing.

These particular XML comments appear to be correct in `main`.

I will see if I can reproduce this with the latest `main` code.