fable-compiler / Fable.Package.SDK

MIT License
3 stars 0 forks source link

Add support for femto #2

Open MangelMaxime opened 1 month ago

MangelMaxime commented 1 month ago

If FablePackageType is set to binding and one of the target is supported by Femto then we could try to run femto to validate that the requested version is supported.

In such a case, if femto metadata are missing we can generate a warning inviting people to add these metadata.

MangelMaxime commented 1 month ago

Research about running a tool from MSBuild: