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

Unify .NET Core & .NET projects #22

Open
qmfrederik opened this issue Oct 26, 2017 · 2 comments
Open

Unify .NET Core & .NET projects #22

qmfrederik opened this issue Oct 26, 2017 · 2 comments

Comments

@qmfrederik
Copy link
Contributor

Currently there are two separate projects, one for "Desktop" .NET and one for .NET Core. As a result, the build also outputs two separate NuGet packages.

We should try to unify that.

@qmfrederik
Copy link
Contributor Author

I may have a stab at this in the future, no promises though ;-)

@ygoe
Copy link

ygoe commented Oct 9, 2018

I can't get this to work. I've added the existing MasterDevs.ChromeDevTools.Core.csproj file to the solution and tried to build it. It fails with a compiler error:

  • CS0656
  • Der vom Compiler angeforderte Member "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create" fehlt.
  • MasterDevs.ChromeDevTools.Core(netstandard1.5)
  • C:\Source\Experiments\ChromeDevTools\source\ChromeDevTools\ChromeSession.cs
  • Line 142

The project looks as if it wants to include parts of the .NET Framework. I'm wondering if this will work on a Linux machine with .NET Core 2.1?

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