✅ vs code community don't start my code
How do y'all get the ideas for your side projects?
✅ Fedora 40, dotnet 8 sdk, can’t use debugging tools in vscode.
Could not execute because the specified command or file was not found.
Possible reasons for this include:
• You misspelled a built-in dotnet command.
• You intended to execute a .NET program, but dotnet-/home/username/GodotEngine/Godot_v4.3-stable_mono_linux_x86_64/Godot_v4.3-stable_mono_linux.x86_64 does not exist.
• You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.”
Could not execute because the specified command or file was not found.
Possible reasons for this include:
• You misspelled a built-in dotnet command.
• You intended to execute a .NET program, but dotnet-/home/username/GodotEngine/Godot_v4.3-stable_mono_linux_x86_64/Godot_v4.3-stable_mono_linux.x86_64 does not exist.
• You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.”
✅ Why is this try/catch block preventing lines after it from firing when an exception is caught?
✅ Is it possible to ask check for a keypress without pausing the whole console?
Task.Factory.StartNew(() => Console.ReadKey(true)).Wait(TimeSpan.FromSeconds(0.2)); but i cant assign that to var key to use as controls etc, if anyone wants to check through my code more i can send screenshtos or try open a git...
How to add an image tag to an Aspire's ProjectResource?
Unit Testing ASP.NET async api service
help with project for school, the program keeps looping and doesn't stop adding "*"
✅ Problem connecting entities on efcore
---> Npgsql.PostgresException (0x80004005): 23505: Duplicate key value violates unique constraint "PK_Blocks"
Method:...✅ ASP.NET MVC and mapping correct views.
✅ DbContextOptionsBuilder.UseMongoDB is not referenced after use AspNetCore.HealthChecks.MongoDb
AspNetCore.HealthChecks.MongoDb
to my project and the code below stop working
```cs
builder.Services.AddDbContext<LightningLanesDbContext>((serviceProvider, opt) =>
{
var databaseSettings = serviceProvider.GetRequiredService<IOptionsMonitor<DatabaseSettings>>().CurrentValue;...Why ins't inlining working here?
✅ Is there a reason to still be using EventArgs and EventHandler<T> for events?
Dealing with HTTPClient metrics
sum by(server_address)(http_client_active_requests)
But in my opinion data does'nt correspond with real traffic. What i make wrong? I collect metrics with multiple apps using prometheusForm Data Binding Issue in ASP.NET Core MVC - Dictionary Not Receiving Values
No secure hashing method?
✅ how I can write like this?
✅ could not be translated