question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RC version missing files for Fable

See original GitHub issue

in the latest stable release there are no directories in the fsproj. With the changes to putting files into directories, the fsproj needs to be updated so that Fable can properly compile the project.

Currently this is the output when trying to build the project: image

Which results in: image

The fix should be pretty simple, just expand the fsproj to be:

  <!-- Add source files to "fable" folder in Nuget package - required for the library to be consumable by Fable -->
  <ItemGroup>
    <Content Include="*.fsproj; *.fs" PackagePath="fable/" />
    <Content Include="Extensions/*.fs" PackagePath="fable/FSharpPlus/Extensions" />
    <Content Include="Control/*.fs" PackagePath="fable/FSharpPlus/Control" />
    <Content Include="Math/*.fs" PackagePath="fable/FSharpPlus/Math" />
    <Content Include="Data/*.fs" PackagePath="fable/FSharpPlus/Data" />
  </ItemGroup>

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Shmewcommented, Mar 31, 2020

@gusty it is indeed working now!

2reactions
gustycommented, Mar 31, 2020

@Shmew RC4 is published It would be great if you could give it a try and let us know how it goes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

My Fable: The Lost Chapters disk 4 is missing. Any ideas ...
I recently got Fable: The Lost Chapters for PC and not too long ago I tried installing it. After inserting the "last" disk...
Read more >
Nagareyama does not watch multiple fsproj (and ...
I expect the src/renderer directory to be watched for Fs file changes. it is not. Related information. Fable version: 3.0.0-nagareyama-rc-007; I ...
Read more >
Folder/file location - Fable - The Lost Chapters
Anyone know where the "Creatures" folder is located, or if it even exists in the steam purchase version? <. 1, 1. > Showing...
Read more >
Some state apply fail especially with file.managed ...
Well if it's a missing dependency as this is what it seems to me anyways, it's a FreeBSD issue the pkg should install...
Read more >
Fable: The Lost Chapters
Until they put this on GoG, the Steam version of TLC appears to be DRM free, even includes DX redists within the game's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found