OpenApi document generation is broken #60026
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-openapi
Milestone
Is there an existing issue for this?
Describe the bug
When publishing the
TodosApi
benchmark in https://github.com/aspnet/Benchmarks/tree/main/src/BenchmarksApps/TodosApi I'm getting the following build error:The problem appears to be that the
dotnet-getdocument.dll
file is not found in themicrosoft.extensions.apidescription.server
nuget package undertools
directory. This may have been caused by d4880ed.cc @captainsafia
Expected Behavior
The TodosApi project should publish successfully.
Steps To Reproduce
cd
into https://github.com/aspnet/Benchmarks/tree/main/src/BenchmarksApps/TodosApiTargetFramework
of the project tonet10.0
Exceptions (if any)
No response
.NET Version
No response
Anything else?
Here is a binlog of the build error:
msbuild.binlog.zip
The text was updated successfully, but these errors were encountered: