-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to use ARCtrl.Json in fable JavaScript environment #373
Comments
we hotfixed this with ARCtrl.alpha.6.swate hotfix. This version does not include conditional python/javascript json dependency, instead it always depens on thoth.json.javascript |
To publish swate prerelease, you can use:
<ItemGroup>
<PackageReference Include="NJsonSchema" Version="10.8.0" />
<PackageReference Include="Thoth.Json.Core" Version="0.2.1" />
<PackageReference Include="Thoth.Json.Newtonsoft" Version="0.1.0" />
<PackageReference Include="Thoth.Json.JavaScript" Version="0.1.0" />
</ItemGroup>
|
I'm currently investigating why it doesn't work in Fable. ' The problem lies already with the dependency resolver they use, https://github.com/phmonte/Buildalyzer. |
Should be fixed since @Freymaurer, can you confirm and close Issue? |
With ARCtrl.JavaAcript it is now working as intended |
We use conditional references for environment targetet json libs:
This works for native transpilation and testing, but not when referenced in another fable environment.
The text was updated successfully, but these errors were encountered: