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

avoiding problem which empty proxy class is created in linux and mac(#355) #357

Merged

Conversation

itn3000
Copy link
Contributor

@itn3000 itn3000 commented Dec 25, 2018

It is because dotnet SDK's msbuild in linux and mac cannot
resolve net4x targetframework.

This fix changes to following behavior in generating project info.

  1. execute dotnet msbuild with output msbuild's binary log
  2. if failed, execute msbuild with output msbuild's binary log
  3. if success with dotnet msbuild or msbuild, analyze binary log
  4. if failed both, throw exception

…essagePack-CSharp#355)

It is because dotnet SDK's msbuild in linux and mac cannot
resolve `net4x` targetframework.

This fix changes to following behavior in generating project info.

1. execute `dotnet msbuild` with output msbuild's binary log
2. if failed, execute `msbuild` with output msbuild's binary log
3. if success with `dotnet msbuild` or `msbuild`, analyze binary log
@neuecc
Copy link
Member

neuecc commented Jan 6, 2019

thanks, great impl!

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

Successfully merging this pull request may close these issues.

None yet

2 participants