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-07-24Fix typos (#72709)Adeel Mujahid
2022-07-01Enable CA1727: Use PascalCase for named placeholders (#71444)Eric Erhardt
2022-06-28Enable IDE0170 (Simplify property pattern) and IDE0200 (remove unnecessary la...Stephen Toub
2022-06-20Enable IDE0031 (Use null propagation) (#70965)Stephen Toub
2022-06-19Enable IDE0030 (Use coalesce expression) (#70948)Stephen Toub
2022-06-19Update C# compiler (#70947)Stephen Toub
2022-06-19Enable IDE0065 (Misplaced using directive) (#70919)Stephen Toub
2022-06-19Enable IDE0100 (Remove redundant equality) (#70896)Stephen Toub
2022-06-19Enable IDE0071 (Simplify interpolation) (#70918)Stephen Toub
2022-06-17Enable IDE0020 (Use pattern matching) (#70523)Stephen Toub
2022-06-17Enable IDE0054 (Use compound assignment) (#70564)Stephen Toub
2022-06-16Enable IDE1005 (Delegate invocation can be simplified) (#70522)Stephen Toub
2022-06-10Enable IDE0029 (Use coalesce expression) (#70506)Stephen Toub
2022-06-10Enable IDE0036 (Modifers are not ordered) (#70502)Stephen Toub
2022-06-10Update analyzer version and fix new findings (#70157)Buyaa Namnan
2022-06-09Enable IDE0110 (Remove unnecessary discard) (#70500)Stephen Toub
2022-06-09Enable IDE0074 (Use compound assignment) (#70402)Stephen Toub
2022-05-01Update Microsoft.CodeAnalysis.NetAnalyzers version (#68724)Stephen Toub
2022-04-21Enable new CA1311 (ToLower/Upper culture) and CA1852 (seal internal/private t...Stephen Toub
2022-04-21Remove usage of !! from dotnet/runtime (#68178)Stephen Toub
2022-04-08Updating generic math to support user-defined checked operators (#67714)Tanner Gooding
2022-03-30Enable recently added analyzers (and fix some violations) (#67292)Stephen Toub
2022-03-25Enable CA1822 (Mark members as static) analyzer (#66333)Marek Safar
2022-02-12Remove unused private parameters in SPC (#63015)Marek Safar
2022-02-09Initial roll out of !! (#64720)Stephen Toub
2022-01-24Implement IEquatable<T> on value types overriding Equals (and enable CA1066/1...Stephen Toub
2022-01-12Enable IDE0059 analyzer: Unnecessary assignment of a value (#63340)Marek Safar
2021-11-14Enable new analyzers in global configs (#60914)Stephen Toub
2021-10-03Update Microsoft.CodeAnalysis.CSharp.CodeStyle version (#59783)Stephen Toub
2021-09-30Add new analyzers to CodeAnalysis.globalconfig files (#59763)Stephen Toub
2021-09-15Runtime changes for DetectPreviewFeaturesAnalyzer (#59062)Prashanth Govindarajan
2021-08-10Switch to using globalconfig instead of ruleset for analyzer configuration (#...Stephen Toub