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
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
Patrick Lacasse solved on 29/3/2025, 06:53 PM, undefined votes:
This issue has been moved from a ticket on Developer Community.
[severity:I'm unable to use this version] [regression] [worked-in:17.14.0 preview 2]
With a project file
and content of
It results in an empty error message:
C:\Dev\RPWSourceGenerator\SourceGenerator.cs(13,20,13,35): error RS1042:
Original Comments
Peter Smulovics on 29/3/2025, 09:51 PM:
Yes - I am aware what the error supposed to say; my report is that visual studio do not fill out the error, it actually says just:
C:\Dev\RPWSourceGenerator\SourceGenerator.cs(13,20,13,35): error RS1042:
Eg no actual error message.
Feedback Bot on 31/3/2025, 01:30 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
Patrick Lacasse solved on 29/3/2025, 06:53 PM, undefined votes:
Hi Peter,
RS1042
meansISourceGenerator
is now obsolete.There is this new feature instead https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md
I’m now reading this article https://www.thinktecture.com/en/net-core/roslyn-source-generators-high-level-api-forattributewithmetadataname/
The text was updated successfully, but these errors were encountered: