Nullable: System.Diagnostics (#23753)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 12 Apr 2019 01:07:31 +0000 (18:07 -0700)
committerStephen Toub <stoub@microsoft.com>
Fri, 12 Apr 2019 01:07:31 +0000 (21:07 -0400)
commit50c7773f11815b9d780a1c2b49955e2c5f0d9031
tree6eca157271d83cc50787e02ab4a4363143974b58
parent9eace659c245d85917e09ad6861d11205ac082f3
Nullable: System.Diagnostics (#23753)

* added nullable annotation for system.Diagnostics

* fixing build errors with nullableFeature branch

* stephen feedback

* annotating files in the shared folder

* removing newline, correxting message and adding comments
24 files changed:
src/System.Private.CoreLib/shared/System/Diagnostics/ConditionalAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/Debug.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.Unix.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.Windows.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggableAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggerBrowsableAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggerDisplayAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggerHiddenAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggerNonUserCodeAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggerStepThroughAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggerStepperBoundaryAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggerTypeProxyAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebuggerVisualizerAttribute.cs
src/System.Private.CoreLib/shared/System/Diagnostics/StackFrame.cs
src/System.Private.CoreLib/shared/System/Diagnostics/StackTrace.cs
src/System.Private.CoreLib/shared/System/Diagnostics/StackTraceHiddenAttribute.cs
src/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs
src/System.Private.CoreLib/src/System/Diagnostics/EditAndContinueHelper.cs
src/System.Private.CoreLib/src/System/Diagnostics/ICustomDebuggerNotification.cs
src/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.cs
src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs
src/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.cs
src/System.Private.CoreLib/src/System/Exception.CoreCLR.cs