summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Diagnostics
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Fix OverflowException from IntPtr casting (#14381)Swift Kim1-1/+1
2020-01-14Fix EventSource to stop ignoring EventCommand.SendManifest (#27979)Sung Yoon Whang1-2/+0
2019-10-30Support large EventSource filter args (#27522)Noah Falk1-11/+17
2019-08-16Allow for interface implementations in EventSource.WriteEventVarArgs (#25844)...Sung Yoon Whang1-5/+6
2019-08-07Make counters use dedicated thread instead of timer (#25864) (#25978)Sung Yoon Whang2-73/+89
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub1-1/+1
2019-07-22[3.0 port] Fix first value of counter payload being skewed (#25799)Sung Yoon Whang4-5/+35
2019-07-18Make all event types nullable (#25752)Stephen Toub2-29/+36
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub2-5/+5
2019-07-18Fix nullability warnings from compiler updateSantiago Fernandez Madero1-1/+1
2019-07-12Handle nullable attributes on platforms that lack themStephen Toub1-9/+54
2019-07-03Cleanup IL linker heuristic usage (#25547)Jan Kotas2-32/+0
2019-06-26Fix typo & make the code leaner (#25442)Jan Kotas1-2/+2
2019-06-26Fix ActivityTracker ES_BUILD_STANDALONE buildStephen Toub1-0/+8
2019-06-26Don't show AggressiveInlining items in exception stacks (#25408)Ben Adams1-1/+26
2019-06-21Address nullable feedback for System.Diagnostics.Tracing and StackTrace (#25303)Santiago Fernandez Madero5-40/+30
2019-06-21Remove several unnecessary string allocations (#25305)Stephen Toub1-6/+15
2019-06-21Reduce string allocation in DiagnosticCounter.GetMetadataString (#25219)Stephen Toub1-5/+25
2019-06-17make DiagnosticCounter and its children lock 'this' instead of an arbitrary S...Sung Yoon Whang5-14/+13
2019-06-14Make DisplayUnits string.Empty by default instead of null (#25104)Sung Yoon Whang1-2/+23
2019-06-13Update Corelib to adapt to compiler nullability updatesStephen Toub3-25/+22
2019-06-12Remove defunct !s and update some TODO-NULLABLE commentsStephen Toub3-4/+4
2019-06-10Make Debug.Print(string) behavior consistent with .NET Framework (#25036)Maryam Ariyan1-2/+2
2019-06-06Add DisplayUnits property to DiagnosticCounter (#24981)Sung Yoon Whang6-1/+13
2019-06-03PR FeedbackSantiago Fernandez Madero1-5/+5
2019-06-02Improve fatal err msg (#24390)Dan Moseley3-35/+13
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub13-68/+158
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-7/+0
2019-05-10Fix EventCounter disable logic (#24519)Sung Yoon Whang1-0/+7
2019-05-10Remove obsolete commentsAndrew Au1-5/+0
2019-05-10Tweak a few nullable annotations (#24494)Stephen Toub3-13/+13
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub65-76/+0
2019-05-06making DiagnosticCounter internal (#24427)Anirudh Agnihotry1-1/+1
2019-05-03Fix CoreRT build breaksJan Kotas2-5/+5
2019-05-02Add Series/CounterType to CounterPayload and IncrementingCounterPayload (#24349)Sung Yoon Whang7-7/+22
2019-05-02Add using System.Diagnostics on some filesKrzysztof Wicher7-0/+7
2019-04-30Fix test failuresBuyaa Namnan1-1/+0
2019-04-30fix build errors after mergeKrzysztof Wicher3-6/+6
2019-04-27Nullable for Type class (#23489)buyaa-n7-27/+27
2019-04-27Nullable: System.Diagnostics.Tracing (#24070)Krzysztof Wicher42-468/+591
2019-04-25Nullable: Contract.cs and more interop (#24193)Stephen Toub1-16/+17
2019-04-16Merge remote-tracking branch 'dotnet/master' into NullableFeatureSantiago Fernandez Madero3-74/+396
2019-04-16Move EventSource to shared CoreLib partition (#23925)Filip Navara3-74/+396
2019-04-12Merge pull request #23911 from safern/merge-master-nullableSantiago Fernandez Madero8-135/+105
2019-04-12Nullable System.ComponentModel, System.Diagnostics.CodeAnalysis, System.Diagn...Anirudh Agnihotry2-15/+17
2019-04-11Nullable: System.Diagnostics (#23753)Anirudh Agnihotry17-79/+107
2019-04-11Nullable System.Diagnostics.Store (#23874)Anirudh Agnihotry1-0/+1
2019-04-10Expose new EventCounter APIs (#23808)Sung Yoon Whang7-135/+104
2019-04-09Add back using to EventSourceExceptionSantiago Fernandez Madero1-0/+1
2019-04-03Nullable: All remaining exceptions (#23676)Santiago Fernandez Madero2-17/+12