File tree 2 files changed +31
-8
lines changed
2 files changed +31
-8
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,18 @@ tags:
31
31
- purview
32
32
license : MIT
33
33
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),
35
36
[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'
43
46
authors :
44
47
- name : Kieron Lanning
45
48
url : https://github.com/kieronlanning
Original file line number Diff line number Diff line change 12247
12247
"StatusCode": 206,
12248
12248
"LastSeen": "2025-01-16T11:40:52.473775-05:00"
12249
12249
},
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
+ },
12250
12258
"https://github.com/pyohannes": {
12251
12259
"StatusCode": 206,
12252
12260
"LastSeen": "2025-02-02T10:41:25.960943-05:00"
13895
13903
"StatusCode": 206,
13896
13904
"LastSeen": "2025-02-01T06:58:04.411013-05:00"
13897
13905
},
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
+ },
13898
13918
"https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.getentryassembly": {
13899
13919
"StatusCode": 200,
13900
13920
"LastSeen": "2025-01-30T14:41:04.756369-05:00"
You can’t perform that action at this time.
0 commit comments