We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting with Roslyn 4.14 (dotnet 9.) there is the EmbeddedAttriubte which allows a source generator to add an internal marker attribute to the compilation without creating a warning if InternalsVisibleTo is defined in consuming projects: https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.cookbook.md#put-microsoftcodeanalysisembeddedattribute-on-generated-marker-types
EmbeddedAttriubte
InternalsVisibleTo
Use this API to remove the Subclass attribute from "GObject-2.0" project and add it dynamically from the source generator.
Subclass
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Starting with Roslyn 4.14 (dotnet 9.) there is the
EmbeddedAttriubte
which allows a source generator to add an internal marker attribute to the compilation without creating a warning ifInternalsVisibleTo
is defined in consuming projects: https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.cookbook.md#put-microsoftcodeanalysisembeddedattribute-on-generated-marker-typesUse this API to remove the
Subclass
attribute from "GObject-2.0" project and add it dynamically from the source generator.The text was updated successfully, but these errors were encountered: