1 implementation of IGenericResource
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
591
private sealed class GenericResource : GenericBaseResource<GenericTypeArgument<int, string>>,
IGenericResource
<GenericTypeArgument<int, string>>;
1 reference to IGenericResource
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
501
var genericInterfaceType = typeof(
IGenericResource
<GenericTypeArgument<int, string>>);