Re-enable CA1825 (zero-length array allocations) (dotnet/corefx#39708)
authorStephen Toub <stoub@microsoft.com>
Wed, 24 Jul 2019 14:42:39 +0000 (10:42 -0400)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2019 14:42:39 +0000 (10:42 -0400)
commitd4233d856014b1b7ecf79f7c880a1de0d44472a3
tree66aa57a62a285cc5b334571b31bd35ac30da2d8e
parent1e241a533f6864dfa568d02c80ae6b01c4b3436e
Re-enable CA1825 (zero-length array allocations) (dotnet/corefx#39708)

Commit migrated from https://github.com/dotnet/corefx/commit/d0fc0a2b193d11645acc0fe72bbf1b97678a5161
18 files changed:
src/libraries/CodeAnalysis.ruleset
src/libraries/Common/src/System/Runtime/Serialization/SerializationGuard.cs
src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/DynamicDebuggerProxy.cs
src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs
src/libraries/System.Data.OleDb/src/ColumnBinding.cs
src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs
src/libraries/System.Data.OleDb/src/OleDbConnectionInternal.cs
src/libraries/System.Data.OleDb/src/OleDbDataReader.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs
src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs
src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/NativeWrapper.cs
src/libraries/System.Linq.Expressions/src/System/Dynamic/DynamicObject.cs
src/libraries/System.Net.Security/src/System/Net/Security/NegoState.cs
src/libraries/System.Private.Xml/src/System/Xml/Dom/XPathNodeList.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/EmptyArray.cs
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReflectionMemberAccessor.cs
src/libraries/System.Threading.Tasks.Dataflow/src/Internal/ImmutableArray.cs