1 instantiation of UvicornAppResource
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
270(n, e, d) => new UvicornAppResource(n, e, d))
2 references to UvicornAppResource
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
259public static IResourceBuilder<UvicornAppResource> AddUvicornApp(
Aspire.Hosting.Python.Tests (1)
AddUvicornAppTests.cs (1)
24Assert.IsType<UvicornAppResource>(uvicornApp.Resource);