On Thu Jul 6 08:19:31 2023 +0000, Rémi Bernon wrote:
If you add a test you will see that the `IActivationFactory` object doesn't implement `IHostName`, so it would be a separate struct. I think it should be added at the same time you implement `CreateHostName` as it is what will create instances of it.
Yeah, I had a test but omitted it since the interface wasn't supported. I readded it and added checks for `IHostName`.
Thanks for the review.