r-work
r-work
Using VS 17.4 Preview 1.0, not fixed.
Same issue here.
Same issue here, hope this gets resolved soon.
It works, thanks for the quick fix.
> [jackson2-api-plugin v2.13.1-244.v773c36c5b330](https://github.com/jenkinsci/jackson2-api-plugin/releases/tag/2.13.1-244.v773c36c5b330) with the fix has been released. Just updated, working as expected.
Same here, rolled back to preview 1 and it started working.
A general purpose webhook would be very helpful for when emails have been received.
Anybody who's having trouble with this, here is a workaround, it's not great, but app stopped crashing: ```C# public class App : Microsoft.Maui.Controls.Application { public static bool IsSleeping { get;...
I just came here to open an issue for replacing `Newtonsoft.Json` with `System.Text.Json`. And then I saw this issue 🙂
> Scenario 2 in OnModelCreating add: `modelBuilder.Entity().ToTable("generic_table2"); modelBuilder.Entity().Property(p => p.Id).HasColumnName("id"); modelBuilder.Entity().Property(p => p.TypeId).HasColumnName("type_id"); ` Done that, throws the same exception.