You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSBuild task to generate documentation fails because Microsoft.Extensions.Configuration.Abstractions cannot be found.
Affected versions:
0.4.163
Stack Trace:
Microsoft (R) Build Engine version 16.5.0+d4cbfca49 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Restore completed in 39,79 ms for ~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj.
Restore completed in 40,78 ms for ~\source\repos\markdown-generator\src\MarkdownGenerator.Test\Grynwald.MarkdownGenerator.Test.csproj.
Restore completed in 40,81 ms for ~\source\repos\markdown-generator\src\MarkdownGenerator.Test.DocsVerification\Grynwald.MarkdownGenerator.Test.DocsVerification.csproj.
Restore completed in 42,09 ms for ~\source\repos\markdown-generator\src\MarkdownGenerator.Test.ApiApproval\Grynwald.MarkdownGenerator.Test.ApiApproval.csproj.
InheritDocTask replaced 0 of 0 inheritdoc tags and removed 0 non-public member docs in ~\source\repos\markdown-generator\Build\Debug\Grynwald.MarkdownGenerator\netstandard2.0\Grynwald.MarkdownGenerator.xml
Grynwald.MarkdownGenerator -> ~\source\repos\markdown-generator\Build\Debug\Grynwald.MarkdownGenerator\netstandard2.0\Grynwald.MarkdownGenerator.dll
error MSB4018: The "GenerateApiReferenceDocumentation" task failed unexpectedly. [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: File name: 'Microsoft.Extensions.Configuration.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: at Grynwald.MdDocs.Common.Configuration.ConfigurationProvider.GetConfiguration[T](String sectionName) [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: at Grynwald.MdDocs.ApiReference.Configuration.ConfigurationProviderExtensions.GetApiReferenceConfiguration(ConfigurationProvider configurationLoader) [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: at Grynwald.MdDocs.MSBuild.GenerateApiReferenceDocumentation.Execute() in /_/src/MdDocs.MSBuild/src/GenerateApiReferenceDocumentation.cs:line 21 [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
error MSB4018: [~\source\repos\markdown-generator\src\MarkdownGenerator\Grynwald.MarkdownGenerator.csproj]
Build FAILED.
The text was updated successfully, but these errors were encountered:
Summary
The MSBuild task to generate documentation fails because
Microsoft.Extensions.Configuration.Abstractions
cannot be found.Affected versions:
Stack Trace:
The text was updated successfully, but these errors were encountered: