skip to Main Content

ASP.NET Boilerplate start project with CLI

Using ASP.Net Boilerplate (.net 8), whats the correct way to run the project using CLI on Linux. When listing the projects I get the following: ▶ dotnet sln list Project(s) ---------- src/SimpleTaskSsytem.Application/SimpleTaskSsytem.Application.csproj src/SimpleTaskSsytem.Core/SimpleTaskSsytem.Core.csproj src/SimpleTaskSsytem.EntityFrameworkCore/SimpleTaskSsytem.EntityFrameworkCore.csproj src/SimpleTaskSsytem.Migrator/SimpleTaskSsytem.Migrator.csproj src/SimpleTaskSsytem.Web.Core/SimpleTaskSsytem.Web.Core.csproj src/SimpleTaskSsytem.Web.Host/SimpleTaskSsytem.Web.Host.csproj test/SimpleTaskSsytem.Tests/SimpleTaskSsytem.Tests.csproj When trying…

VIEW QUESTION

C# Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while executing the request – Asp.net

I need help in this code, something wrong is not right lol... I'm trying to run in InMemory database but I wasn't successful. I'm using Microsoft.AspNetCore.App 5.0.12 Microsoft.AspNetCore.App 6.0.0 Microsoft.NETCore.App 5.0.12 Microsoft.NETCore.App 6.0.0 Microsoft.WindowsDesktop.App 5.0.12 Microsoft.WindowsDesktop.App 6.0.0 [error image] https://i.stack.imgur.com/5tFrN.jpg…

VIEW QUESTION
Back To Top
Search