u/Commercial-Diver-692

level 16 account and can play comp

as the title says. I have level 16 and can play comp. Why? Did they changed it from 20? I played 2 placement games already

reddit.com
u/Commercial-Diver-692 — 6 days ago
▲ 0 r/dotnet

Cant solve this error

Sorry if this is dumb, just trying to learn. Im doing a shopping list project with c# and blazor trying to learn and i get the this error when i try to inject AppDbContext:

"The type or namespace name could not be found (are you missing a using directive or an assembly reference?)"

And this error when trying to use: 'using ShoppingList.Model' on my raazor page:

"The name 'Model' does not exists in the type 'ShoppingList' "

Bellow is the code

razor page:

@ page "/shopping"

@ inject AppDbContext Db -- error here

@ using Microsoft.EntityFrameworkCore

@ using ShoppingList.Model -- and here

<h3>ShoppingList</h3>

@ code {

}

app db context:

using Microsoft.EntityFrameworkCore;

using ShoppingList.Model;

namespace ShoppingList.Data

{

public class AppDbContext : DbContext

{

public AppDbContext(DbContextOptions<AppDbContext> options) : base(options) { }

public DbSet<ShoppingItem> ShoppingItems { get; set; }

}

}

and the structure of the project in case it helps:

https://preview.redd.it/q0wcc16oac1h1.png?width=303&format=png&auto=webp&s=1caaef3fe9cf5b17bab704f463c51dfcd29fcf68

I am a noob so please dont flame me if its something dumb. trying to not use ai as much as possible and did not find anything that could help me online( because i dont really know what to search). Let me know if i need to attach other files too

reddit.com
u/Commercial-Diver-692 — 8 days ago
▲ 2 r/LFMMO

game recommendations

I have played runescape (kinda liked it if i was in the mood for something chill) but got a little bored from it. I never really got into mmo rpg games but i really want to. I tried but did not find one that actually makes me stick to it. Do you guys have any recommendations?

reddit.com
u/Commercial-Diver-692 — 11 days ago