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

FYI! If your CI servers give errors on build! #29

Closed
egertaia opened this issue Mar 30, 2017 · 0 comments
Closed

FYI! If your CI servers give errors on build! #29

egertaia opened this issue Mar 30, 2017 · 0 comments

Comments

@egertaia
Copy link

egertaia commented Mar 30, 2017

Hi everybody!

As the Wiki page is not working I just thought I'd mention this here, so that the creator of this repository could point it out somewhere.

We are using Messagepack to deserialize and serialize huge amount of data and we ran into problems regarding building them to the tests enviorments.

Errors were that it can't understand that the Attributes are in fact attributes.

To Fix that you have to do two things.

  • Include system.runtime in your csproj ( Reference Include="System.Runtime" )

  • Make sure your build steps are done with visual studio 2013 or higher!

Our problem was that build step was done by visual studio 12 thus resulting in an error.

AArnott added a commit that referenced this issue Mar 11, 2023
Add Expand-Template.cmd stub
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

1 participant