thompson-tomo commented on issue #2892:
URL: https://github.com/apache/arrow-adbc/issues/2892#issuecomment-2919383083

   > I don't think the disadvantages of using two different versions for two 
different targets are outweighed by the small advantages of not shipping a 
~600KB assembly (and possibly being able to skip JIT for a project which isn't 
using ReadyToRun or AOT). 
   
   The advantages are not so much about the shipping size but more so about CVE 
mitigation, reducing chance of conflicts in version resolution which has 
occurred in a number of projects hence it is best if you can rely on the 
framework version to do that. Which is what I am proposing.
   
   > What would happen if we wanted to use a newer feature that was in the .NET 
10 implementation while we still support a .NET 8 target? Would someone then 
complain it was a breaking change if we went back to needing the dependency?
   
   Add the explicit STJ dependency for net 8 but not the net 10 when it is 
available.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to