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
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
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:
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
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?