Still a use case for slow-cheetah
With .net 6 out I'm still finding myself maintaining application dependent on .net framework 4.7.2 which isnt too difficult to move them over just time consuming. So as a real quick reminder for myself there's a way to handle debug/local environments. Since most employer's dont know about this cool library or dont see the advantage, over using #DEBUG in code. Which I really hate handling so instead I install slow-cheetah and using the foling.
xdt:Locator="Match(name)"
add this to your App.{env}.config and call it a day with handling your environment!
Notes