You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/07/01 05:12:15 UTC

[GitHub] [incubator-shenyu-client-dotnet] stulzq opened a new issue, #23: [Question] 建议修改对 .NET Framework 4.6.1 的支持,提升 ASP.NET Core 支持版本

stulzq opened a new issue, #23:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/issues/23

   ### Question
   
   ASP.NET Core >= 5 已经不支持 .NET Framework 了,Only run .NET Core。新的 ASP.NET Core 带来了许多特性更改,特别是 3.1->5.0,如果采用多目标框架来支持将会使代码变得复杂,增加了不小的维护成本,而且 ASP.NET Core <=3.1 已经是比较老的版本了。
   
   如果要支持 .NET Framework 我建议单独维护一个项目(Library)
   
   然后提升类库支持的版本为 .NET 5.0、6.0
   
   如果建议被采纳的话,我可以完成这项工作。
   
   


-- 
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: notifications-unsubscribe@shenyu.apache.org.apache.org

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


[GitHub] [incubator-shenyu-client-dotnet] stulzq closed issue #23: [Question] It is recommended to modify the support for .NET Framework 4.6.1 and upgrade the supported version of ASP.NET Core

Posted by GitBox <gi...@apache.org>.
stulzq closed issue #23: [Question] It is recommended to modify the support for .NET Framework 4.6.1 and upgrade the supported version of ASP.NET Core
URL: https://github.com/apache/incubator-shenyu-client-dotnet/issues/23


-- 
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: notifications-unsubscribe@shenyu.apache.org

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


[GitHub] [incubator-shenyu-client-dotnet] hgaol commented on issue #23: [Question] It is recommended to modify the support for .NET Framework 4.6.1 and upgrade the supported version of ASP.NET Core

Posted by GitBox <gi...@apache.org>.
hgaol commented on issue #23:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/issues/23#issuecomment-1172185972

   Hi @stulzq , thanks for your suggestion! I plan to use `client` project as a common low layer lib project, and provide `asp.net.core` and `asp.net` project (which not implemented yet) which based on it.
   For `asp.net.core`,  it will support asp.net core 3, 5 and 6. For `asp.net` which is aim to support the .net framework project. I think they're not conflict. What's your opinion?


-- 
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: notifications-unsubscribe@shenyu.apache.org

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