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
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-18Mark Obsoletions for .NET 5 (#39269)Jeff Handley
2020-07-08Update license headers (#38793)Stephen Toub
2020-06-30Obsolete Encoding.UTF7 property and UTF7Encoding ctors (#37535)Levi Broderick
2020-06-22Use ProjectReference to build against System.Private.CoreLib (#38196)Viktor Hofer
2020-06-12Tfm clean up (#37623)Anirudh Agnihotry
2020-06-11Clean up Latin1Encoding implementation and vectorize its logic (#32994)Levi Broderick
2020-06-09Enable nullable reference types for full facades (#37589)Stephen Toub
2020-06-07Expose Encoding.Latin1 (#37550)Stephen Toub
2020-04-30Implement TranscodingStream (#35145)Levi Broderick
2020-04-21Address some edge cases in EncoderNLS.GetBytes draining logic (#35182)Levi Broderick
2020-04-08Enable xunit1024 (#34512)Alex Villarreal
2020-04-08Rename CoreFx.Private.TestUtilities and reference it in slns (#34656)Viktor Hofer
2020-02-19Update all issues in source code to point to runtime (#32349)Santiago Fernandez Madero
2020-02-14API review URL should be HTTPS, not HTTP (#32281)Levi Broderick
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-01-16Change all ActiveIssues to use Uris instead of numbers (#1768)Stephen Toub
2019-12-27Revert changes to EncoderNLS/DecoderNLS.Convert (#752)Levi Broderick
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-11-14Fix test build of test project that referenced corefx shared corelib directly...Santiago Fernandez Madero
2019-11-11Bumping the assembly version to 5.0.0.0 (dotnet/corefx#41723)Anirudh Agnihotry
2019-11-01Consolidate .netcoreapp.cs files because System.Text.Encoding project is no l...Roman Marusyk
2019-10-19Add UTF8Encoding compat tests (dotnet/corefx#41910)Levi Broderick
2019-10-18[master] Update dependencies from dotnet/coreclr (dotnet/corefx#41851)dotnet-maestro[bot]
2019-10-17Remove UAP target (dotnet/corefx#41759)Viktor Hofer
2019-10-15Reduce RemoteInvoke usage in tests (dotnet/corefx#41741)Stephen Toub
2019-09-09Remove ProjectGUIDs from project files and Project and Name attributes from P...Viktor Hofer
2019-08-26Add tests for Encoding virtual methods (dotnet/corefx#40528)Next Turn
2019-08-15Fix non-ASCII characters across corefx (dotnet/corefx#40318)Stephen Toub
2019-08-08Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-08-07Re-enable xunit warning 1026 (unused theory arguments) (dotnet/corefx#40079)Stephen Toub
2019-08-01Enable several StyleCopAnalyzers (dotnet/corefx#39921)Stephen Toub
2019-07-25Re-enable xUnit1025 (duplicate InlineData) (dotnet/corefx#39737)Stephen Toub
2019-07-05Enable XUnit Analyzers (dotnet/corefx#38676)Viktor Hofer
2019-07-01Add unit tests for EncoderNLS / DecoderNLS fallbacks (dotnet/corefx#38937)Levi Broderick
2019-06-15Enable project restore for test projects (dotnet/corefx#38151)Viktor Hofer
2019-06-06Remove NetNative uapaot support (dotnet/corefx#38170)Viktor Hofer
2019-05-30Replace netstandard test projects with tfmsViktor Hofer
2019-04-13[master] Update dependencies from dotnet/coreclr (dotnet/corefx#36816)dotnet-maestro[bot]
2019-04-10Removed netcoreappaot configuration from corefx (dotnet/corefx#36739)Anirudh Agnihotry
2019-04-02Update src folderViktor
2019-03-19Merge remote-tracking branch 'upstream/master' into removePerfTestsAdam Sitnik
2019-03-14Disable tests failing on WSL (dotnet/corefx#36017)Stephen Toub
2019-03-13React to changes through ASCIIEncoding and EncoderNLSLevi Broderick
2019-03-05remove System.Text.Encoding.PerformanceTestsAdam Sitnik
2019-03-03Project msbuild syntax cleanup (dotnet/corefx#35686)Viktor Hofer
2018-12-06Consume Microsoft.DotNet.CoreFxTesting package (dotnet/corefx#33423)Viktor Hofer
2018-10-31Rename AssemblyKey properties to StrongNameKeyId as part of arcade workWes Haggard
2018-10-02Coverage do not target CoreLib in bulk (dotnet/corefx#32537)Paulo Janotti
2018-09-12Build managed code and packages for WebAssembly/netcoreappaot (dotnet/corefx#...Morgan Brown