Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01Enable CA1854 (#44799)Martin Costello
2022-10-13IDE 29, 30, 31 null!Brennan Conroy
2022-10-13Add IDE 20, 38, and 200Brennan Conroy
2022-06-01Convert all possible `DllImport`s to `LibraryImport` for .NET 7+ (#41573)Aaron Robinson
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-03-28Add option to project templates to use Program.Main instead of top-level stat...Damian Edwards
2022-03-02Enable IDE0060 (#40461)Pranav K
2022-02-25Enable CA1810 as a warning (#40384)Pranav K
2022-02-13Make IDE0055 formatting rules suggestions (#40181)Doug Bunting
2022-02-05Update .editorconfigPranav K
2022-02-05Merge branch 'main' into CA2249Shreyas Jejurkar
2022-02-05Refactor : Enable CA2249Shreyas Jejurkar
2022-02-04Refactor : Enable CA1847 (#39983)Shreyas Jejurkar
2022-02-03Enable CA2007 for all ns2.0 projectsPranav K
2022-01-27Enable IDE2000 (#39803)Pranav K
2022-01-20Enable CA1844 (#39634)Pranav K
2022-01-15Update 'using' warning for test files (#39537)Brennan
2022-01-14Enable warnings for IDE0062 (#39463)Pranav K
2022-01-13Enable IDE0059 (#39434)Pranav K
2022-01-11Bump up warning level for CA1822 (#39436)Pranav K
2022-01-06Enable IDE0051: Remove unused private membersPranav K
2022-01-05Enforce braces for code-blocksPranav K
2022-01-04Enforce warnings for unused usings (#39280)Pranav K
2022-01-02chore : Remove unwanted `using` statement (#39176)Shreyas Jejurkar
2021-12-23Fixup whitespace issues from top-level statement change (#39161)Pranav K
2021-11-08Sync shared code from runtime (#38143)github-actions[bot]
2021-11-06Use file scoped namespaces (#38076)Pranav K
2021-08-28Re-enable CA1305 (#35867)Pranav K
2021-07-23Update license from Apache -> MITKevin Pilch
2021-07-15Update templates to use file scoped namespace declarations (#34220)Damian Edwards
2021-07-09Enable build time warnings for IDE code analysis rules (#34215)Pranav K
2021-07-02Cleanup IDE errors in SignalR (#33918)Brennan
2021-06-23Soft enable CA1810 (#33659)Pranav K
2021-06-15Enable more code analysis rules (#33303)Pranav K
2021-06-11Move CA1845 analyzer back to warning level (#33444)Safia Abdalla
2021-06-10Update SDK (#33187)William Godbe
2021-06-05Enable CA1835-CA1841 (#33270)Pranav K
2021-05-27Enable CA1821, CA1825-CA1834 (#33041)Pranav K
2021-05-21Enable CA1805 diagnostics (#32893)Pranav K
2021-05-20Turn on some CodeAnalysis rules (#32837)Pranav K
2021-03-26Enable CA2012 (Use ValueTask Correctly) (#31221)Stephen Toub
2021-02-19Use NetAnalyzers from SDK instead of FxCopAnalyzers (#30138)Youssef Victor
2020-10-15Enables code analysis rules about culture sensitive string operations (#26656)Pranav K
2020-07-09Enable FxCop Analyzers for the repo (#23709)Kevin Pilch
2020-06-30Made the encodings of .razor and .cshtml files in the repo consistent (#23502)Ajay Bhargav B
2019-02-28Fix #7258 - remove components.server dependencies on blazor-specific plumbing...Ryan Nowak
2018-10-25Refactor shared framework projects targets and project layout (#3703)Nate McMaster
2017-09-29Verify and mirror external dependencies and self-consistent package versions ...Nate McMaster