-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
missing help for some source generator errors #35297
Comments
@danmoseley I think this should be transferred to the dotnet/docs repo. |
Tagging subscribers to this area: @dotnet/area-system-runtime Issue Detailshttps://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib1040-1049 exist, but nothing for the Com interop source generator eg SYSLIB1090 nor the Config source generator eg SYSLIB1100 the live list of what the implementation has is @gewarren not sure whether this issue should be here or dotnet/docs, as presumably dev need to supply the text. related dotnet/runtime#85181
|
as mentioned in linked issue, the product should link to this issue tracks adding the content, which should be supplied by the owners of the COM Interop source generator (@jkoritzinsky ?) and he configuration source generator (@layomia ) |
I've created really basic documents - it would be great if more info could be added. https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib1090-1099 |
Cc @ericstj as owner of the config generator in case there is more to add. |
@dotnet/area-extensions-configuration for configuration - folks can improve the doc if they see opportunity. I see we're missing the ones added for options validation @dotnet/area-extensions-options and some new ones added for JSON @dotnet/area-system-text-json |
@jkoritzinsky do the interop ones look OK? |
I have created a PR for options source gen conceptual doc #37681. I'll try to look at the diagnostics doc to see what is missing and add it. |
I have created the PR #37686 to address the Configuration and Options diagnostics. |
AFAICT, all SYSLIB diagnostics are now documented. |
https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib1040-1049
https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib1050-1069
https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib1070-1089
exist, but nothing for the Com interop source generator eg SYSLIB1090 nor the Config source generator eg SYSLIB1100
the live list of what the implementation has is
https://github.com/dotnet/runtime/blob/main/docs/project/list-of-diagnostics.md?plain=1#L210
@gewarren not sure whether this issue should be here or dotnet/docs, as presumably dev need to supply the text.
related dotnet/runtime#85181
Associated WorkItem - 89919
The text was updated successfully, but these errors were encountered: