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-02-10!nit! Be consistent about `msbuild` quotes (#40108)Doug Bunting
2022-01-19Always build App.Ref and the targeting packs (#39568)Doug Bunting
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-14Improve project reference consistency (#37338)Doug Bunting
2021-10-09Remove `SkipNonexistentProjects` settings (#37372)Doug Bunting
2021-09-21[main] Update dependencies from dotnet/runtime dotnet/efcore (#36328)dotnet-maestro[bot]
2021-07-30Logging site extension is missing net5.0 runtime store (#34862)Sourabh Shirhatti
2021-07-23Find and Replace Apache License -> MITKevin Pilch
2021-05-19Turn on nullability for all src projects (#32742)Pranav K
2021-05-14Clean up `$(RepoRoot)` consistently (#32664)Doug Bunting
2021-05-05Add Readme for Analyzers, ObjectPool and Identity (#32312)John Luo
2021-03-26Readmes for HTTP and Site Extensions (#31250)Justin Kotalik
2021-03-21Revert "Remove ANCM shim and outofprocess handler from Runtime SiteEx… (#31...Justin Kotalik
2021-02-16Favor project-specific build scripts over top-level script (#29918)Safia Abdalla
2020-12-10Merge branch 'master' into merge/release/5.0-to-masterWilliam Godbe
2020-12-10Remove redundant site extension fix (#27855)John Luo
2020-11-15Merge pull request #27854 from dotnet-maestro-bot/merge/release/5.0-to-mastermsftbot[bot]
2020-11-15Fix API baseline check when building site extensions (#27841)John Luo
2020-11-14Merge branch 'release/5.0'John Luo
2020-11-13Shorten package version properties (#27784)Doug Bunting
2020-11-12[release/5.0] Update API baseline files (#27653)Doug Bunting
2020-09-15Merge branch 'release/5.0-rc2' into masterJustin Kotalik
2020-09-14Reduce references to Microsoft.AspNetCore.App.Runtime.csproj (#25836)Doug Bunting
2020-09-12Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values (#25790)Doug Bunting
2020-09-11Remove 2.2 package from the site extensions bundle (#25742)Doug Bunting
2020-09-10Add public API baselines for SiteExtensions, Testing, WebEncoders (#25654)Kevin Pilch
2020-08-31Correct the site extensions builds (#25406)Doug Bunting
2020-08-28Add net461 TFM to netstandard2.0 projects (#25094)William Godbe
2020-08-14Remove ANCM shim and outofprocess handler from Runtime SiteExtension (#24884)Brennan
2020-08-04Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567)Doug Bunting
2020-07-22Simplify ref/ assembly generation (#24136)Doug Bunting
2020-07-17Use Roslyn to create ref/ assemblies (#23403)Doug Bunting
2020-06-17Add missing doc files and cleanup nits (#22931)Doug Bunting
2020-06-10Merge branch '3.1merge'Pranav K
2020-06-10Produce non-stable version of targeting pack (#22372)William Godbe
2020-06-08Build native assets by default (#22611)Doug Bunting
2020-06-04Don't pack duplicate deps.json files in SiteExtension package (#22519)William Godbe
2020-06-02Don't pack .version file in SiteExtensions pkg (#22430)William Godbe
2020-05-30Build primarily with `dotnet msbuild` (#22017)Doug Bunting
2020-05-14Do not ship SiteExtension in previews (#21786)Brennan
2020-04-26A quick collection of quick fixes (#20993)Doug Bunting
2020-04-23Fix SiteExtension build and warning (#21131)Brennan
2020-04-23Fixing build warnings (#21044)Brennan
2020-04-15Use SemVer1 for SiteExtension (#20839)Brennan
2020-04-14Add BuildNumber to SiteExtension buildBrennanConroy
2020-02-21Change SiteExtension reference (#19218)Brennan
2020-02-20Apply some fixesBrennan Conroy
2020-02-19Merge branch 'release/3.1' into masterStephen Halter