[ 
https://issues.apache.org/jira/browse/AVRO-3469?focusedWorklogId=747242&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-747242
 ]

ASF GitHub Bot logged work on AVRO-3469:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Mar/22 14:05
            Start Date: 24/Mar/22 14:05
    Worklog Time Spent: 10m 
      Work Description: martin-g commented on a change in pull request #1621:
URL: https://github.com/apache/avro/pull/1621#discussion_r834344734



##########
File path: .github/workflows/test-lang-csharp.yml
##########
@@ -63,6 +63,19 @@ jobs:
       - name: Test
         run: ./build.sh test
 
+      # Build and test against .NET 7
+      # .NET 7 is not released yet, however this is a good way to test if the 
project is ready for the release
+      # Once .NET 7 is officially released, this can be removed and 7.0.x can 
be used instead above
+      - name: Install .NET SDK 7.0 (pre-release)
+        uses: actions/setup-dotnet@v1
+        with:
+          include-prerelease: true
+          dotnet-version: |

Review comment:
       How does this work now ?!
   For Java SDK we use the `matrix`, so there are N executions of the job. Here 
at lines 49-51 I see that 3.x, 5.x and 6.x are installed in one step. Then at 
line 64 the tests are executed. How do they know which .NET version to use in 
the single job?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 747242)
    Remaining Estimate: 23.5h  (was: 23h 40m)
            Time Spent: 0.5h  (was: 20m)

> Build and test using .NET SDK 7.0 in guthub action
> --------------------------------------------------
>
>                 Key: AVRO-3469
>                 URL: https://issues.apache.org/jira/browse/AVRO-3469
>             Project: Apache Avro
>          Issue Type: Improvement
>            Reporter: Zoltan Csizmadia
>            Priority: Major
>              Labels: pull-request-available
>   Original Estimate: 24h
>          Time Spent: 0.5h
>  Remaining Estimate: 23.5h
>
> .NET 7.0 previews are released. Lets put the building and testin on the radar 
> to make sure that the project is 100% ready for the November release of .NET 
> 7.0



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to