Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-18Update src/libraries/Microsoft.Extensions.Hosting/tests/UnitTests/HostTests.cshalter73/61634-lifetime-extensionsStephen Halter
2022-06-18Use RemoteExecutorStephen Halter
2022-06-18What's really going on?Stephen Halter
2022-06-17Try fixing CreateDefaultBuilder_DoesNotChangeContentRootIfCurrentDirectoryIsWinStephen Halter
2022-06-17less varStephen Halter
2022-06-17Keep the tests hygienicStephen Halter
2022-06-17Complete comment in ApplyDefaultHostConfigurationStephen Halter
2022-06-17delete moreStephen Halter
2022-06-17Fix more outdated commentsStephen Halter
2022-06-17Remove extraneous code and outdated commentsStephen Halter
2022-06-17UseWindowsService to AddWindowsService ref fixupStephen Halter
2022-06-17UseSystemd to AddSystemd ref fixupStephen Halter
2022-06-16Apply suggestions from code reviewStephen Halter
2022-06-16Use* to Add* renamesStephen Halter
2022-06-16Don't default to CWD if in C:\Windows\system32Stephen Halter
2022-06-16Stop throwing InvalidOperationExceptions from WindowsServiceLifetimeStephen Halter
2022-06-16Target Windows for UseWindowsServiceTestsStephen Halter
2022-06-16Add UseWindowsService() IServiceCollection extension methodStephen Halter
2022-06-16Add UseSystemd() IServiceCollection extension methodStephen Halter
2022-06-16Add icon to dotnet.exe on Windows (#70578)Elinor Fung
2022-06-16Update dogfooding instructions (#70833)Jan Kotas
2022-06-16Use LastIndexOf in ZipArchiveEntry.GetFileName_Unix (#70701)Stephen Toub
2022-06-16JIT: relax fwd sub restriction on changing class handle (#70587)Andy Ayers
2022-06-16Fix regression in runtime-jit-experimental (#70797)Aman Khalid
2022-06-16Fix emitDispJumpList for Arm64 (#70542)Kunal Pathak
2022-06-16Test additional NativeAOT Lib testing (#70212)Lakshan Fernando
2022-06-16Enable ThreadAbort with CET enabled via the QueueUserAPC2 (#70803)Jan Vorlicek
2022-06-16Add end-to-end test for NTLM/Negotiate authentication against fake server (#7...Filip Navara
2022-06-16Add SubstitutionParser that uses XPath Navigator into NativeAOT (#64671)Tlakaelel Axayakatl Ceja
2022-06-16[wasm][debugger] Remove workaround to get pauseOnExceptions setting (#70748)Thays Grazia
2022-06-16Avoid infinite loop in case of heap corruption (#70759)Andrew Au
2022-06-16JIT: rework optCanonicalizeLoop (#70792)Andy Ayers
2022-06-16Find&replace FastInterlock* with Interlocked* (#70784)Jan Kotas
2022-06-16Upgrade SDK to Preview 5 (#70117)Andy Gocke
2022-06-16Make ConnectWithRevocation_StapledOcsp more resilient to being slowJeremy Barton
2022-06-16Remove GSS_KRB5_CRED_NO_CI_FLAGS_X code (#70772)Filip Navara
2022-06-15Enable IlcTrimMetadata by default (#70201)Michal Strehovský
2022-06-15Update .net version for asp.net spmi collection script (#70778)Andy Ayers
2022-06-15JIT: Faster long->int overflow checks (#69865)Egor Bogatov
2022-06-15JIT: Enable addressing modes for gc types (#70749)Egor Bogatov
2022-06-15Predicate for valid Tracker Reference is inverted (#70709)Aaron Robinson
2022-06-15Handle HW exceptions on Windows without redirection (#70428)Jan Vorlicek
2022-06-15Enable redirection on arm64 (#70769)Vladimir Sadov
2022-06-15Fix race condition in LoaderAllocator::CompareExchangeValueInHandle (#70765)Jan Kotas
2022-06-15[Mono] Fix C4018 round I (#70417)Fan Yang
2022-06-15NativeAOT Unlock assignability comparison in reflection-free (#70726)Andrii Kurdiumov
2022-06-15Dsiable CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback ...Radek Zikmund
2022-06-15Updating HWIntrinsicInfo::lookupId to not accelerate Vector256 APIs when AVX2...Tanner Gooding
2022-06-15Small MsQuicStream refactorings (#70433)Radek Zikmund
2022-06-15Fix value numbering of HWI loads (#70621)SingleAccretion