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

Make sure the string UseMauiCommunityToolkit isn't a comment #504

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

pictos
Copy link
Member

@pictos pictos commented Jul 21, 2022

Description of Change

This adds one more level to make sure the analyzer will not get confused by our UseMCT being a comment.

builder
	     .UseMauiApp<App>()
            .ConfigureLibrary()
            //.UseMauiCommunityToolkit()
            .ConfigureFonts();

Linked Issues

PR Checklist

Additional information

@pictos pictos requested a review from TheCodeTraveler July 21, 2022 01:40
@pictos pictos enabled auto-merge (squash) July 21, 2022 01:44
@pictos pictos merged commit e91b58f into main Jul 21, 2022
@pictos pictos deleted the pj/analyzer-fix branch July 21, 2022 01:58
@github-actions github-actions bot locked and limited conversation to collaborators Nov 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] MCT001 doesn't recognize initialization in a library
2 participants