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

Tell user about required ClangSharp.Pathogen support packages at compile time #229

Open
PathogenDavid opened this issue Dec 8, 2021 · 0 comments
Labels
Concept-CrossPlatform Issues concerning cross-platform support RelativelySmall Issues that are relatively small and could be good candidates for someone's first issue.

Comments

@PathogenDavid
Copy link
Member

If you're trying to use Biohazrd on a platform besides Windows x64 or Linux x64, you need to install an additional ClangSharp.Pathogen runtime support package for your platform. Biohazrd automatically tells you which package you're missing at runtime, but it'd be nice if we also used an MSBuild target to tell you at compile time. (We can't automatically add a PackageReference for you because packages which add package references cause really wonky restore behavior.)

@PathogenDavid PathogenDavid added Concept-CrossPlatform Issues concerning cross-platform support RelativelySmall Issues that are relatively small and could be good candidates for someone's first issue. labels Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Concept-CrossPlatform Issues concerning cross-platform support RelativelySmall Issues that are relatively small and could be good candidates for someone's first issue.
Projects
None yet
Development

No branches or pull requests

1 participant