1 type derived from GenericBaseResource
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 GenericBaseResource
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
500
var genericBaseType = typeof(
GenericBaseResource
<GenericTypeArgument<int, string>>);