Job.WithCode Deprecated Warning

I’m creating a simple system that inherits SystemBase and after following the basic setup for Job.WithCode, from here, I get a deprecated warning in Visual Studio. I can still run the code. Should I be using something else or is this just a bug? I’m using Jobs 0.2.10 and entities 0.11.0.

Job.WithCode(() => { }).Schedule();

From mobile now, but iirc it deprecated (Schedule naming) as we have ScheduleSingle and ScheduleParallel, which much more clear than Schedule.

Neither documentation nor change log for Entities mention this change for Job.WithCode, but I do recall seeing some post from Joacim about these kind of name changes - though my search power eludes me.

Now I’m on PC. Where you exact found deprecation for Job.WithCode(() => { }).Schedule() in SystemBase? Source code haven’t anything about deprecation Schedule for WithCode. And Rider doesn’t tell that for WithCode.

I doesn’t see any deprecation warnings in SystemBase and Job.WithCode

Yes, Job.WithCode.Schedule should not be deprecated. If you get that error again can you send the text of the deprecation warning and your version of Visual Studio?