Skip to content

Commit 7d27704

Browse files
committed
fix: ran npm run fix:all
1 parent fd3a610 commit 7d27704

File tree

2 files changed

+31
-8
lines changed

2 files changed

+31
-8
lines changed

data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml

+11-8
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,18 @@ tags:
3131
- purview
3232
license: MIT
3333
description:
34-
"Generates [ActivitySource](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activitysource),
34+
'Generates
35+
[ActivitySource](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activitysource),
3536
[ILogger](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.ilogger),
36-
and [Metrics](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics) based telemetry
37-
from methods you define on an interface.<br />
38-
<br />
39-
This approach allows for:<br />
40-
- Faster iteration cycles - simply create the method on your interface and the implementation will be automatically generated<br />
41-
- Easy mocking/ substitution for testing - a full sample project, including tests can be found [here](https://github.com/purview-dev/purview-telemetry-sourcegenerator/tree/main/samples/SampleApp)<br />
42-
- Built-in dependency injection helper generation"
37+
and
38+
[Metrics](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics)
39+
based telemetry from methods you define on an interface.<br /> <br /> This
40+
approach allows for:<br /> - Faster iteration cycles - simply create the
41+
method on your interface and the implementation will be automatically
42+
generated<br /> - Easy mocking/ substitution for testing - a full sample
43+
project, including tests can be found
44+
[here](https://github.com/purview-dev/purview-telemetry-sourcegenerator/tree/main/samples/SampleApp)<br
45+
/> - Built-in dependency injection helper generation'
4346
authors:
4447
- name: Kieron Lanning
4548
url: https://github.com/kieronlanning

static/refcache.json

+20
Original file line numberDiff line numberDiff line change
@@ -12247,6 +12247,14 @@
1224712247
"StatusCode": 206,
1224812248
"LastSeen": "2025-01-16T11:40:52.473775-05:00"
1224912249
},
12250+
"https://github.com/purview-dev/purview-telemetry-sourcegenerator/tree/main/samples/SampleApp": {
12251+
"StatusCode": 206,
12252+
"LastSeen": "2025-03-14T10:04:55.39722679Z"
12253+
},
12254+
"https://github.com/purview-dev/purview-telemetry-sourcegenerator/wiki": {
12255+
"StatusCode": 206,
12256+
"LastSeen": "2025-03-14T10:04:55.71535952Z"
12257+
},
1225012258
"https://github.com/pyohannes": {
1225112259
"StatusCode": 206,
1225212260
"LastSeen": "2025-02-02T10:41:25.960943-05:00"
@@ -13895,6 +13903,18 @@
1389513903
"StatusCode": 206,
1389613904
"LastSeen": "2025-02-01T06:58:04.411013-05:00"
1389713905
},
13906+
"https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.ilogger": {
13907+
"StatusCode": 206,
13908+
"LastSeen": "2025-03-14T10:04:54.552538273Z"
13909+
},
13910+
"https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activitysource": {
13911+
"StatusCode": 200,
13912+
"LastSeen": "2025-03-14T10:04:53.921752353Z"
13913+
},
13914+
"https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics": {
13915+
"StatusCode": 200,
13916+
"LastSeen": "2025-03-14T10:04:54.95919053Z"
13917+
},
1389813918
"https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.getentryassembly": {
1389913919
"StatusCode": 200,
1390013920
"LastSeen": "2025-01-30T14:41:04.756369-05:00"

0 commit comments

Comments
 (0)