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
path: root/docs
diff options
context:
space:
mode:
authorVolodymyr S <volodymyr_s@hotmail.com>2021-07-25 22:07:02 +0300
committerGitHub <noreply@github.com>2021-07-25 22:07:02 +0300
commit90c3c97c8d7a16e87bd851de3ec92b3ed3fa954f (patch)
treedd5ee7c27ed221bf91acc466c18e828e0aaeab8c /docs
parent775de4acad4f6c8e7182b081dbba5e2df8b94f55 (diff)
CodeCheck script message and doc update (#34693)
* Removed non existing doc reference * BuildErrors doc update * Update docs/BuildErrors.md Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildErrors.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/BuildErrors.md b/docs/BuildErrors.md
index c2eda3a61a..4233e51efc 100644
--- a/docs/BuildErrors.md
+++ b/docs/BuildErrors.md
@@ -80,6 +80,10 @@ When attempting to restore servicing tags e.g. `v3.1.7`, the NuGet.config file
The `darc-int-...` feeds in NuGet.config are used only when building internally and are not needed after the tags are created. Delete all such entries in the file and retry.
+## Error: Generated code is not up to date in eng/ProjectReferences.props.
+
+After some project additions or moves, you may need to update the two `DotNetProjects Include` lists in `eng/Build.props`
+
## Warning: Requested Microsoft.AspNetCore.App v&hellip; does not exist
You have likely attempted to build projects or execute tests which require the just-build Microsoft.AspNetCore.App