-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: expose type through the toc #10090
Conversation
@dotnet-policy-service agree |
… feat/toc-type
@yufeih any idea why the tests fail? I've run them locally (just for .NET8, I cannot get some to work on .NET6 on my machine) and they look fine The GitHub Action is returning with |
On GitHub Action CI.
It needs following tasks to resolve CI error.
|
PublicApiContractTest error seems be resolved by latest commit. But PlantUML tests that use external PlantUML server failed with transient error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @frarees !
See #10089.