zcsizmadia commented on PR #1956:
URL: https://github.com/apache/avro/pull/1956#issuecomment-1339547421

   1. The RollForward seems like an interesting idea to try
   2. Adding support for NET 7 gives advantage for additional unit testing and 
code analytics. I had projects where moving from 6.0 to 7.0 exposed unit test 
faiures, caused by fixes in the .NET runtime libs. E.g. MS fixes issues in 
those librraies, and not backported to earlier major version, and the code 
behaves differently.
   3. AFAIK  System.CodeDom versioning looks similar to the major NET SDk 
version, however they work with previous NET SDKs as well. Just like e.g. 
System.Text.Json. You can use the 7.0 of these liibs with netcoreapp3.1 or 
net5.0. System CodeDom v7+ is not tested against netcoreapp3.1 and net5.0, 
however they will still support it.


-- 
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]

Reply via email to