AppHost: Support for .NET Core targeting apps
Open
@AArnott is already working on this.
Since Feb 17, 2019.
enhancement
- Dominant language
- C#
- Stars
- 464
- Forks
- 93
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 13
Description
When AppHost is installed in a .NET Core targeting application, it fails to scan the $(TargetPath) assembly because it can't load the System.Runtime ref assembly (at least when the MSBuild task runs on .NET Framework).
I suspect the fix for this is to teach the MSBuild Task where to find the .NET Framework runtime version of System.Runtime and load that.
Also: add the right package dependencies to the AppHost package for the other frameworks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.