PlanetaryDocs
PlanetaryDocs copied to clipboard
Build failed during Quickstart
Describe the bug
An error message after running dotnet runfrom within the PlanetaryDocsLoader project.
PM> dotnet run
C:\Users\Daniel\Documents\source\PlanetaryDocs\PlanetaryDocs.DataAccess\DocsContext.cs(77,25): error CS0246: The type or namespace name 'ValueTask' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Daniel\Documents\source\PlanetaryDocs\PlanetaryDocs.DataAccess\PlanetaryDocs.DataAccess.csproj]
C:\Users\Daniel\Documents\source\PlanetaryDocs\PlanetaryDocs.DataAccess\DocsContext.cs(90,22): error CS0246: The type or namespace name 'ValueTask<>' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Daniel\Documents\source\PlanetaryDocs\PlanetaryDocs.DataAccess\PlanetaryDocs.DataAccess.csproj]
C:\Users\Daniel\Documents\source\PlanetaryDocs\PlanetaryDocs.DataAccess\DocsContext.cs(124,22): error CS0246: The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\Daniel\Documents\source\PlanetaryDocs\PlanetaryDocs.DataAccess\PlanetaryDocs.DataAccess.csproj]
dotnet :
At line:1 char:1
+ dotnet run
+ ~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
The build failed. Fix the build errors and run again.
To Reproduce Steps to reproduce the behavior:
- Follow the README until https://github.com/JeremyLikness/PlanetaryDocs#initialize-the-database
- Run
dotnet runfrom the command line - See error
Expected behavior
You should see status as it parses documents, loads them to the database and then runs tests. This step may take several minutes.
Screenshots

Desktop (please complete the following information):
- OS: Windows 11
- Browser: Firefox
- Version: 111