That reminds me of an old jokeβ¦
βWe exfiltrated the top secret ai code from the military but we only got the last pageβ¦β
@jacob-dotnet.bsky.social
Long time C# .NET developer. ππ https://github.com/jfoshee I am jacob_dotnet on Twitter. https://x.com/jacob_dotnet
That reminds me of an old jokeβ¦
βWe exfiltrated the top secret ai code from the military but we only got the last pageβ¦β
Pretty disappointed that Google Cloud Build Buildpacks do not include .NET 9 support...
cloud.google.com/docs/buildpa...
Just cannot deploy an App to Azure today! Extremely frustrating.
First it tells me I'm over quota. Apparently I can't deploy to South Central US anymore?
Now it can't create valid federated credentials for Github deployment!
@developer.microsoft.com
I used to work for someone like this. He did not wear a badge at the conference, to avoid some of the attention. He still got recognized.
30.05.2025 19:28 β π 0 π 0 π¬ 0 π 0VSCode task to auto-start Azurite blob storage:
{
"label": "Start Azurite Blob Service",
"command": "${command:azurite.start_blob}",
"runOptions": {
"runOn": "folderOpen"
},
"problemMatcher": []
},
Assumes the extension is installed.
Rockstar is looking for C# developers for their game services in MA, CA and NY: job-boards.greenhouse.io/rockstargame...
17.05.2025 16:46 β π 13 π 9 π¬ 2 π 2Yeah; the problem is you have to know the name of the next-to-last migration:
dotnet ef database update <previous-migration-name>
So you have to run a command to list them, or go look it up.
I guess that's just how it is.
I was hoping there was a single command.
Is there not an EF core CLI command to just roll back to the previous migration??
cc @erikej.bsky.social
Absolutely.
I had created a terrible habit of watching something on YT while I wait for tests, AI, builds, etc.
I found this contributed to mental exhaustion by the end of the day because my brain was getting no down-time.
Now I put on meditative music and just think/relax/meditate.
Would greatly improve my life if we had word wrap in inline Test Failures...
Is this a C# Dev Kit thing?
#dotnet
@vscode.dev
You can use my free T-SQL Analyzer command line tool to check for over 140 anti-patterns in your SQL scripts directly in SQL Server Management Studio (SSMS)
#dotnet #sqlserver #databases
github.com/dotnet/annou...
Looks like if you use the Refresh SignIn endpoint (or the default auth UI) you may be at risk.
He speaks with some authority on the matter
06.04.2025 22:18 β π 2 π 1 π¬ 0 π 0Where is our humanity?
06.04.2025 21:26 β π 33994 π 11372 π¬ 1800 π 1114turn back!
;-)
Is scss an option?
Ha it's a PDF! I guess it makes sense as it is a scan
images.gatesnotes.com/12514eb8-7b5...
Any WordPress people want to help the WhiteHouse with their uploads?
I can see Annex 2 and 3, but not 1.
Sorting versions for NuGet packages is severely broken in the VSCode C# SDK
02.04.2025 18:55 β π 1 π 0 π¬ 0 π 0Mario Kart has resorbed Wave Race
02.04.2025 16:52 β π 0 π 0 π¬ 0 π 0#define WIN32_LEAN_AND_MEAN
01.04.2025 17:24 β π 1 π 0 π¬ 0 π 0/subscribe π
Iβm curious about the best applications of Go.
So I just updated Samsung Magician and afterwards was presented with this π¬
This drive has been in here for a year so I assume this is a false positive? @sumsung.bsky.social
Thanks for the heads up!
I remember there being some issue w/ the last Magician update too, although I forget what that was. So I was waiting on doing this one⦠I do not want a bricked HDD
Well, he did not create the Agile process, but he is a great instructor and practitioner
30.03.2025 15:48 β π 0 π 0 π¬ 0 π 0I have been practicing TDD for ~15 years. Was fortunate to take an Agile class from Venkat Subramaniam. agiledeveloper.com
Trying to follow the TDD red, green, refactor process is a good way to start.
βοΈ 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)
Windows XP bubble: Your computer might be at risk
Post a warning
26.03.2025 20:01 β π 0 π 0 π¬ 0 π 0-57% Decrease
The best kind of cost anomaly
22.03.2025 23:48 β π 0 π 0 π¬ 0 π 0Check out my sample project here for something leaner and meaner but still C# Wasm ;-)
github.com/jfoshee/Hell...
Thereβs a link to the webgl template there