ionide / Waypoint

Opinionated solution template for building F# OSS libraries and tools.
https://ionide.io/Libraries/waypoint.html
MIT License
74 stars 13 forks source link

Docs generation fails in template #23

Closed NatElkins closed 4 years ago

NatElkins commented 4 years ago

Describe the bug

When I install the Waypoint template and create a new instance of it using dotnet new Waypoint, the Docs generation target will fail.

To Reproduce

  1. dotnet new -i Waypoint
  2. mkdir WaypointTest
  3. cd WaypointTest
  4. dotnet new Waypoint
  5. dotnet tool restore
  6. dotnet fake build -t Docs

Expected behaviour Docs generation succeeds.

Screenshots If applicable, add screenshots to help explain your problem. image

Environment (please complete the following information):

Krzysztof-Cieslak commented 4 years ago

This may be fixed in unreleased patch from @NicoVIII - https://github.com/ionide/Waypoint/commit/1458c9c78a16812be8a104aba8ce31b206710a59

NicoVIII commented 4 years ago

Yes, I think that was the error I got.

NatElkins commented 4 years ago

Yes that fixed it! I'll close the issue.