Closed jibedoubleve closed 2 months ago
The object Lanceur.Core.Models.Doubloon is in the wrong project.
The class is Lanceur.Infra.Utils.Doubloon, and there is a using statement: using Lanceur.Core.Models;.
The using Lanceur.Core.Models; statement was mistakenly identified as namespace Lanceur.Core.Models;.
The object Lanceur.Core.Models.Doubloon is in the wrong project.