Biggest issue I have with @MSFTCopilot is this "// ... repeat for all other...". What's the point of using AI to do the repeative work when it constantly tries to push the work back at me.
Blogged C# Language Features vs. Target Frameworks: https://t.co/QUjTMZ8tJ4
After talking with some folks, I noticed that people think that if they stuck with full framework they can't use records and other latest language features. Which is not true.
#dotnet#csharp
As usual, there are a boatload of new APIs coming in .NET 6. Most of these are driven by custom requests. Lets talk about some of them. #dotnet#aspnetcore
I have been summoned by none other than @RealGeneKim to comment on the @StackOverflow developer insights survey results.
"Huh, where did I put that spare Lightning cable--maybe in here?" asks Gene, proceeding to unknowingly fling open Pandora's box.
I feel like the process of learning codebases should be more guided, interactive, and integrated into your editor. Not buried in documentation. To improve onboarding, and make it easy to create such learning assets, I created a "tutorial recorder" for @code. It's called Code Tour
@AzureDevOps I have two stage pipeline where the second stage requires environment with approval. If no one approves - the build fails after the max timeout on the approval. Why does it fail?
Updated Tanka #GraphQL sample to use the new code generator at https://t.co/iOBxSFv4VK. Generator is a #dotnet tool which gets executed by custom msbuild task when schema file changes.