summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Resources/ResourceManager.cs
AgeCommit message (Expand)AuthorFilesLines
2018-03-27Cleanup InternalsVisibleTo (#17185)Jan Kotas1-1/+1
2018-01-01Remove some unnecessary boxing (#15676)mikedn1-4/+2
2017-11-21Delete unused leftovers from binary serialization (#15140)Jan Kotas1-94/+17
2017-11-19Delete FriendAccessAllowedAttribute and associated dead code (#15101)Jan Kotas1-10/+9
2017-10-24Cleanup BCLDebugJan Kotas1-4/+0
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-9/+0
2017-09-01Avoid StringBuilder allocation in ResourceManager (#13732)Justin Van Patten1-9/+8
2017-08-27Remove dead HResults.cs (#13611)Dan Moseley1-1/+1
2017-07-20Fix resources lookup to use satellite assembly resouce lookup inside AppX whe...Santiago Fernandez Madero1-2/+7
2017-07-16Revert PR: https://github.com/dotnet/coreclr/pull/12830 (#12844)Santiago Fernandez Madero1-1/+1
2017-07-15Fix resources lookup to use satellite assembly resouce lookup inside AppX whe...Santiago Fernandez Madero1-1/+1
2017-06-29Make ResourceManager netstandard 2.0 API behave correctly (#12536)Tarek Mahmoud Sayed1-9/+7
2017-06-09Revert ResourceManager change to unblock uap tests (#12179)Santiago Fernandez Madero1-1/+1
2017-06-06Restore logic for when to use satellite resource lookup under AppX (#12117)Jan Kotas1-14/+2
2017-05-23Scale back [Serializable] on CoreCLR types (#11765)Morgan Brown1-1/+0
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich1-8/+8
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas1-8/+8
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich1-8/+8
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas1-1/+1
2017-02-28Globalization merge (#9835)Tarek Mahmoud Sayed1-4/+4
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich1-154/+204
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas1-7/+7
2017-02-07Remove more CAS (#9390)Dan Moseley1-1/+0
2017-02-06Delete ComVisible attributesJan Kotas1-3/+0
2017-02-04Remove stripped code (#9269)Dan Moseley1-1/+1
2017-01-22Remove FEATURE_WINDOWSPHONEdanmosemsft1-40/+1
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas1-12/+13
2016-12-09Removes final FEATURE_CORECLR defines (#8555)Jeremy Kuhne1-129/+5
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne1-20/+0
2016-12-07Strip some conditional compilation in SPCL (#8511)Jeremy Kuhne1-101/+0
2016-10-27Use nameof where possible for ArgumentExceptionStephen A. Imhoff1-1/+1
2016-10-27Use nameof where possible for ArgumentNullExceptionStephen A. Imhoff1-12/+12
2016-08-14Restore most serialization implementations in coreclrStephen Toub1-2/+0
2016-07-13Add #if FEATURE_SERIALIZATION around non-functional [Serializable]Stephen Toub1-0/+2
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-2/+2
2016-01-27Update license headersdotnet-bot1-2/+3
2015-04-07Merge changes from parent branchdotnet-bot1-1/+7
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1672