You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.CodeAnalysis.CSharp 4.13.0 causes build error Error CS0234 : The type or namespace name .. does not exist in the namespace .. (are you missing an assembly reference?)
#77472
Open
tomohisa opened this issue
Mar 8, 2025
· 0 comments
Version Used:
Microsoft.CodeAnalysis.CSharp 4.13.0
Steps to Reproduce:
A minimal repro, with source-code provided, is ideal. Most compiler/language issues can be distilled into a snippet that can be pasted into sharplab.
Diagnostic Id:
If this is a report about a bug in an analyzer, please include the diagnostic ID and message if possible (e.g.
"IDE0030: Use coalesce expression"
).Expected Behavior:
can reference generated code.
Actual Behavior:
when I use 4.13.0, it can not reference Generated code.
The text was updated successfully, but these errors were encountered: