Warning in 5.4.0 : Compilaton was requested for method `Pathfinding.Path+SearchContext

Hi, i’ve update my project to 5.4.0 and i get this warning at runtime:

Compilaton was requested for method Pathfinding.Path+SearchContext, AstarPathfindingProject, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null::OpenCandiidateConnectionBurst(Pathfinding.Path+SearchContext+OpenCandidateParams&, AstarPathfindingProject, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|Pathfinding.BinaryHeap&, AstarPathfindingProject, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|Pathfinding.HeuristicObjective&, AstarPathfindingProject, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null) but it is not a known Burst entry point. This may be because the [BurstCompile] method is defined in a generic class, and the generic class is not instantiated with concrete types anywhere in your code.

That’s strange. What version of burst and unity are you using? Does it go away if you upgrade to the latest version of the burst package?

I upgraded Unity from 6.0.50 to 6.0.51 and the warning disappeared — maybe it was just restarting Unity that did the trick.
Thanks anyway!