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-09-24[release/5.0-rc2] Return null from ClaimsPrincipal.Current if no thread princ...github-actions[bot]
2020-09-10[release/5.0-rc2] Fixes to nullable reference type annotations (#41845)github-actions[bot]
2020-08-13Updating ClaimsPrincipal.Current to default back to Thread.CurrentPrincipal, ...Tanner Gooding
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-08Update license headers (#38793)Stephen Toub
2020-05-22Strip the ILLinkTrim.xml file from System.Security assemblies (#36864)Eric Erhardt
2020-04-08Rename CoreFx.Private.TestUtilities and reference it in slns (#34656)Viktor Hofer
2020-02-14API review URL should be HTTPS, not HTTP (#32281)Levi Broderick
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-01-29Merging small assemblies (part 1/N) (#2189)Jan Kotas
2020-01-12Annotate System.Security.Claims for nullable (#1431)buyaa-n
2020-01-06Move Corelib shared files under Common (#1307)Jan Kotas
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-11-11Bumping the assembly version to 5.0.0.0 (dotnet/corefx#41723)Anirudh Agnihotry
2019-10-17Remove UAP target (dotnet/corefx#41759)Viktor Hofer
2019-09-09Remove ProjectGUIDs from project files and Project and Name attributes from P...Viktor Hofer
2019-08-14Make many fields readonly or const across corefx (dotnet/corefx#40298)Stephen Toub
2019-08-12Re-enable StyleCop warning SA1400 (elements should specify access) (dotnet/co...Stephen Toub
2019-08-08Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-07-31Re-enable CA1823 (unused private fields) (dotnet/corefx#39899)Stephen Toub
2019-07-24Enable xunit2012 analyzer (dotnet/corefx#39730)Viktor Hofer
2019-06-20Update sln configurations (dotnet/corefx#38698)Viktor Hofer
2019-05-30Replace netstandard test projects with tfmsViktor Hofer
2019-03-06Clean up lots of string.Format / SR.Format usage (dotnet/corefx#35777)Stephen Toub
2019-03-03Project msbuild syntax cleanup (dotnet/corefx#35686)Viktor Hofer
2019-02-28Auto-generate the reference assemblies and separate type forwards (dotnet/cor...Ahson Khan
2018-10-31Rename AssemblyKey properties to StrongNameKeyId as part of arcade workWes Haggard
2018-07-05Merge master into SdkProjEric Erhardt
2018-07-04Lazy Initialization of Thread.CurrentPrincipal and implementing GetThreadPrin...Anirudh Agnihotry
2018-06-29Merge master into SdkProjEric Erhardt
2018-06-29Change .csproj to new Configurations propertyEric Erhardt
2018-06-26Simplify built-in types across corefx tests (dotnet/corefx#30660)Stephen Toub
2018-06-16merge master into SdkProjEric Erhardt
2018-06-16Cleanup BinaryFormatterHelpers usage (dotnet/corefx#30439)Viktor Hofer
2018-06-16Rename dir files to Directory.BuildEric Erhardt
2018-05-21Convert all .csproj files in src to SDK-style projectswtgodbe
2018-01-14Cleanup CodeContracts annotations (dotnet/corefx#26324)Jan Kotas
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-08-30XML doc spelling corrections - Q through Z. (dotnet/corefx#23655)Brian Chavez
2017-08-29XML doc spelling corrections - A through C. (dotnet/corefx#23634)Brian Chavez
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (dotnet/cor...Tarek Mahmoud Sayed
2017-08-04Merge pull request dotnet/corefx#22858 from ViktorHofer/ClaimsBinaryFixViktor Hofer
2017-08-03Disable claim binary roundtripping test on netfxViktor Hofer
2017-08-02Moving incrementation upViktor Hofer
2017-08-02Fixing binary serialization EndOfStream exception.Viktor Hofer
2017-08-02Remove unused NonSerializable attributes from non serializable types (dotnet/...Viktor Hofer
2017-08-01Remove unused serialization members (dotnet/corefx#22785)Viktor Hofer
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (dotnet/corefx#21799)Hugh Bellamy
2017-05-25ISerializable cleanup (dotnet/corefx#20220)Morgan Brown