You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/10/03 08:27:00 UTC

[jira] [Updated] (IGNITE-15504) .NET: SDK 2.1 is out of support, make sure project can be developed with newer SDKs

     [ https://issues.apache.org/jira/browse/IGNITE-15504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-15504:
------------------------------------
    Description: 
* our projects target netcoreapp2.0
* .NET SDK 2.x versions are out of support

As a result, developers are required to use an out-of-support version of .NET SDK.


.NET Framework Support Policy: https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-framework
.NET Standard Compatibility Table: https://docs.microsoft.com/en-us/dotnet/standard/net-standard

*Action Items:*
* Switch libraries to netstandard2.0
* Switch legacy libraries to the supported version of the .NET Framework
* Switch csproj files to the new SDK-based format
* Fix examples
* Remove all conditional compilation ('#if')


  was:
* our projects target netcoreapp2.0
* .NET SDK 2.x versions are out of support

As a result, developers are required to use an out-of-support version of .NET SDK.


.NET Framework Support Policy: https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-framework
.NET Standard Compatibility Table: https://docs.microsoft.com/en-us/dotnet/standard/net-standard

*Action Items:*
* Switch libraries to netstandard2.0
* Switch legacy libraries to the supported version of the .NET Framework
* Fix examples
* Remove all conditional compilation ('#if')



> .NET: SDK 2.1 is out of support, make sure project can be developed with newer SDKs
> -----------------------------------------------------------------------------------
>
>                 Key: IGNITE-15504
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15504
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>    Affects Versions: 2.11
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Blocker
>              Labels: .NET
>             Fix For: 2.12
>
>
> * our projects target netcoreapp2.0
> * .NET SDK 2.x versions are out of support
> As a result, developers are required to use an out-of-support version of .NET SDK.
> .NET Framework Support Policy: https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-framework
> .NET Standard Compatibility Table: https://docs.microsoft.com/en-us/dotnet/standard/net-standard
> *Action Items:*
> * Switch libraries to netstandard2.0
> * Switch legacy libraries to the supported version of the .NET Framework
> * Switch csproj files to the new SDK-based format
> * Fix examples
> * Remove all conditional compilation ('#if')



--
This message was sent by Atlassian Jira
(v8.3.4#803005)