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

Target .NET 4.5.1 #22

Merged
merged 2 commits into from
May 26, 2016
Merged

Target .NET 4.5.1 #22

merged 2 commits into from
May 26, 2016

Conversation

walro
Copy link
Contributor

@walro walro commented May 26, 2016

Close #21.

@walro
Copy link
Contributor Author

walro commented May 26, 2016

I'll try get Travis in too.

@walro
Copy link
Contributor Author

walro commented May 26, 2016

I'll try get Travis in too.

It's troublesome for these reasons:

  • We pre-generate the serialization assembly with sgen.exe (sgen is available in mono), we need to write a smarter post build event or skip it completely.
  • We are testing with MSTest which is not supported by mono, porting to NUnit should be fairly straight-forward though.
  • We are create a NuGet package on each build (also a post build event), using PowerShell which for obvious reasons will not work :)

I'll create follow-up issues concerning these things.

@walro
Copy link
Contributor Author

walro commented May 26, 2016

I'll create follow-up issues concerning these things.

#20, #23, #24

@walro walro merged commit 50263e0 into master May 26, 2016
@walro walro deleted the issue/21/target-dotnet-45 branch May 26, 2016 15:14
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.

1 participant