aswinfrancis
aswinfrancis
CC#
Created by aswinfrancis on 9/15/2022 in #help
What is the best practice for versioning multiple API based components?
Any help?
2 replies
CC#
Created by aswinfrancis on 8/22/2022 in #help
Need help finding memory leak [Answered]
Agreed. After some more analysis after I put this up I found the reason. The original Dev had a dictionary property that was meant to hold logger factories and then only create fresh ones if it wasn't there but the property would be created new every time as it wasn't static. Every time they call New LoggerFactory().CreateLoggerNlog(), a new dictionary property was created which in turn causes new loggerfactory instance to be created
6 replies