{"id":20261627,"url":"https://github.com/aelbuz/minianalyzer","last_synced_at":"2025-04-11T01:45:18.349Z","repository":{"id":58470757,"uuid":"530755313","full_name":"aelbuz/MiniAnalyzer","owner":"aelbuz","description":"A WPF application for analyzing MiniProfiler JSON results.","archived":false,"fork":false,"pushed_at":"2023-08-12T18:38:21.000Z","size":101,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T22:51:24.361Z","etag":null,"topics":["analyzer","analyzing","asp-net","asp-net-core","c-sharp","csharp","data-analysis","dotnet","dotnet-core","entity-framework","entity-framework-core","mini-profiler","miniprofiler","profiler","profiling","result-analysis","wpf","wpf-application"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aelbuz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-30T17:13:11.000Z","updated_at":"2024-12-25T10:51:27.000Z","dependencies_parsed_at":"2024-11-14T11:29:33.699Z","dependency_job_id":"d026e0a0-630c-4973-b775-718f1272c611","html_url":"https://github.com/aelbuz/MiniAnalyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelbuz%2FMiniAnalyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelbuz%2FMiniAnalyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelbuz%2FMiniAnalyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelbuz%2FMiniAnalyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aelbuz","download_url":"https://codeload.github.com/aelbuz/MiniAnalyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248327863,"owners_count":21085258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analyzer","analyzing","asp-net","asp-net-core","c-sharp","csharp","data-analysis","dotnet","dotnet-core","entity-framework","entity-framework-core","mini-profiler","miniprofiler","profiler","profiling","result-analysis","wpf","wpf-application"],"created_at":"2024-11-14T11:26:07.878Z","updated_at":"2025-04-11T01:45:18.325Z","avatar_url":"https://github.com/aelbuz.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniAnalyzer\nMiniAnalyzer is an analysis tool for [MiniProfiler](https://miniprofiler.com) results.\n\n## How to Get MiniProfiler Analysis Result for MiniAnalyzer\nWhen you completed your profiling with MiniProfiler, simply serialize your MiniProfiler instance with:\n\n```CSharp\nstring json = miniProfiler.ToJson(); // ToJson() method can be found in StackExchange.Profiling.Internal.ExtensionMethods class\n```\n\n## How to Open MiniProfiler JSON Result on MiniAnalyzer\nYou can open MiniProfiler JSON result on MiniAnalyzer in two ways:\n\n**1. Loading a JSON File:** Useful when you serialized one MiniProfiler instance into a JSON file.  \n**2. Loading a Line Separated JSON File:** Useful when you serialized multiple MiniProfiler instances into one file and want to analyze all of them.\n\nIn order to load a line separated JSON file, each JSON content must be serialized into only one line. MiniAnalyzer will read/deserialize each line and show all of them on the tree. In example:\n\n```\n{ JSON Content 1 }\n{ JSON Content 2 }\n{ JSON Content 3 }\n```\n\n**3. Loading a JSON Text:** Useful when you serialized multiple MiniProfiler instances into one file and want to analyze one of them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelbuz%2Fminianalyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelbuz%2Fminianalyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelbuz%2Fminianalyzer/lists"}