Closed WeihanLi closed 2 weeks ago
@WeihanLi Thanks for reporting this issue!
I think what you are seeing is a variant of https://github.com/dotnet/aspnetcore/issues/58219 which was addressed in the 9.0 GA bits. Can you use the nightly feed documented in https://github.com/dotnet/sdk?tab=readme-ov-file#installing-the-sdk and see if this repros in GA bits for you?
Hi @WeihanLi. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
@captainsafia verified working with 9.0.0-rtm.24515.11
, thanks very much
Is there an existing issue for this?
Describe the bug
OpenAPI Throws
System.ArgumentNullException
when I tried the OpenAPI featuremaybe relates to https://github.com/dotnet/aspnetcore/issues/56309
Expected Behavior
working
Steps To Reproduce
There's the code repo get into this issue
https://github.com/WeihanLi/SparkTodo/blob/main/SparkTodo.API/Program.cs
dotnet run
under the folder and access http://localhost:5000/openapi/v1.jsonExceptions (if any)
exception like below:
.NET Version
9.0.100-rc.2.24474.11
Anything else?
ASP.NET Core Version: 9.0 rc 2
dotnet --info
output: