Start Debugging

Tag: aspnet

3 posts

2026-01-23 aspnetdotnetdotnet-10
Scalar in ASP.NET Core: why your Bearer token is ignored (.NET 10)
If your Bearer token works in Postman but not in Scalar, the problem is likely your OpenAPI document. Here is how to declare a proper security scheme in .NET 10.
2023-06-11 aspnetentity-framework
How to fix: Command dotnet ef not found
Fix the 'command dotnet-ef not found' error by installing the Entity Framework Core CLI tool globally or locally.
2020-12-20 aspnetazuredocker
The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found.
Fix the 'Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found' error by updating your Azure App Service stack and .NET runtime version.