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/02/25 11:37:00 UTC

[jira] [Issue Comment Deleted] (IGNITE-14208) .NET: Examples multi targeting

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

Pavel Tupitsyn updated IGNITE-14208:
------------------------------------
    Comment: was deleted

(was: {panel:title=Branch: [pull/8827/head] Base: [master] : Possible Blockers (7)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Control Utility{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=5891252]]
* IgniteControlUtilityTestSuite: GridCommandHandlerIndexingClusterByClassTest.testValidateIndexesWithCrcNoErrors - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteControlUtilityTestSuite: GridCommandHandlerIndexingClusterByClassTest.testCacheValidateIndexesPassEmptyCacheList - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Cache (Restarts) 1{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5891211]]

{color:#d04437}SPI{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5891188]]
* IgniteSpiTestSuite: IgniteDiscoveryMassiveNodeFailTest.testMassiveFail - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Cache 6{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5891219]]

{color:#d04437}PDS (Indexing){color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5891227]]

{color:#d04437}Cache 1{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5891214]]
* IgniteBinaryCacheTestSuite: CacheWithDifferentDataRegionConfigurationTest.firstNodeHasDefaultAndSecondWithTwoRegionsDefaultAndPersistenceAcceptable - Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/8827/head] Base: [master] : No new tests found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5891260&amp;buildTypeId=IgniteTests24Java8_RunAll])

> .NET: Examples multi targeting
> ------------------------------
>
>                 Key: IGNITE-14208
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14208
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.11
>
>   Original Estimate: 1h
>          Time Spent: 0.5h
>  Remaining Estimate: 0.5h
>
> Currently examples require .NET SDK 2.1, which is quite old. Users are more likely to have .NET Core 3.1 or .NET 5 installed.
> Fix example projects and replace 
> {code}
> <TargetFramework>netcoreapp2.1</TargetFramework>
> {code}
> with 
> {code}
> <TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5</TargetFrameworks>
> {code}



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