Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 20094e8

Browse files
committed
0.1.4
JSON schema: - Added `telemetry` JSON schema; Rules: - Added .NET telemetry
1 parent f1be9ef commit 20094e8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

cleanup-list.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,16 @@
8686
"location": "~/AppData/Local/CrashDumps/*.dmp"
8787
},
8888
"active": true
89+
},
90+
"dotnet_telemetry_service": {
91+
"application": ".NET",
92+
"category": ".NET",
93+
"entity_category": "telemetry",
94+
"description": ".NET Core Telemetry data",
95+
"delete": {
96+
"type": "directory",
97+
"location": "~/.dotnet/TelemetryStorageService"
98+
},
99+
"active": true
89100
}
90101
}

cleanup-list.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"cache",
3838
"backup",
3939
"old version",
40-
"temporary files"
40+
"temporary files",
41+
"telemetry"
4142
]
4243
},
4344
"custom_category": {

0 commit comments

Comments
 (0)