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
By default, properties are visible, so the `Visible` attribute would not be specified. Therefore, if we cannot parse it, it means it's visible and we should check for the `Category` attribute.
Ignore launch profile property pages, as they don't use categories.
Copy file name to clipboardExpand all lines: tests/Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests/ProjectSystem/Rules/ProjectPropertiesRuleTests.cs
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,13 @@ public sealed class ProjectPropertiesLocalizationRuleTests : XamlRuleTestBase
0 commit comments