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-02Exempt MemberNotNullWhen from genapi ref assembly requirements (#70113)Stephen Toub
2022-03-01Keep Obsolete and EditorBrowsable attributes consistent between ref and src a...Viktor Hofer
2021-03-11Fix APICompat errors for atttributes on parameters (#49408)Santiago Fernandez Madero
2020-08-23Move Editor Attribute to S.CM.Primitives and apply to types that had it in ne...Santiago Fernandez Madero
2020-08-19Add Designer attributes to types that had it in full framework (part 2) (#40966)Santiago Fernandez Madero
2020-08-07Add DesignerAttribute to types that had it in full framework (#40425)Santiago Fernandez Madero
2020-06-16Use DynamicDependencyAttribute (#37780)Sven Boemer
2020-06-10Add dataflow annotations to System.Runtime (#37642)Michal Strehovský
2020-06-09Use [MemberNotNull] to reduce use of `= null!;` (#37490)Stephen Toub
2020-03-12Run APICompat against the previous release of NETCoreApp (#33300)Eric StJohn
2019-11-11Validate member attributes (dotnet/corefx#42427)Eric StJohn
2019-06-27Ignore NullableContextAttribute in API Compat and fix build break due to Rang...Andy Gocke
2019-06-04Persist InterfaceTypeAttribute in ref assemblies (dotnet/corefx#38182)Eric StJohn
2019-05-24Re-generate System.Runtime.InteropServices ref source against implementation ...Santiago Fernandez Madero
2019-05-09Suppress NullableAttribute reverse API compat warningsStephen Toub
2019-04-23Adding a few serialization attributes back to the reference assemblies (dotne...Jose Perez Rodriguez
2018-11-01Move targets files under eng directory.Wes Haggard