• 2 Posts
  • 426 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle




  • One time I had my cat out for a walk in his harness. He started going nuts on this random spiky looking plant by a fence. My wife and I are like, uh oh, is that cat safe?

    I took a photo and uploaded it to a plant ID site (was, and still am, amazed that they are just casually online with such a tool).

    Catnip.












  • Most of my version-upgrade woes seem comparatively recent, lol

    1. Nullable contexts. It’s “easy” to update this with a setting in your project file! … but it adds warnings to basically every file in the project :( You could break it up by adding a preprocessor directive, but it still added a lot of noise at the time.
    2. File-scoped namespaces. I like this feature for new code, but OUCH does it mess up code reviews when it’s an incidental change. I really grew to love Github’s “ignore whitespace” setting in the PR diff view because of this.
    3. Migrating from 4.6 to .NET Core. There were a few times when a deploy just … stopped. It worked on our desktops, and it worked on our test server, but the prod deploy just choked. We might have finally gotten a clue about what was wrong from the event viewer, but it’s been a while. I do recall that our usual troubleshooting path was useless in this case!