Open rfalanga opened 6 months ago
I remembered that I could highlight a class, even a Microsoft class, then press F12 to see a synopsis of the class. Good even to begin deducing what I'll need.
I tried added 2 new classes, MyTempFeatures
and TmpFeatureDefinition
. However, the last one was just a wild attempt to get the build to work. I'm thinking I should delete it and just work with MyTempFeatures
.
Or maybe the better approach would be to review the appSettings.json implementation, and see if I can derive from that the class(es) that I'll need, for the tables I'll need, in SQL Server.
I tried adding two new classes, MyTempFeatures
and TmpFeatureDefinition
. However, the last one was just a wild attempt to get the build to work. I'm thinking I should delete it and just work with
I've created the barebones version of MyFeatureFlags, but I've got to fully implement the two methods within MyFeatureFlags.