Fright XO
Explore posts from servers✅ How to flush NLog on application exit with MEL
Nevermind, I've asked ChatGPT and it suggested that I dispose of the ILoggerFactory that I had created.
By updating my creation logic to store and reuse a single ILoggerFactory, then calling the _loggerFactory.Dispose function from within my managing class's dispose function, I am seeing that it is now flushed.
This was one case where some nudging of chatgpt and testing it's response actually helped.
3 replies
❔ ✅ DotNet Templating Bind Project Name
One option that exists may be to use the .vstemplate, i guess. https://learn.microsoft.com/en-us/visualstudio/ide/template-parameters?view=vs-2022 but i suspected all those replacement properties exist in this other templating
20 replies
❔ ✅ DotNet Templating Bind Project Name
What you have as 'name' is the symbol name. Your behavior is using the type
parameter
and getting the user to type in the name. Rider doesn't support that functionality, so i'd like to use type bind
and get it from a existing property.20 replies