I developed an ASP.NET Core 6 (serenity.is framework) application. It works on localost but when I build dockerfile, I get a CS0246 error.
Error CS0246: The type or namespace name ‘Multiple’ could not be found (are you missing a using directive or an assembly reference?)
Thanks for helping