-
I am trying to use the RabbitMQ.Client library source code directly (not via NuGet package) in my project. Why does this IModel implementation According to this documentation page it should |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I can see that it is only missing on main branch. |
Beta Was this translation helpful? Give feedback.
-
I tried to compile the library source code tagged 6.4.0, but it failed because this project file How can I get the autogenerated-api-0-9-1.cs file? |
Beta Was this translation helpful? Give feedback.
I tried to compile the library source code tagged 6.4.0, but it failed because this project file
https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/v6.4.0/projects/RabbitMQ.Client/RabbitMQ.Client.csproj
references this source code file that cannot be found
<Compile Include="..\..\gensrc\autogenerated-api-0-9-1.cs" />
How can I get the autogenerated-api-0-9-1.cs file?