Pierre Arnaud

Results 9 comments of Pierre Arnaud

There is no technical reason for this separation. Referencing the driver assembly from our general querying layer is working just fine. It is more an architectural concern for now.

By the way, if you have any licensing questions, I am your privileged contact ;-)

@Emxx52 Otto Kölbl has a public e-mail address. Have a look at this [entry](https://www.unil.ch/all/home/menuinst/mitarbeitende-1.html).

Hey @Skywalker13, by the way, having a little child gives you plenty of opportunities not to sleep at night ;-). Any progress on the Blupi releases?

@neuecc any chance of getting circular references detected/handled?

I can't see any solution other than having to track all references in a dictionary/look-up table (assign a unique key to every reference), and then emit already known references by...

I am somewhat surprised (and disappointed) that this is not an easy fix in the .razor codegen and that it won't make it in the next release (https://github.com/dotnet/razor/issues/10193#issuecomment-2030587923). Good to...

Here is my current attempt: ```cs public abstract class Entity where T : class { } public interface IPerson { string Name { get; } int Age { get; }...

Any chance of getting this sorted out in the .NET 9 timeframe?