Fredi Machado
Fredi Machado
Hey everyone, When I start Carnac it works fine for a while but then crashes silently. I've had a look at error events and I found 2 right next to...
Reproduced in Unity 2019.3.15f1
- Curso de C# gratuito para iniciantes
I made a unit test and it's available in my fork: https://github.com/Fredi/EntityFramework6.Npgsql/tree/select_string_literal ```csharp [Test] public void TestProjectionWithStringLiteral() { using (var context = new BloggingContext(ConnectionString)) { context.Database.Log = Console.Out.WriteLine; context.Blogs.Add(new Blog...