PlanetaryDocs icon indicating copy to clipboard operation
PlanetaryDocs copied to clipboard

Build failed during Quickstart

Open danielniccoli opened this issue 2 years ago • 0 comments

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:

  1. Follow the README until https://github.com/JeremyLikness/PlanetaryDocs#initialize-the-database
  2. Run dotnet run from the command line
  3. 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 grafik

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Firefox
  • Version: 111

danielniccoli avatar Apr 06 '23 16:04 danielniccoli