Johannes Norrbacka

Results 5 comments of Johannes Norrbacka

Fair warning - this is a suggestion, and not really production worthy. If you have any pointers on how this could be achieved, or would like to add it to...

Okay, I got it working using an extension method: ``` public static CoconaApp AddCommand(this CoconaApp app, string name, Delegate @delegate) { _ = CommandsBuilderExtensions.AddCommand(app, name, @delegate); return app; } ```...

Maybe relevant: https://hibernate.atlassian.net/browse/HHH-1829

@megafetis I am sorry but that code did not work for me. It only gave me a join by primary key and ignored the "category_id"-part. Have you really tried that?...

> @norrbacka please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. > > ``` > @dotnet-policy-service agree [company="{your company}"] >...