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-06-09Updated Microsoft.CodeAnalysis.PublicApiAnalyzers to latest stable (#41115)Brennan
2022-04-20Place XML comment hrefs in see elements (#41254)James Newton-King
2022-04-19Flow IContractResolver through JsonPatch method calls (#40966)mboggs1
2022-01-27Enable IDE2000 (#39803)Pranav K
2022-01-16Refactor : Remove unwanted things (#39548)Shreyas Jejurkar
2022-01-13Enable IDE0059 (#39434)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-12[main] Mark 6.0 API surface as shippedDoug Bunting
2021-11-06Use file scoped namespaces (#38076)Pranav K
2021-10-22Clean up remaining `net461` references (#37731)Doug Bunting
2021-09-20onBoard package validation (#35846)Anirudh Agnihotry
2021-07-23Use Visual Studio fix to add missing license headersKevin Pilch
2021-07-23Find and Replace Apache License -> MITKevin Pilch
2021-06-15Enable more code analysis rules (#33303)Pranav K
2021-05-21Enable CA1805 diagnostics (#32893)Pranav K
2021-05-19Turn on nullability for all src projects (#32742)Pranav K
2021-04-16JsonPatch refactoring (#31522)Martin Costello
2021-04-01Cross-target last few projects to DefaultNetCoreTargetFramework (#31239)William Godbe
2021-03-17Update src/Features/JsonPatch/src/PublicAPI.Unshipped.txtAndre Milbradt
2021-03-17Update src/Features/JsonPatch/src/Internal/ConversionResultProvider.csAndre Milbradt
2021-03-16Feedback from PranavAndre Milbradt
2021-03-10- Adding a new ConvertTo overload to ConversionResultProvider that takes an I...Andre Milbradt
2021-02-16Favor project-specific build scripts over top-level script (#29918)Safia Abdalla
2021-02-03Handle null values when applying JSON Patch to a JObject (#29410)gadenton
2020-11-26Remove unnecessary calls to GetTypeInfo (#27974)Eric Erhardt
2020-11-23JsonPatch: Allow empty string literals in JsonPatchGlenn F. Henriksen
2020-11-14Merge branch 'release/5.0'John Luo
2020-11-12[release/5.0] Update API baseline files (#27653)Doug Bunting
2020-10-24add missing startvs.cmd (#27195)Moien Tajik
2020-10-15Enables code analysis rules about culture sensitive string operations (#26656)Pranav K
2020-09-01Api baselines (#25386)Kevin Pilch
2020-08-28Add net461 TFM to netstandard2.0 projects (#25094)William Godbe
2020-07-09Migrate to single sln file + slnf files (#23581)Kevin Pilch
2020-07-06Remove unused code (#23691)Martin Costello
2020-06-17Add missing doc files and cleanup nits (#22931)Doug Bunting
2020-04-01Add .vsconfig files in root and beside slnsKevin Pilch
2020-02-20Apply some fixesBrennan Conroy
2020-02-19Merge branch 'release/3.1' into masterStephen Halter
2020-01-14Contributing: Fixed some typos (#18331)Maher Jendoubi
2020-01-09aspnet/AspNetCore -> dotnet/aspnetKevin Pilch
2020-01-08Contributing: Fix a typo (#18135)Maher Jendoubi
2019-12-12Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1Doug Bunting
2019-12-11Improve generation and use of ref/ projects (#17311)Doug Bunting
2019-11-11Merge branch 'merge/release/3.1-to-master' of https://github.com/dotnet-maest...Brennan Conroy
2019-11-05Update some testsKevin Pilch
2019-11-01[master] Update Arcade dependency (#16716)Brennan
2019-10-08Making docs more inclusive (#14607)Carole Rennie Logan
2019-10-07Add JObjectAdapter to support JSON Patch for JObject properties (#12908)Sipke Schoorstra
2019-09-18[master] Update dependencies from 3 repositories (#13548)dotnet-maestro[bot]