Skip to content
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 generated code attribute #23

Open
molesmoke opened this issue Nov 26, 2024 · 1 comment
Open

Missing generated code attribute #23

molesmoke opened this issue Nov 26, 2024 · 1 comment

Comments

@molesmoke
Copy link

Looks like MAUI has started shipping IconFont2Code with the dotnet 9 release. However, identifiers aren't Pascal cased and there's no marker to exclude the file from analysis, so it triggers build warnings/failures.

e.g.

// <auto-generated>
// Exclude this file from analysis. This file isn't generated but is added to projects.
// </auto-generated>

or

[GeneratedCode("IconFont2Code", "1.0.0.0")]
@jeremy-visionaid
Copy link

Should probably have ExcludeFromCodeCoverage too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants