CI support for .NET CORE
lazybum
Posts: 1 New member
I was wondering if there was support for memory profiling integration with CI.
Something like when i check in, there should be some "memory tests" which should pass for the build to succeed.
There is one popular tool which has a standalone exe for the memory profiling; we get the option "run under xxx" for the memory unit tests, we can also run it using command line which will help with CI. However, that doesnt support .NET CORE yet.
does ANTS memory profiler have CI support and does it work on .NET CORE 1.1?
Something like when i check in, there should be some "memory tests" which should pass for the build to succeed.
There is one popular tool which has a standalone exe for the memory profiling; we get the option "run under xxx" for the memory unit tests, we can also run it using command line which will help with CI. However, that doesnt support .NET CORE yet.
does ANTS memory profiler have CI support and does it work on .NET CORE 1.1?
Tagged:
Comments
I'm afraid that ANTS Memory Profiler doesn't have a command line interface, so there isn't a way for it to integrate with CI.
(Note: there is a snapshot API that allows you to automate memory snapshots, but you need to be running a profiling session from the profiler UI for this to work.)
So sorry for the lacking feature! I've passed your feedback on this to our developers.
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?