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
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Fix several warnings in System.Linq.Expressions.Tests build
These warnings were being generated during the build:
```
SequenceTests\SequenceTests.cs(718,38): warning CS0168: The variable 'e' is declared but never used [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
SequenceTests\SequenceTests.cs(737,38): warning CS0168: The variable 'e' is declared but never used [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(2132,28): warning CS0183: The given expression is always of the provided ('Enum') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(2177,28): warning CS0183: The given expression is always of the provided ('object') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(3527,28): warning CS0183: The given expression is always of the provided ('object') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(3572,28): warning CS0183: The given expression is always of the provided ('ValueType') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(4427,28): warning CS0183: The given expression is always of the provided ('IEquatable<S>') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(4472,28): warning CS0183: The given expression is always of the provided ('object') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(4517,28): warning CS0183: The given expression is always of the provided ('ValueType') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(5012,28): warning CS0183: The given expression is always of the provided ('object') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsTests.cs(5057,28): warning CS0183: The given expression is always of the provided ('ValueType') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsNullableTests.cs(488,28): warning CS0183: The given expression is always of the provided ('object') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
Cast\IsNullableTests.cs(533,28): warning CS0183: The given expression is always of the provided ('ValueType') type [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
SequenceTests\SequenceTests.cs(2001,38): warning CS0168: The variable 'e' is declared but never used [corefx\src\System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj]
```
0 commit comments