Jacob Foshee (dotnet)
banner
jacob-dotnet.bsky.social
Jacob Foshee (dotnet)
@jacob-dotnet.bsky.social
Long time C# .NET developer.

🐙🐈 https://github.com/jfoshee

I am jacob_dotnet on Twitter. https://x.com/jacob_dotnet
Would greatly improve my life if we had word wrap in inline Test Failures...
Is this a C# Dev Kit thing?
#dotnet
@vscode.dev
April 14, 2025 at 2:35 PM
Any WordPress people want to help the WhiteHouse with their uploads?
I can see Annex 2 and 3, but not 1.
April 3, 2025 at 5:48 PM
Sorting versions for NuGet packages is severely broken in the VSCode C# SDK
April 2, 2025 at 6:55 PM
✔️ Found a bug today after making all my unit tests run against both in-memory and Sqlite :memory: DBs.

(Next step will be to run against SQL Server dev instance)
March 27, 2025 at 7:40 PM
Post a warning
March 26, 2025 at 8:01 PM
The best kind of cost anomaly
March 22, 2025 at 11:48 PM
3. Add [Authorize(Roles = "admin")] to controller endpoints that you want to secure
(Assuming you already have JWT Bearer Auth configured)

And voila free 403's for all non-admins!
March 19, 2025 at 7:38 PM
2. Specify "role" (e.g. as "admin") for users in their public metadata in the Clerk dashboard
March 19, 2025 at 7:38 PM
Adding RBAC to a backend ASP .NET API secured by @clerk.com is very straightforward!
Just three simple steps:

1. Add "role": "{{user.public_metadata.role}}" to your custom session token
March 19, 2025 at 7:38 PM
March 18, 2025 at 12:20 AM
Apropos of nothing, a couple random chatbots answering "Did Russia invade Ukraine?"
March 5, 2025 at 8:27 PM
Has anyone seen extra 200 OK Void responses incorrectly added to endpoints (e.g. Deletes that only produce 204 and 404) in swagger.json?

I think possibly w/ my upgrade to .NET 9 packages...
February 7, 2025 at 4:18 PM
Seems not everyone is using NRTs yet… 💔
January 29, 2025 at 5:15 PM
Make Explorer unhappy by Pinning WSL folders...
January 26, 2025 at 6:30 PM
Hello, @clerk.com + Blazor

Wrapping the JS SDK in Blazor components was a cinch!

LMK if you want me to share the code!
December 20, 2024 at 9:38 PM
Upgraded Blazor wasm project to .NET 9 and getting this error with `@onkeydown`

Any ideas?
December 16, 2024 at 5:14 PM