ReFramework Template doesnt show Cross-Platform compatibility

Hi! Im trying to set up a project to run in a linux machine/docker and i do not see the option “Cross-Platform”

Hi @Joaquin_Bracci

  • Cross-platform - Uses .NET 6 with cross-platform support.

Can you check if your server hast the required .Net version.
Navigate to C:\Program Files\dotnet\shared\Microsoft.NETCore.App
You’ll find folders with names like 6.0.x, which indicate the installed runtime versions.
.NET installed in this directory is already cross-platform capable, as .NET 6 and later versions are designed for cross-platform development.

Studio - About Automation Projects

If you’re not able to access the ‘donet’ folder, ask gpt other ways to review the version (like using cmd, sdk, visual studio).

image

I have these versions

6.0.2
6.0.8
3.1.26

Hi
I was reading the following link for the release 2024.10.X

Studio - 2024.10.1

And found the following

I installed .NET 8, restarted the machine but still its not showing.

@Joaquin_Bracci

Primarily ref is not available for cross platform…

For multiple reasons…like there are jo state machines in studio web or cross paltform

Cheers

Oh yeah Anil, you are right, my bad. It’s not available for Re-Framework

1 Like

Hi Anil thank you!

So state machines are not a thing in cross platform?

I was able to create a cross platform project without using a template, not sure if this will give me problems at runtime.

@Joaquin_Bracci

these are possible using only studio…if you check in studio web you would not see them…

as of now they are not there…and REF is designed for windows and legacy and not for Cross platform as of now

you would not see a normal write rnage workbook activity it would be complete different for cross platform…for reading config you need one…like this there are many challenges…so it was not built as of now…you can try implementing if you want to make a complex cross platform project

cheers

Thank you Anil ! its not the first time you save me haha

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.