[
https://issues.apache.org/jira/browse/IGNITE-13286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443762#comment-17443762
]
Pavel Tupitsyn edited comment on IGNITE-13286 at 11/15/21, 10:46 AM:
---------------------------------------------------------------------
Fixed by IGNITE-15504.
was (Author: ptupitsyn):
Fixe by IGNITE-15504.
> .NET: Add true NuGet multi-targeting
> ------------------------------------
>
> Key: IGNITE-13286
> URL: https://issues.apache.org/jira/browse/IGNITE-13286
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
> Fix For: 2.12
>
>
> Right now we pack the same .NET 4.0 dll as `net40` and `netstandard2.0` (see
> nuspec file). While this works well, we can't truly use conditional
> compilation to leverage modern .NET features (e.g. async transaction flow).
> * Fix the build procedure to include true .NET Core assembly into the NuGet
> package
> * Make sure .NET Core tests run on Windows as well as on Linux (update
> TeamCity projects)
> * Fix JVM dll detection (right now Windows Registry is excluded on .NET Core
> - bug)
> * Review all `#if` conditions to make sure we deliver proper code on all
> platforms
--
This message was sent by Atlassian Jira
(v8.20.1#820001)