Skip to content

Commit 80f034e

Browse files
committed
Update snippets to use new DLL name. Closes #264
Closes #264
1 parent 90165c1 commit 80f034e

File tree

2 files changed

+40
-39
lines changed

2 files changed

+40
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed:
1313

1414
- Snippets: Updated all snippets to use `v0.29.0` schema
15+
- Snippets: Updated all snuppers to use new DLL name, `DevProxy.Plugins.dll`
1516

1617
## [0.24.0] - 2025-06-04
1718

src/snippets.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"{",
153153
"\t\"name\": \"AuthPlugin\",",
154154
"\t\"enabled\": true,",
155-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
155+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
156156
"\t\"configSection\": \"auth\"",
157157
"}"
158158
],
@@ -220,7 +220,7 @@
220220
"{",
221221
"\t\"name\": \"ApiCenterOnboardingPlugin\",",
222222
"\t\"enabled\": true,",
223-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
223+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
224224
"\t\"configSection\": \"apiCenterMinimalPermissionsPlugin\"",
225225
"}"
226226
],
@@ -245,7 +245,7 @@
245245
"{",
246246
"\t\"name\": \"ApiCenterOnboardingPlugin\",",
247247
"\t\"enabled\": true,",
248-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
248+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
249249
"\t\"configSection\": \"apiCenterOnboardingPlugin\"",
250250
"}"
251251
],
@@ -271,7 +271,7 @@
271271
"{",
272272
"\t\"name\": \"ApiCenterProductionVersionPlugin\",",
273273
"\t\"enabled\": true,",
274-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
274+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
275275
"\t\"configSection\": \"apiCenterProductionVersionPlugin\"",
276276
"}"
277277
],
@@ -296,7 +296,7 @@
296296
"{",
297297
"\t\"name\": \"CachingGuidancePlugin\",",
298298
"\t\"enabled\": true,",
299-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
299+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
300300
"}"
301301
],
302302
"description": "CachingGuidancePlugin instance"
@@ -317,7 +317,7 @@
317317
"{",
318318
"\t\"name\": \"CrudApiPlugin\",",
319319
"\t\"enabled\": true,",
320-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
320+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
321321
"\t\"configSection\": \"customersApi\"",
322322
"}"
323323
],
@@ -372,7 +372,7 @@
372372
"{",
373373
"\t\"name\": \"DevToolsPlugin\",",
374374
"\t\"enabled\": true,",
375-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
375+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
376376
"}"
377377
],
378378
"description": "DevToolsPlugin instance"
@@ -393,7 +393,7 @@
393393
"{",
394394
"\t\"name\": \"EntraMockResponsePlugin\",",
395395
"\t\"enabled\": true,",
396-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
396+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
397397
"\t\"configSection\": \"entraMockResponsePlugin\"",
398398
"}"
399399
],
@@ -415,7 +415,7 @@
415415
"{",
416416
"\t\"name\": \"ExecutionSummaryPlugin\",",
417417
"\t\"enabled\": true,",
418-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
418+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
419419
"}"
420420
],
421421
"description": "ExecutionSummaryPlugin instance"
@@ -436,7 +436,7 @@
436436
"{",
437437
"\t\"name\": \"GenericRandomErrorPlugin\",",
438438
"\t\"enabled\": true,",
439-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
439+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
440440
"\t\"configSection\": \"genericRandomErrorPlugin\"",
441441
"}"
442442
],
@@ -478,7 +478,7 @@
478478
"{",
479479
"\t\"name\": \"GraphBetaSupportGuidancePlugin\",",
480480
"\t\"enabled\": true,",
481-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
481+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
482482
"\t\"urlsToWatch\": [",
483483
"\t\t\"https://graph.microsoft.com/beta/*\",",
484484
"\t\t\"https://graph.microsoft.us/beta/*\",",
@@ -495,7 +495,7 @@
495495
"{",
496496
"\t\"name\": \"GraphClientRequestIdGuidancePlugin\",",
497497
"\t\"enabled\": true,",
498-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
498+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
499499
"\t\"urlsToWatch\": [",
500500
"\t\t\"https://graph.microsoft.com/v1.0/*\",",
501501
"\t\t\"https://graph.microsoft.com/beta/*\",",
@@ -516,7 +516,7 @@
516516
"{",
517517
"\t\"name\": \"GraphMinimalPermissionsGuidancePlugin\",",
518518
"\t\"enabled\": true,",
519-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
519+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
520520
"}"
521521
],
522522
"description": "GraphMinimalPermissionsGuidancePlugin instance"
@@ -542,7 +542,7 @@
542542
"{",
543543
"\t\"name\": \"GraphMinimalPermissionsPlugin\",",
544544
"\t\"enabled\": true,",
545-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
545+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
546546
"}"
547547
],
548548
"description": "GraphMinimalPermissionsPlugin instance"
@@ -563,7 +563,7 @@
563563
"{",
564564
"\t\"name\": \"GraphMockResponsePlugin\",",
565565
"\t\"enabled\": true,",
566-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
566+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
567567
"\t\"configSection\": \"graphMockResponsePlugin\",",
568568
"\t\"urlsToWatch\": [",
569569
"\t\t\"https://graph.microsoft.com/v1.0/*\",",
@@ -595,7 +595,7 @@
595595
"{",
596596
"\t\"name\": \"GraphRandomErrorPlugin\",",
597597
"\t\"enabled\": true,",
598-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
598+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
599599
"\t\"urlsToWatch\": [",
600600
"\t\t\"https://graph.microsoft.com/v1.0/*\",",
601601
"\t\t\"https://graph.microsoft.com/beta/*\",",
@@ -627,7 +627,7 @@
627627
"{",
628628
"\t\"name\": \"GraphSdkGuidancePlugin\",",
629629
"\t\"enabled\": true,",
630-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
630+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
631631
"\t\"urlsToWatch\": [",
632632
"\t\t\"https://graph.microsoft.com/v1.0/*\",",
633633
"\t\t\"https://graph.microsoft.com/beta/*\",",
@@ -648,7 +648,7 @@
648648
"{",
649649
"\t\"name\": \"GraphSelectGuidancePlugin\",",
650650
"\t\"enabled\": true,",
651-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
651+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
652652
"\t\"urlsToWatch\": [",
653653
"\t\t\"https://graph.microsoft.com/v1.0/*\",",
654654
"\t\t\"https://graph.microsoft.com/beta/*\",",
@@ -669,7 +669,7 @@
669669
"{",
670670
"\t\"name\": \"HttpFileGeneratorPlugin\",",
671671
"\t\"enabled\": true,",
672-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
672+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
673673
"}"
674674
],
675675
"description": "HttpFileGeneratorPlugin instance"
@@ -690,7 +690,7 @@
690690
"{",
691691
"\t\"name\": \"LatencyPlugin\",",
692692
"\t\"enabled\": true,",
693-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
693+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
694694
"\t\"configSection\": \"latencyPlugin\"",
695695
"}"
696696
],
@@ -713,7 +713,7 @@
713713
"{",
714714
"\t\"name\": \"MinimalCsomPermissionsPlugin\",",
715715
"\t\"enabled\": true,",
716-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
716+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
717717
"}"
718718
],
719719
"description": "MinimalCsomPermissionsPlugin instance"
@@ -734,7 +734,7 @@
734734
"{",
735735
"\t\"name\": \"MinimalPermissionsPlugin\",",
736736
"\t\"enabled\": true,",
737-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
737+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
738738
"\t\"configSection\": \"minimalPermissionsPlugin\"",
739739
"}"
740740
],
@@ -756,7 +756,7 @@
756756
"{",
757757
"\t\"name\": \"MinimalPermissionsGuidancePlugin\",",
758758
"\t\"enabled\": true,",
759-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
759+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
760760
"\t\"configSection\": \"minimalPermissionsGuidancePlugin\"",
761761
"}"
762762
],
@@ -778,7 +778,7 @@
778778
"{",
779779
"\t\"name\": \"MockGeneratorPlugin\",",
780780
"\t\"enabled\": true,",
781-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
781+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
782782
"}"
783783
],
784784
"description": "MockGeneratorPlugin instance"
@@ -789,7 +789,7 @@
789789
"{",
790790
"\t\"name\": \"MockRequestPlugin\",",
791791
"\t\"enabled\": true,",
792-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
792+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
793793
"\t\"configSection\": \"mockRequestPlugin\"",
794794
"}"
795795
],
@@ -811,7 +811,7 @@
811811
"{",
812812
"\t\"name\": \"MockResponsePlugin\",",
813813
"\t\"enabled\": true,",
814-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
814+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
815815
"\t\"configSection\": \"mockResponsePlugin\"",
816816
"}"
817817
],
@@ -840,7 +840,7 @@
840840
"{",
841841
"\t\"name\": \"ODataPagingGuidancePlugin\",",
842842
"\t\"enabled\": true,",
843-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
843+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
844844
"}"
845845
],
846846
"description": "ODataPagingGuidancePlugin instance"
@@ -851,7 +851,7 @@
851851
"{",
852852
"\t\"name\": \"ODSPSearchGuidancePlugin\",",
853853
"\t\"enabled\": true,",
854-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
854+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
855855
"\t\"urlsToWatch\": [",
856856
"\t\t\"https://graph.microsoft.com/v1.0/*\",",
857857
"\t\t\"https://graph.microsoft.com/beta/*\",",
@@ -872,7 +872,7 @@
872872
"{",
873873
"\t\"name\": \"OpenAIMockResponsePlugin\",",
874874
"\t\"enabled\": true,",
875-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
875+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
876876
"}"
877877
],
878878
"description": "OpenAIMockResponsePlugin instance"
@@ -883,7 +883,7 @@
883883
"{",
884884
"\t\"name\": \"OpenAITelemetryPlugin\",",
885885
"\t\"enabled\": true,",
886-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
886+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
887887
"\t\"configSection\": \"openAITelemetryPlugin\"",
888888
"}"
889889
],
@@ -907,7 +907,7 @@
907907
"{",
908908
"\t\"name\": \"OpenApiSpecGeneratorPlugin\",",
909909
"\t\"enabled\": true,",
910-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
910+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
911911
"}"
912912
],
913913
"description": "OpenApiSpecGeneratorPlugin instance"
@@ -930,7 +930,7 @@
930930
"{",
931931
"\t\"name\": \"RateLimitingPlugin\",",
932932
"\t\"enabled\": true,",
933-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
933+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
934934
"}"
935935
],
936936
"description": "MockResponsePlugin instance"
@@ -976,7 +976,7 @@
976976
"{",
977977
"\t\"name\": \"RetryAfterPlugin\",",
978978
"\t\"enabled\": true,",
979-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
979+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
980980
"}"
981981
],
982982
"description": "RetryAfterPlugin instance"
@@ -987,7 +987,7 @@
987987
"{",
988988
"\t\"name\": \"RewritePlugin\",",
989989
"\t\"enabled\": true,",
990-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",",
990+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\",",
991991
"\t\"configSection\": \"rewritePlugin\"",
992992
"}"
993993
],
@@ -1028,7 +1028,7 @@
10281028
"{",
10291029
"\t\"name\": \"TypeSpecGeneratorPlugin\",",
10301030
"\t\"enabled\": true,",
1031-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
1031+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
10321032
"}"
10331033
],
10341034
"description": "TypeSpecGeneratorPlugin instance"
@@ -1049,7 +1049,7 @@
10491049
"{",
10501050
"\t\"name\": \"UrlDiscoveryPlugin\",",
10511051
"\t\"enabled\": true,",
1052-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
1052+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
10531053
"}"
10541054
],
10551055
"description": "UrlDiscoveryPlugin instance"
@@ -1060,7 +1060,7 @@
10601060
"{",
10611061
"\t\"name\": \"JsonReporter\",",
10621062
"\t\"enabled\": true,",
1063-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
1063+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
10641064
"}"
10651065
],
10661066
"description": "JsonReporter instance"
@@ -1071,7 +1071,7 @@
10711071
"{",
10721072
"\t\"name\": \"MarkdownReporter\",",
10731073
"\t\"enabled\": true,",
1074-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
1074+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
10751075
"}"
10761076
],
10771077
"description": "MarkdownReporter instance"
@@ -1082,7 +1082,7 @@
10821082
"{",
10831083
"\t\"name\": \"PlainTextReporter\",",
10841084
"\t\"enabled\": true,",
1085-
"\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\"",
1085+
"\t\"pluginPath\": \"~appFolder/plugins/DevProxy.Plugins.dll\"",
10861086
"}"
10871087
],
10881088
"description": "PlainTextReporter instance"

0 commit comments

Comments
 (0)