Add support for COMReference items on .NET Core
Open
.NET Core
Area: Tasks
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 139
Description
### Steps to reproduce
The following [COM sample](https://github.com/dotnet/samples/tree/master/core/extensions/ExcelDemo) doesn't build from the `dotnet` command. It only builds from within Visual Studio.
Command line
```
dotnet build ExcelDemo.csproj
```
### Expected behavior
The project should build
### Actual behavior
There is a failure to find the `ResolveComReferences` task.
See dotnet/core#2104
See dotnet/samples#487
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.