shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

269
active users

#dotnet

3 posts3 participants0 posts today

In the span of 5 minutes I went from, “I’ll write a #dotnet source generator” to “oh right, noooooooo thanks”.

I really hope there's a much simpler system in the future that's closer to the reflection APIs or something less AST and less string-focused.

While Github Copilot is generally good at taking some of the pain out of writing Unit/Integration tests*, this is a fairly good example of why you need to be able to review what it's doing... I think I can probably come up with a slightly more time efficient approach.

*At least when it has a manually written success path to extrapolate from

#DotNet#Copilot#AI