jibedoubleve / lanceur-bis

A free adaptation of Slickrun written in .NET
GNU General Public License v3.0
7 stars 0 forks source link

Class `Doubloon` is at the wrong place #577

Closed jibedoubleve closed 2 months ago

jibedoubleve commented 3 months ago

The object Lanceur.Core.Models.Doubloon is in the wrong project.

jibedoubleve commented 2 months ago

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