C
C#2y ago
morry329#

❔ Project is not specified on Rider

I am following this ASP.NET Core tutorial https://www.youtube.com/watch?v=pzFY45La2LE&t=972s with Rider. As soon as I hit the run button, my Rider prompts this edit configuration window with the error message "project is not specified" on the bottom as per screenshot. Some of the blank sections are just disabled, I cannot fill in or select any options. My expected outcome here is to view a swagger page, it should be doable with Rider too. Could anyone kindly point out what I have done wrongly?
Curious Drive
YouTube
MySQL + EF Core + ASP.NET Core Web API + CRUD + Load Related Data +...
Hey Programmers, In this video, I am showing how you can quickly scaffold your database into models and load related data, call stored procedures and get data from views from MySQL Database for asp.net core web API project. GitHub Link - Source Code: https://github.com/CuriousDrive/EFCore.AllDatabasesConsidered Steps : Add Connection String :...
3 Replies
Angius
Angius2y ago
How did you create this project?
morry329#
morry329#2y ago
I did everything in this instruction except for the NewtonJson https://github.com/CuriousDrive/EFCore.AllDatabasesConsidered/blob/main/MySQL/Steps.txt
GitHub
EFCore.AllDatabasesConsidered/Steps.txt at main · CuriousDrive/EFCo...
This repository contains sample .NET projects which are using EF Core to perform database operations for MS SQL Server, MySQL, SQLite & CosmosDB. We have created these projects for develope...
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.