You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2018. It is now read-only.
Currently the .nuspec file in the project template is encoded in UTF-16LE. This wouldn't be a problem, except that git diff seems unable to work with this encoding (it considers the file as binary). Unless there is a compelling reason to use UTF-16, I suggest using UTF-8 instead.
The text was updated successfully, but these errors were encountered:
lmagyar
pushed a commit
to lmagyar/NuBuild
that referenced
this issue
May 24, 2014
- Supporting .Net451, .Net452, SL40WP70 and SL40WP71 projects
- Default TargetFrameworkVersion is 4.0 to properly support VS2010
- supporting PreBuildEvent and PostBuildEvent brentspell#39 (transform on build is
removed)
- .nuspec templates are UTF-8 brentspell#52
- VSSDK.Shell.10 NuGet package is added to Package.csproj to properly
build for VS2010 under VS2012
- NuGet.Core updated from 2.8.0 to 2.8.1
- Proper handling of OutputPath and OutDir properties in NuBuild.targets
- detailed error messages during build
Issues:
- serialization exception during VS2010 build
- automatic dependency calculation screws up with mixed SL40WP7x project
types
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the .nuspec file in the project template is encoded in UTF-16LE. This wouldn't be a problem, except that
git diff
seems unable to work with this encoding (it considers the file as binary). Unless there is a compelling reason to use UTF-16, I suggest using UTF-8 instead.The text was updated successfully, but these errors were encountered: