summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/AppContext.cs
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Make all event types nullable (#25752)Stephen Toub1-3/+3
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub1-4/+4
2019-06-07Fix AppDomain issues (#25019)Steve MacLean1-1/+1
2019-06-04PR FeedbackSantiago Fernandez Madero1-1/+1
2019-06-03Fix some nullable annotations from API ReviewSantiago Fernandez Madero1-2/+2
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub1-1/+1
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-04-10Nullable: System (most of it) (#23774)Stephen Toub1-10/+11
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams1-2/+1
2019-01-01AppContext moved to shared partition - CoreRT specific changesJan Kotas1-1/+1
2019-01-01Moves AppContext to shared location (#21734)Marek Safar1-0/+136