We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error message:
Even though
<PropertyGroup> <PackageTags>fable-javascript;fable-python;fable-dotnet</PackageTags> </PropertyGroup>
Looking at this without any idea and just testing around in a regex tester:
Are the brackets around the fable targets too much?
The text was updated successfully, but these errors were encountered:
I find that the issue is caused by the line:
<PackageTags>ARC F# FSharp dotnet .Net bioinformatics biology fable-library datascience dataplant nfdi metadata</PackageTags>
But I am not able to reproduce it in an isolated project.
Sorry, something went wrong.
Hmm, commenting out the line does not fix the problem.
Nevermind, it does!
Just had the line duplicated in the fsproj and the props file
fsproj
props
I hotfixed it with merging the content of the two PackageTags list and consistently using ;
;
This works both for Fable.Package.SDK and nuget
No branches or pull requests
Error message:
Even though
Looking at this without any idea and just testing around in a regex tester:
Are the brackets around the fable targets too much?
The text was updated successfully, but these errors were encountered: