r-work

Results 19 comments of r-work

> [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.

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.