-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
Microsoft releases Microsoft.Extensions.AI .NET libraries for AI application development
By pradeepviswav,
- microsoft
- microsoft ai
- (and 5 more)
- 2 replies
- 1 view
-
Microsoft launches .NET 9 Release Candidate 1 with enhanced WebSocket APIs and more
By John Callaham,
- 1 reply
- 0 views
-
Microsoft reveals .NET 6 will no longer be supported on November 12
By John Callaham,
- 3 replies
- 0 views
-
This Complete .NET & C# Developer Certification Bundle only costs $31.99
By News Staff,
- neowin deals
- .net
- (and 4 more)
- 1 reply
- 0 views
-
Microsoft says latest .NET 9 Preview 4 is all about performance and optimization boost
By hellowalkman,
- 0 replies
- 0 views
-
Question
wrack
Hi,
Being given a task to analyse and collect info on all code paths for a very very large monolithic .NET Web app that is used across various clients.
Thinking about adding in some reflection type code that basically collects data of run-time code path taken depending on the params passed to various methods.
Once I have the data, need to start removing/deprecating code that never gets used in few months in real world. Along with refactoring and adding more test coverage on major code paths to improve quality.
I am aware of unit testing approach but this app is 13+ years old and unit testing can't be just added, can't be easily refactored without breaking something, can't be easily re-written.
Are there any tools frameworks that can be integrated into existing code that would allow me to collect such data?
Not looking for code samples but if anyone has it then awesome. Any help, general guidance, software/framework recommendation would be highly appreciated.
Something like Google Analytics but for the actual source code itself.
TA
Link to comment
https://www.neowin.net/forum/topic/1382564-code-level-runtime-analytics/Share on other sites
8 answers to this question
Recommended Posts