C
C#15mo ago
moshimoshi

❔ Running ASP.NET file in Rider

Not sure why i cant seem to run the file - I'd like to do some testing on this work in progress project file. Tried again received this prompt to add new run configurations but dont know what to add. Context using rider as I'm running on MAC , find it more user friendly vs VS.
3 Replies
Angius
Angius15mo ago
Oh yeah, Rider is definitely much better than VS4Mac Weird that there's no default configuration Make sure you actually open the solution or the project, and not a file or a folder Adding a .NET Project configuration would be the way, though
moshimoshi
moshimoshi15mo ago
all guds i managed to resolve this hehe
Accord
Accord15mo 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.
Want results from more Discord servers?
Add your server
More Posts
❔ ASP.NET Core Web API controller method parameter is not null, but property values are always null.I have a method on a controller that takes a model class as a parameter. Calling the method from an❔ change timezone of aspnet docker containerhow to change aspnet docker container's timezone? i am using this image `mcr.microsoft.com/dotnet/as❔ Processes and AsyncHow can I recreate this with Async? (BeginOutputReads and such) ```cs // If an error happens, prints❔ Need help translating this psuedocodeHello beginner here for my assignment of translating some psuedocode. i am not sure how to check if❔ Homework Help... Again... Chars and Conditional StatementsHi, for this problem, I am given a char, starter, and an int, number. I have to find the subsequent ❔ I wrote a discord bot but it's not answering me ?``` using DSharpPlus; using DSharpPlus.EventArgs; using System.Threading.Tasks; class Program { ❔ image finally stored as byte but when viewing I'm not getting an imageGood afternoon guy was wondering what I'm doing wrong now for the image not to show? Yes im sorry Homework Help . how to pick out in a string variable that looks like this 1,2 and only pick out the2Greetings everyone i've been having a tought time with some of my homework . I have to pick out in a❔ Why is there a green squiggly line under the first Console.ReadLine(); ?namespace CSharpPractice // had to check no top-level statements { internal class Program { ❔ issues with variableI have this variable called "remChar" var remChar = Console.ReadLine().ToUpper(); while (remChar