Why doesn't any of the endpoint in my Minimal API appear in ILSpy? #3778
Answered
by
dgrunwald
Rod-at-DOH
asked this question in
Help
|
I am a new user of ILSpy. I've got a Minimal API application I wrote in .NET 9. It has several endpoints. None of them appear in the ILSpy interface. Why is that? |
Answered by
dgrunwald
Jun 16, 2026
Replies: 1 comment 7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can click on
Program.<Main>$in the// Entry point:comment to jump to it.It's probably in the nameless root namespace?