Skip to content

Commit 41f06b8

Browse files
committed
More projection exclusions
1 parent 28b2457 commit 41f06b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Projections/Directory.Build.props

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
1010
"CS0108: 'PivotItemDataAutomationPeer.Realize()' hides inherited member 'ItemAutomationPeer.Realize()'. Use the new keyword if hiding was intended."
1111
"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."
1214
"CS0219: The variable '__retval' is assigned but its value is never used."
1315
"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)"
1417
"CA2257: The 'ABI.Windows.Foundation.Collections.IMapChangedEventArgs<K>.Vftbl' member on the 'ABI.Windows.Foundation.Collections.IMapChangedEventArgs<K>'
1518
type should be marked 'static' as 'ABI.Windows.Foundation.Collections.IMapChangedEventArgs<K>' has the 'DynamicInterfaceImplementationAttribute' applied"
1619
-->
17-
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0108;CS0109;CS0219;CS0628;CA2257</WarningsNotAsErrors>
20+
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0108;CS0109;CS0114;CS0219;CS0628;CS0660;CA2257</WarningsNotAsErrors>
1821

1922
<!-- Projections should not require runtime marshalling. -->
2023
<DisableRuntimeMarshalling>True</DisableRuntimeMarshalling>

0 commit comments

Comments
 (0)