Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Dev Diagnostics Experimental Feature #3955

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
224 changes: 0 additions & 224 deletions DevHome.sln

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ graph TD;
DevHome.Dashboard-->DevHome;
DevHome.Experiments-->DevHome;
DevHome.ExtensionLibrary-->DevHome;
DevHome.DevInsights-->DevHome.Service;
DevHome.Settings-->DevHome;
DevHome.SetupFlow-->DevHome;
DevHome.RepositoryManagement-->DevHome
Expand Down Expand Up @@ -70,10 +69,6 @@ Dev Home Common also provides telemetry functionality.

This is a special component that acts similarly to a tool but isn't actually a tool. The Settings component, like other tools, consumes the Common project and is used by Dev Home Core. It manages user preferences across all tools and extensions.

## Service

This is an NT service which runs as local system that provides functionality to various DevHome components. This functionality would typically require elevation and isn't transactional in nature. For items in DevHome that require elevation and are of a transactional nature, helper utilities are launched elevated instead.

## Tools

The tools are a set of functionalities that are integrated within Dev Home's codebase. They are designed to provide specific capabilities or features to Dev Home. They live as their own component but run in the same process as Dev Home and can communicate with each other and the core component through Dev Home's API.
Expand Down
167 changes: 0 additions & 167 deletions service/DevHome.Service.IDL/DevHome.Service.IDL.vcxproj

This file was deleted.

This file was deleted.

81 changes: 0 additions & 81 deletions service/DevHome.Service/BasicClassWinRTFactory`1.cs

This file was deleted.

Loading
Loading