Portability
Last updated
Was this helpful?
Last updated
Was this helpful?
Our conversion tool supports . This allow your converted solution to be compiled and executed on any platform supported by .NET 5.
NOTE: Some clients might be interested in performing a "Double Jump Migration" (and application migrated first with the VBUC or from VBNet). This is totally possible but there are some additional considerations, please contact us for further information on this scenarios.
Node js 14.x, you can find a guide according your Linux OS .
DotNet SDK version 8.0, you can find a guide to install it according your Linux OS .
DotNet runtime support with AspNet, version 5.0, you can find a guide to install it according your Linux OS .
Compile your angular site:
a. Open a terminal
b. Go to the angular's folder location.
c. npm config set "@mobilize:registry" ""
d. npm config set registry
e. Execute npm install
f. Execute npm run build
Go to your main project and Execute dotnet run --project .csproj
Compile your angular site:
a. Open a terminal
b. Go to the angular's folder location.
e. Execute npm install --force
f. Execute npm run build
Go to your main project and Execute dotnet run --project .csproj
Note: To ensure your installed version of DotNet SDK and runtime support, you can execute the following commands: dotnet --list-runtimes
and dotnet --list-sdks
.The result of those command should be dotnet runtime, sdk and AspNet listed with version 5.
Node js 16.x, you can find a guide according your MAC OS .
DotNet SDK version 6.0 and 8.0, you can find a guide to install it according your MAC OS .
DotNet runtime support with AspNet, version 5.0, you can find a guide to install it according your MAC OS .
c. npm config set "@mobilize:registry" ""
d. npm config set registry