microsoft/dotnet-podcasts

Main branch does not build

HakamFostok opened this issue · 1 comments

Hello I pull the latest of the main branch and I am using VS preview 17.3
I had installed the Maui workload successfuly,

but the project simply does not build because of the lack of the namesapces

There are a lot of comments which is saying

/* Unmerged change from project 'Microsoft.NetConf2021.Maui (net6.0-ios)'
Before:
using Android.Media.Session;
After:
using Microsoft.Maui.Platform;
*/

are those conflicts solved in another branch?
When those conflicts will be solved?

Thank you very much, I appreciate it

UPDATE
I switched to maui-p13 branch and the the situation is better there, but still can not build the project becuase of some namespaces that does not exists

Make sure that you have updated to Preview 14 in Visual Studio 2022 17.2 Preview 2.1

It is building here for me.