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-08-25Don't re-use XmlSchemaSet - it's not threadsafe. (#74564)github-actions[bot]
2022-08-24Remove assert from Http3Connection.SendAsync (#74348) (#74484)Radek Zikmund
2022-08-24[release/7.0] Disable ConnectWithRevocation_WithCallback test (#74483)github-actions[bot]
2022-08-24[release/7.0] [mono] Disable failing Globalization and Transactions tests (#7...github-actions[bot]
2022-08-24Disable VerifyXmlResolver test. (#74447)Eirik Tsarpalis
2022-08-24[release/7.0] Backport tar bug fixes and improvements (#74449)Carlos Sanchez
2022-08-23Add Fedora 38 RID (#74377)Omair Majid
2022-08-22Replace options lists with arrays. (#74230)github-actions[bot]
2022-08-22[release/7.0-rc1] Omit the JS sync context if threads are not enabled (#74236)github-actions[bot]
2022-08-22[release/7.0-rc1] net7.0 + net6.0 workload multitargeting changes (#74018)Larry Ewing
2022-08-21[release/7.0-rc1] [wasm] Unwrap exception when calling entrypoint (#74263)github-actions[bot]
2022-08-20[release/7.0-rc1] Directory.CreateDirectory: create missing parents using def...github-actions[bot]
2022-08-20[release/7.0-rc1] Disable failing runtime extra platforms tests (#74264)github-actions[bot]
2022-08-20Remove AES and SubtleCrypto from WASM (#74165) (#74246)Eric Erhardt
2022-08-20[release/7.0-rc1] Fix for Random failures in System.Numerics.Tests.modpowTest...github-actions[bot]
2022-08-19Improve ControlledExecution tests (#74186)github-actions[bot]
2022-08-18[release/7.0-rc1] [NativeAOT] Add method parameter names to stack trace if av...github-actions[bot]
2022-08-18[release/7.0-rc1] Move runtimeconfig.template.json stuff to csproj (#74144)github-actions[bot]
2022-08-18[release/7.0-rc1] Fix nullable annotations on generic math interfaces (#74116)github-actions[bot]
2022-08-18Don't fail the test when the file is in use, fixes #73925 (#74094)github-actions[bot]
2022-08-18Vectorize {Last}IndexOf{Any}{Except} without code duplication (#73768) (#74086)Adam Sitnik
2022-08-17[release/7.0-rc1] Optimized string.Replace(char, char) (#74047)github-actions[bot]
2022-08-17[release/7.0-rc1] [mono] Implement missing functionality for cctor invocation...github-actions[bot]
2022-08-17Use buffer.Length as the source of truth for ReadDirectoryChanges (#74023)github-actions[bot]
2022-08-16Retry distributed transaction tests on MSDTC startup failure (#73941)Shay Rojansky
2022-08-16fix handling of client cert on macOS (#73574)Tomas Weinfurt
2022-08-16X509Certificates.Tests: make tests pass when sha1 cert signatures are not sup...Tom Deseyn
2022-08-16[main] Update dependencies from dotnet/linker (#73894)dotnet-maestro[bot]
2022-08-16Fix exceptions with missing HResult assignment. (#73948)David
2022-08-16avoid allocation of SafeFreeSslCredentials and SafeDeleteSslContext on Linux ...Tomas Weinfurt
2022-08-16Avoid unused NetEventSource code (#73868)Miha Zupan
2022-08-16Add tests and improve binary XmlDictionaryReader performance (#73332)Daniel Svensson
2022-08-16Clean up AOT publish process (#73416)Lakshan Fernando
2022-08-15Update byref bool native exports (#73950)Aaron Robinson
2022-08-15Vectorize IndexOfAnyExcept for four values (#73696)Adam Sitnik
2022-08-15[mono] Remove active issues for https://github.com/dotnet/runtime/issues/575...Larry Ewing
2022-08-15Fix issue#37970 (#73552)Hong Li
2022-08-15Make public EventBookmark's constructor and BookmarkText property (#73548)hoangh
2022-08-15Disable MaxResponseHeadersLength tests for HTTP/3 (#73945)Miha Zupan
2022-08-15Fix breakage from #70661 (#73962)Jo Shields
2022-08-15Use {Last}IndexOfAnyExcept in RegexCompiler and source generator (#73910)Stephen Toub
2022-08-15Unix: Move 'FileNotFound to DirectoryNotFound' handling to GetExceptionForIoE...Tom Deseyn
2022-08-15Make OCSP Stapling tests more reliable and more diagnosableJeremy Barton
2022-08-15Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/libraries/Common/tests/Sys...dependabot[bot]
2022-08-15Filter out Tailscale from LinkLocal address list (#73911)Miha Zupan
2022-08-15Block intermittently failing Process test (#73929)Michal Strehovský
2022-08-15[NativeAot] Enable a couple more libs tests (#73756)Michal Strehovský
2022-08-15Unify MaxResponseHeadersLength calculations (#73907)Miha Zupan
2022-08-15Repoint urls in docs (#73766)N0D4N
2022-08-14Safer state handling in distributed transactions (#73918)Shay Rojansky