I want them to make another Blade movie, I want one of the vampires to be fat, and I want @VancityReynolds to return specifically so that he can refer to him as "Nosferathree".
@ErikEJ Well yes, I could technically just run a SQL script at start-up. I'm looking for something easier to maintain though. I already have an idea. I just want to see if there are better ideas out there.
Okay devs, I want to "seed" some data in EF Core, but I don't want to do it in the migrations because I only want to apply it in certain environments. I still want it to be .net-based so I can run it at start-up though. Any recommendations?
BuilderGenerator v2.0.2 released: https://t.co/3JUduc4gUZ
This is a .Net source-generator that creates partial object builder classes for you, or at least the boring, repetitive half. Those who've seen my PluralSight course on test contexts know what this is about.
Has anyone ever succeeded in implementing a file-based configuration for Azure Functions similar to how we configure https://t.co/XEQNg2d3oW apps? Hit me up.
@integerman@pluralsight Thanks. I wish I'd had more time to get more into the philosophy. I think there way you think about test contexts is what makes all the difference.
@bchavez You could certainly use Bogus for many of the same purposes, but the course is about understanding which choices make for good contexts. Building a generation system as part of the course provides a deeper understanding of what's going on.
Central Ohio developers, I need mid and senior level devs. I need a lot of them, and I need them now. If you want to work on projects you can be proud of, get in touch with me.
C# Tweeps, Assembly.GetReferencedAssemblies seems to be returning me references of references. Any idea how to make it stop? I only want to see the things directly referenced by the assembly.