File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public static class DevProxyResourceBuilderExtensions
1818 /// <returns>A resource builder for the DevProxy executable resource.</returns>
1919 public static IResourceBuilder < DevProxyExecutableResource > AddDevProxyExecutable (
2020 this IDistributedApplicationBuilder builder ,
21- string name )
21+ [ ResourceName ] string name )
2222 {
2323 var resource = new DevProxyExecutableResource ( name ) ;
2424
@@ -68,7 +68,7 @@ public static IResourceBuilder<DevProxyExecutableResource> WithUrlsToWatch(
6868 /// <returns>A resource builder for the DevProxy container resource.</returns>
6969 public static IResourceBuilder < DevProxyContainerResource > AddDevProxyContainer (
7070 this IDistributedApplicationBuilder builder ,
71- string name )
71+ [ ResourceName ] string name )
7272 {
7373 var resource = new DevProxyContainerResource ( name ) ;
7474
You can’t perform that action at this time.
0 commit comments