Move to RC3

1 Answer 107 Views
General Discussions
Daniel
Top achievements
Rank 1
Silver
Bronze
Daniel asked on 11 May 2022, 04:50 PM

Hi,

What i need to do in order to move to RC3?

Thanks,

Lance | Senior Manager Technical Support
Telerik team
commented on 11 May 2022, 05:19 PM

Just to be clear, the current version of Telerik UI for MAUI 0.8.0, is not compatible with .NET MAUI RC3.  We have to rebuild everything on top of yesterday's RC3 release. If you want to be notified when 0.9.0 is available (or whatever the next version is), you can click the "Follow" buttonin this feedback portal item.

1 Answer, 1 is accepted

Sort by
0
Lance | Senior Manager Technical Support
Telerik team
answered on 11 May 2022, 04:59 PM

Hello Daniel,

When we release 0.9.0 it will be compiled with RC3. As with all previous prereleases, I cannot give you an exact date when we'll have the next version ready because this is dependent on many factors.

As far as converting your app's custom business logic, you'll need to check with Microsoft's Release notes for that.

In my personal experience, I haven't seen many roadblocks between RC1-RC3... but I strongly recommend that you recreate the project using Microsoft's File > New Project template so that you can get the latest updates and changes in the project structire and compilation targets.

Regards,
Lance | Manager Technical Support
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Daniel
Top achievements
Rank 1
Silver
Bronze
commented on 11 May 2022, 05:34 PM

hi,

In this link:https://devblogs.microsoft.com/dotnet/dotnet-maui-rc-3/

they mentioned the shell, how it will influence when i open new project and copied the files from the rc2 version.

Lance | Senior Manager Technical Support
Telerik team
commented on 11 May 2022, 05:39 PM

I can't provide any guidance for you here, follow Microsoft' instructions about changes. Yes, you can copy files to bring most of the stuff over, but you still need to carefully read the article and follow all the steps that David explains.

This is why I urge caution about spending too much effort on building an app in early preview. You should always budget at least 25% of your time for handling breaking changes between preview and RC releases. Once GA comes out, then you can move forward with confidence.

 

Daniel
Top achievements
Rank 1
Silver
Bronze
commented on 11 May 2022, 06:12 PM

I'm not decided in this issue.
Lance | Senior Manager Technical Support
Telerik team
commented on 11 May 2022, 06:22 PM

At a minimum, I do not recommend updating your developer machine to RC3 until we release Telerik UI for MAUI 0.9.0. Otherwise, you won't be able to build any project that is using Telerik UI for MAUI 0.8.0.

I will be updating this thread once 0.9.0 is available => https://feedback.telerik.com/maui/1564786-a-new-telerik-net-maui-app-preview-progress-created-using-vs2022-17-3-0-preview-1-0-net-maui-rc3-does-not-build 

Daniel
Top achievements
Rank 1
Silver
Bronze
commented on 11 May 2022, 06:26 PM

I meant that I is not my desicion to update on preview.

Of course I'm waiting to your Telerik 9.

Daniel
Top achievements
Rank 1
Silver
Bronze
commented on 15 May 2022, 10:39 AM

Hi,

  1.  Update VS 2022 Preview (to 17.3 Preview 1.0)
  2. -Update .NET MAUI to RC3 (open Powershell and run 'dotnet workload install maui --ignore-failed-sources')
  3. Create new project and copy all files from RC2 to RC3.
  4. Delete that platform folder/target from your project. and comment:

<!--<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion> -->

      5.When I run in debug mode is look ok but when I run without debugging it's crach.

Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Silver
Bronze
Answers by
Lance | Senior Manager Technical Support
Telerik team
Share this question
or