-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Theme] Add support for migrating .NET Framework apps to .NET Core #40078
Comments
Thanks for contacting us. We're moving this issue to the |
Can you guys confirm VB is effectively abandoned for newer .NET? |
We have not abandoned VB in newer versions of .NET. Before .NET Core, ASP.NET stopped supporting VB except for WebAPI (there is no Razor engine). If you are writing web apps there are ways to work around this. Overall the experience of changing to newer .NET is about the same for a C# or VB project. If you have a more specific issue or concern, VS Feedback is one venue you can use for a more focused discussion. |
Is an approach like IISCrossover being considered in scope for this theme? I think this would really help unblock many teams. |
@slang25 we are working on a solution using YARP instead. We'd initially considered IISCrossover, but realized that outside of a few limited scenarios we need to solve the same problems with it that we also run in to with YARP. Given YARP is production-ready, we decided to base our solution on it. |
Is there a tool that you are planning to do this migration or is this going to be only documentation updates |
@VenkateshSrini There's some VS tooling to enable the YARP integration as well as some runtime changes being explored. The list in the first comment contains the areas being explored currently as part of this theme. For more details on them, you can click on the associated link. |
You can use this extension to convert your VB code to C# and then convert it to .NET Core: |
Update: we've just released a preview of this work, with more to come. Here's a blog post with more information (including a video of a BUILD talk about it): https://devblogs.microsoft.com/dotnet/incremental-asp-net-to-asp-net-core-migration/ The work is being done in https://github.com/dotnet/systemweb-adapters so please file your issues/requests about it there. I'll close this issue now. |
This issue tracks several related items involved in our ongoing effort to help migrate .NET Framework apps to .NET Core.
Details
TBD
Issues
The text was updated successfully, but these errors were encountered: