[OpenAPI] error CS0308: The non-generic type 'TypeName' cannot be used with type arguments #61035
Open
1 task done
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-openapi
Is there an existing issue for this?
Describe the bug
In verifying some changes noted in #60977 (comment) with the latest nightly build for preview 3, I hit two new issues in both of the referenced apps. They're all related to generics, so they're probably the same single issue so I'll list them all here rather than a separate one per compiler error.
From martincostello/adventofcode@85d3410:
From martincostello/alexa-london-travel-site@4b85230 (which includes errors for #61019):
I'll enable the code output shortly and paste the relevant lines of code.
Expected Behavior
The applications compile.
Steps To Reproduce
Clone either of the two commits and build the solution:
Exceptions (if any)
No response
.NET Version
10.0.100-preview.3.25169.19
Anything else?
No response
The text was updated successfully, but these errors were encountered: