Skip to content
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

next-assembly-info-files #316

Closed
wants to merge 5 commits into from

Conversation

njlr
Copy link
Contributor

@njlr njlr commented Nov 12, 2022

This PR adds a new attribute to the DotnetAssemblyInfo provider called files, which is all of the files in the package. This is ground-work for building a rules_fable.

Fable will attempt to "crack" a Nuget package by starting from a referenced DLL and walking up the directory tree till a nuspec file is found. Then it will try to collect any fs, fsi and fsproj files in that sub-tree. To support Fable without major modifications, it is easiest to give all package files as inputs to the Bazel action.

Details here: https://github.com/fable-compiler/Fable/blob/main/src/Fable.Cli/ProjectCracker.fs

@njlr
Copy link
Contributor Author

njlr commented Oct 4, 2024

#455

@njlr njlr closed this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant