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