-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
C# bindings on .NET core 3.1 #2273
Conversation
Updated dependencies (VS 2019): PlatformToolset to v142 WindowsTargetPlatformVersion to 10.0 boost to 1.71.0.0 boost_program_options-vc141 to boost_program_options-vc142 1.71.0.0 boost_unit_test_framework-vc141 to boost_unit_test_framework-vc142 1.71.0.0
vw_common.csproj -> vw_common_netcore.csproj vw_clr.vcxproj -> vw_netcore.vcxproj
vw_netcore: removed zlib x86
cs_console -> netcore_console cs_parallel -> netcore_parallel cs_json -> netcore_json simulator -> simulator_netcore
cs_testcommon -> netcore_testcommon.csproj cs_unittest -> netcore_unittest.csproj
cs_test -> netcore_test.csproj
vw_common.csproj to target both net452 and netcore3.1 vw_common_netcore.csproj deprecated and removed
netcore_json.csproj deprecated and removed
netcore_parallel.csproj deprecated and removed
…h net452 and netcore3.1
@marat-turaev Any updates on this? I guess this is in pretty good shape for a re-review. |
Yes, this PR is open for review. |
# Conflicts: # vowpalwabbit/vw_core.vcxproj
Still working on reviewing this. Going to first see if I can understand what is causing Windows CI to fail. |
Due to this VS 16.5 bug: https://developercommunity.visualstudio.com/content/problem/900965/vs-165-preview-20-problem-with-make-heap-unchecked.html It's fixed with 16.6, builds ok with preview version: https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview |
This pull request introduces 6 alerts when merging 9846721 into 19fda26 - view on LGTM.com new alerts:
|
This pull request fixes 6 alerts when merging be2a5a1 into fb8ca3c - view on LGTM.com fixed alerts:
|
Are there plans on merging this? I'd be also interested in it to enable .NET core support for a project that takes VW as a dependency. |
+1 interest |
Closing as completed via #3969 |
PR for #2272: