Richard Tasker

Results 6 comments of Richard Tasker

Would it be worth considering moving the public interfaces to there own SDK project, which could be pushed as a separate Nuget when carter is built. To avoid the complications...

I am also seeing this with `0.11.6` on linux. I have installed zstd as suggested in the workaround, this didn't fix the issue. ``` $ dotnet run -p src/Kafka.Consumer Unhandled...

Looks like I am missing `libsasl2.so.2`. ``` $ ldd ~/.nuget/packages/librdkafka.redist/0.11.6/runtimes/linux-x64/native/librdkafka.so linux-vdso.so.1 (0x00007ffe406e7000) libsasl2.so.2 => not found libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f265f408000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f265f19b000) libm.so.6 => /usr/lib/libm.so.6 (0x00007f265f016000) libz.so.1 =>...

Thanks @vertexmachina I will give it ago when I am back off holiday.

As of .Net 6, getting the DependencyContext of an application deployed as a single-file is not supported. Carter is using the `DependencyContext` in the [DependencyContextAssemblyCatalog](https://github.com/CarterCommunity/Carter/blob/main/src/Carter/DependencyContextAssemblyCatalog.cs#L37). The issue can be tracked...

Hey Mark, I don't think there will be a massive transition, the RabbitMQ.Client lib is already on dotnet core, the biggest change I see is moving to the new DI...