eShopOnWeb_VB.NET icon indicating copy to clipboard operation
eShopOnWeb_VB.NET copied to clipboard

Roadmap to .NET 6.0?

Open benyaminl opened this issue 3 years ago • 4 comments

Hello, I want to ask, is there any possibility to move to .NET Core 6.0?

benyaminl avatar Mar 20 '22 11:03 benyaminl

@benyaminl I updated Vazor to .NEt 6, and tried to do the same for eShopeOnWeb, but faced some issues with old NuGet dependancies. I managed to solve them, and the app runs, but some functions are not working as expected, so, I delayed publishing it untill I trace the code and see what happened. Another possible path, is to re-translate the c# eShopOnWeb as they certainlly avoided the old NuGets. But, I have no time to do any of these right now. You can try to do it yourself. Thanks.

VBAndCs avatar Mar 20 '22 15:03 VBAndCs

@VBAndCs Okay sire, I will wait for the project restore :D

~~Anyway have you been able to find/view the views? I stuck on it, other capability works as expected.~~

I fix it using https://stackoverflow.com/a/65283057/4906348 and https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/

I will try Vazor after this, seems the future of VB.NET Will be bright if there are a lot of people working together.

see https://github.com/benyaminl/dotnet-mvc-vb/commit/6dc9daabb836bb42abcc1a7b23c2132a17f2da5a

benyaminl avatar Mar 20 '22 20:03 benyaminl

@VBAndCs Is that possible for us common developer really re-implement vbhtml to .net core like vbhtml on .NET Framework?? Or because it's not possible, so you approach it using zml and vbxml.vb?

benyaminl avatar Mar 21 '22 06:03 benyaminl

@benyaminl Here is an effort in this direction: https://tqdev.com/2022-web-development-in-visual-basic-net-6

VBAndCs avatar Sep 16 '22 16:09 VBAndCs