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

Installation issues: incompatible TargetFramework #13

Closed
stefanloerwald opened this issue Sep 21, 2020 · 2 comments
Closed

Installation issues: incompatible TargetFramework #13

stefanloerwald opened this issue Sep 21, 2020 · 2 comments

Comments

@stefanloerwald
Copy link
Member

A common issue people experience is that supposedly the package is incompatible with their projects. This happens because installing the tool via the nuget package manager for a project is possible (because nuget allows it), but not the correct way to install. See Getting started for the correct way of installing this tool.

@elken
Copy link
Contributor

elken commented Sep 21, 2020

Possible to create a LibWebcompiler and have the exe inherit it?

@stefanloerwald
Copy link
Member Author

It is possible to create a nuget package compatible with projects for this, but it would need to be a different nuget package anyway.

I guess the easiest way would be to create a build task that takes care of installing webcompiler and running it, but it would need to come with a few assumptions (e.g. run recursively on wwwroot, but not everbody wants that). To have webcompiler be highly configurable, we would need to have configuration options easily accessible. That's not as trivial with a build task. A config file would be possible, but that would need to be spec'ed and maintained.

So long story short: I'm much more in favor of people reading the Readme or simply come here to be pointed to the Readme.

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

No branches or pull requests

2 participants