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

Copy-paste error in PlatformCompatibilityAnalyzer.cs? #7018

Closed
omajid opened this issue Nov 1, 2023 · 0 comments · Fixed by #7168
Closed

Copy-paste error in PlatformCompatibilityAnalyzer.cs? #7018

omajid opened this issue Nov 1, 2023 · 0 comments · Fixed by #7168
Assignees

Comments

@omajid
Copy link
Member

omajid commented Nov 1, 2023

existing.Obsoleted = childAttribute.Obsoleted;
existing.ObsoletedMessage = childAttribute.ObsoletedMessage;
existing.ObsoletedUrl = childAttribute.ObsoletedMessage;

Should the last line be?

existing.ObsoletedUrl = childAttribute.ObsoletedUrl; 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants