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
Copy file name to clipboardexpand all lines: src/Projections/Directory.Build.props
+4-1
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,15 @@
9
9
10
10
"CS0108: 'PivotItemDataAutomationPeer.Realize()' hides inherited member 'ItemAutomationPeer.Realize()'. Use the new keyword if hiding was intended."
11
11
"CS0109: The member 'IChatMessage2.Status' does not hide an accessible member. The new keyword is not required."
12
+
"CS0114: 'IUnSealedCustomEquals.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member
13
+
override that implementation, add the override keyword. Otherwise add the new keyword."
12
14
"CS0219: The variable '__retval' is assigned but its value is never used."
13
15
"CS0628: 'ToggleSwitch.OnToggled()': new protected member declared in sealed type"
16
+
"CS0660: 'CustomEquals2' defines operator == or operator != but does not override Object.Equals(object o)"
14
17
"CA2257: The 'ABI.Windows.Foundation.Collections.IMapChangedEventArgs<K>.Vftbl' member on the 'ABI.Windows.Foundation.Collections.IMapChangedEventArgs<K>'
15
18
type should be marked 'static' as 'ABI.Windows.Foundation.Collections.IMapChangedEventArgs<K>' has the 'DynamicInterfaceImplementationAttribute' applied"
0 commit comments