sillsdev / icu-dotnet

C# wrapper for ICU4C
MIT License
62 stars 32 forks source link

Windows build is broken out of the box #160

Closed papeh closed 2 years ago

papeh commented 2 years ago

Describe the bug

Building the project using the instructions in README.md fails on a fresh clone on Windows using Visual Studio 2019

To Reproduce

ermshiperete commented 2 years ago

It works with the "x64 Native Tools Command Prompt for VS 2019". With "x64_x86 Cross Tools Command Prompt for VS 2019" you can pass /p:Platform="Any CPU" and get a successful build (although some .NET Core 3.1 tests will still fail).

ermshiperete commented 2 years ago

161 contains a fix that makes the instructions from the README.md work again :smiley:

papeh commented 2 years ago

Solved now that we're building with dotnet