Brandon Weber

Results 2 issues of Brandon Weber

Current image published only supports amd64, which crashes when used on new M1 Macbooks. I was able to get this to work with the existing docker file locally using docker's...

Is there a recommended way to implement the ConnectionFactory. Here is what I have done: ``` public class ConnectionFactory(IServiceProvider serviceProvider) : IConnectionFactory { public NpgsqlConnection GetOrCreateConnection() => serviceProvider.GetRequiredService().CreateConnection(); } ```...