platform/upstream/dotnet/runtime.git
2019-08-31 Charles StonerSkip tests on Arm (dotnet/corefx#40716)
2019-08-30 Stephen ToubAnnotate System.Threading.Channels for nullable referen...
2019-08-30 Tarek Mahmoud... Tests for abbdrivated genitive month names parsing...
2019-08-30 Viktor HoferDisable TestZeroTimeout hanging test (dotnet/corefx...
2019-08-30 Eirik TsarpalisHttpstress: Add more checksum validations & expose...
2019-08-30 Stephen ToubAnnotate System.Linq for nullable reference types ...
2019-08-30 Benjamin BartelsFixed missing Dispose call on Union on empty enumerable...
2019-08-30 Stephen ToubAnnotate Microsoft.Win32.Primitives for nullable refere...
2019-08-30 Stephen ToubTest for ArrayPool.Create allocating cleared arrays...
2019-08-30 Jan KotasTests for Read_CharArrayTest reading more than necessar...
2019-08-30 Viktor HoferLimit precision checks in arm/64 (dotnet/corefx#40696)
2019-08-30 Ben AdamsNet.Http Use span.SequenceEqual rather than custom...
2019-08-30 Viktor HoferIgnore casing in servicename tests on nano server ...
2019-08-30 Viktor HoferUpdate pullrequest-builds.md
2019-08-30 Viktor HoferDisable EventLog failing test on Windows (dotnet/corefx...
2019-08-30 Viktor HoferDisable two flaky tests Mutex/Netw (dotnet/corefx#40689)
2019-08-29 Steve HarterDeserialize extension data properly for child objects...
2019-08-29 Viktor HoferEnable macOS10.14 in PR builds (dotnet/corefx#40684)
2019-08-29 Tom DeseynSmtpClient: fix Timeout for low values (dotnet/corefx...
2019-08-29 Steve HarterAdd custom enum converter test for having flags as...
2019-08-29 Anirudh Agnihotrychanging netcoreapp targetframework from 3.0 to 5.0...
2019-08-29 Layomi AkinrinadeImprove JsonSerializer support for derived types (dotne...
2019-08-28 Steve HarterFix additional issue of dictionary properties being...
2019-08-28 Cory NelsonFix HashSet.SetCapacity() that increases capacity faili...
2019-08-27 Jose Perez... Calculate Harvest packages during build instead of...
2019-08-27 Tom DeseynReconfigure terminal for Console usage even if only...
2019-08-27 Charles StonerPort remaining members of ErrObject, Interaction, Speci...
2019-08-27 madmirRemove Uri.IdnScope and perform cleanup (dotnet/corefx...
2019-08-27 Jan VorlicekRemove useless GdiPlus cleanup (dotnet/corefx#40617)
2019-08-27 Stephen ToubRemove stray "#nullable enable" from Pkcs (dotnet/coref...
2019-08-27 Steve HarterAdd additional skip tests and prevent reset of property...
2019-08-27 David CantuChange exception message when reading numbers with...
2019-08-27 Stephen ToubFix PLINQ outerloop tests (dotnet/corefx#40589)
2019-08-26 Stephen ToubRe-enable XML theories with English-only variants ...
2019-08-26 Katarzyna BułatJsonArray and transformations API implementation (dotne...
2019-08-26 Mikel BlanchardFix issue causing subsequent properties to be skipped...
2019-08-26 Steve HarterAllow PathAssemblyResolver to use an assembly with...
2019-08-26 Aashik Nagadikeri... System.Numeric.Tests tests now have unique inputs ...
2019-08-26 Hugh BellamyMove ReferenceConverter to the new test base and add...
2019-08-26 Tomas Weinfurtdetect libinotify on FreeBSD (dotnet/corefx#40202)
2019-08-26 Stephen ToubRemove a few allocations (dotnet/corefx#40580)
2019-08-26 Levi BroderickAdd more span-based Vector<T> ctors and CopyTo tests...
2019-08-26 Jeremy BartonClean up JsonElementWriteTests (dotnet/corefx#40468)
2019-08-26 Next TurnAdd tests for Encoding virtual methods (dotnet/corefx...
2019-08-26 Tomas Weinfurtset _requestQueueBoundHandle to null after disposing...
2019-08-24 Stephen ToubContribute to IDE0055 (fix formatting)
2019-08-24 Stephen ToubContribute to StyleCop SA1002 (semicolon spacing)
2019-08-24 Stephen ToubFix StyleCop warning SA1001 (spaces around commas)
2019-08-23 Eric StJohnFix typo in netstandard.depproj (dotnet/corefx#40547)
2019-08-23 Anirudh AgnihotryCorrecting baseline numbers here as 5.0 should have...
2019-08-23 Viktor HoferRemove explicit parameter and use arcade default (dotne...
2019-08-23 Ricardo Arenasfix syntax for the publishUsingPipelines variable ...
2019-08-23 Jeremy KoritzinskyAdd AssemblyAttributesGoHere* and SuppressMergeCheckAtt...
2019-08-23 Steve HarterAdd additional extension data tests (dotnet/corefx...
2019-08-22 Jeremy BartonFix UAF when removing trusted certs on OSX
2019-08-22 Eirik TsarpalisHttpstress: Add checksum validation & support plaintext...
2019-08-22 Eirik TsarpalisHTTP2: fix header corruption issue (dotnet/corefx#40487)
2019-08-22 Kristian HellangMove IsReadOnly check inside if-block to avoid cascadin...
2019-08-22 Stephen ToubFix unnecessary reliance on ValueTask being backed...
2019-08-22 Blake HensleyFix mail message encoding for transport when delivery...
2019-08-22 Layomi AkinrinadeAdd regression test for https://github.com/dotnet/coref...
2019-08-22 Viktor HoferRe-enable source link validation (dotnet/corefx#40507)
2019-08-22 Stephen ToubFix AsyncValueTaskMethodBuilder tests (dotnet/corefx...
2019-08-22 Tom DeseynConsole tests: remove tests that expect to observe...
2019-08-22 madmirRe-enable xunit warning 2017 (dotnet/corefx#40467)
2019-08-21 CodeBlanchIgnore extension property if null. (dotnet/corefx#40431)
2019-08-21 Viktor HoferFix official builds because of SDL authentication ...
2019-08-20 Steve HarterFix namespace typo in test (dotnet/corefx#40460)
2019-08-20 Erhan AtesogluFixed filename case issue (dotnet/corefx#40457)
2019-08-20 Günther FoidlFromBase64Transform.InputBlockSize set to 4 instead...
2019-08-20 Ahson KhanUpdate Debug.Assert to more clearly show the condition...
2019-08-20 Stephen ToubAvoid WeakReference race with GC in LdapSessionOptions...
2019-08-20 Stephen ToubRemove dead code in CacheMemoryMonitor.SetLimit (dotnet...
2019-08-20 Adeel MujahidUse UTC date in Json{Object,String}Tests which use...
2019-08-20 Ahson KhanFix reading past comments after an end object or end...
2019-08-20 Ahson KhanFix BitArray.CopyTo to byte[] regression - update offse...
2019-08-20 Kristian HellangFix failing System.Text.Json test (dotnet/corefx#40439)
2019-08-20 Kristian HellangSystem.Text.Json - Don't add to readonly collections...
2019-08-20 Viktor HoferFix Outerloop runs
2019-08-20 Layomi AkinrinadeUse named argument syntax for null values in json seria...
2019-08-20 Ahson KhanMake sure byte position for invalid JSON is consistent...
2019-08-20 madmirRe-enable xunit warning 1019 (dotnet/corefx#40415)
2019-08-20 Layomi AkinrinadeHonor converters for implementing types (dotnet/corefx...
2019-08-19 Layomi AkinrinadeUse new instances of JsonSerializerOptions in property...
2019-08-19 Jeremy KoritzinskyAdd DecoratedNameAttribute (dotnet/corefx#40125)
2019-08-19 Layomi AkinrinadeHonor JsonIgnore attribute when applied to unsupported...
2019-08-19 Ahson KhanAvoid using double/floats within tests that don't round...
2019-08-19 Mandar SahasrabuddheCorefx dotnet/corefx#40133 Use TryFormatDouble TryForma...
2019-08-19 Steve HarterChange 'type' to 'inputType' on serialize methods ...
2019-08-17 Stephen ToubUse Count in Enumerable.Any if available (dotnet/corefx...
2019-08-17 Viktor HoferDisable AssociatePersistedKey_CAPIviaCNG_RSA on arm64...
2019-08-16 Stephen ToubRemove unnecessary field in PrinterSettings (dotnet...
2019-08-16 buyaa-nDisabling test failing in Mac OSX 10.15 (dotnet/corefx...
2019-08-16 Viktor HoferFix outerloop cron job (dotnet/corefx#40317)
2019-08-16 Stephen ToubRemove unnecessary null check from ConstraintCollection...
2019-08-16 Stephen ToubFix IDE0066 across corefx (dotnet/corefx#40288)
2019-08-16 Edison Henrique... Improve code coverage for VB Conversion module (dotnet...
2019-08-16 Ahson KhanFix BytesConsumed when reading JSON numbers within...
2019-08-16 Stephen ToubMinor cleanup tweaks in Regex (dotnet/corefx#40338)
2019-08-15 Stephen ToubRemove duplicate _wrapped.WriteBase64 call in QueryOutp...
next