summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/AppDomain.cs
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Make all event types nullable (#25752)Stephen Toub1-10/+10
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub1-11/+11
2019-07-18Fix nullability warnings from compiler updateSantiago Fernandez Madero1-3/+3
2019-07-11Remove stale nullable !s and pragmas (#25640)Stephen Toub1-2/+2
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub1-2/+2
2019-05-23Make AppDomain.GetThreadPrincipal() internal (#24747)Santiago Fernandez Madero1-1/+1
2019-05-21Implement AppDomain.Monitoring*MemorySize (#24610)Stephen Toub1-9/+11
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-04-27Nullable for Type class (#23489)buyaa-n1-4/+4
2019-04-10Address follow-up PR feedback on System nullability annotations (#23878)Stephen Toub1-4/+4
2019-04-10Nullable: System (most of it) (#23774)Stephen Toub1-47/+48
2019-03-11Replace Delegate.CreateDelegate (dotnet/corert#7147)Michal Strehovský1-3/+10
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara1-3/+6
2019-02-20Move Thread to shared CoreLib (dotnet/corefx#35462)Filip Navara1-0/+424