Я клонировал проект Xamarin из нашего репозитория github.
Когда я строю решение, я получаю более 1000 ошибок.
Я могу создать новый проект Xamarin, что означает, что все необходимые пакеты установлены. И никто в моей команде не получает ошибок при построении решения.
Как узнать, чего тогда не хватает?
Вот несколько ошибок из лота -
The type or namespace name 'Xamarin' could not be found(are you missing a using directive or an assembly reference?
The type or namespace name 'DatePicker' could not be found(are you missing a using directive or an assembly reference?)
The type or namespace name 'BindableProperty' could not be found(are you missing a using directive or an assembly reference?)
The type or namespace name 'AppCenter' could not be found(are you missing a using directive or an assembly reference?)
The type or namespace name 'DateChangedEventArgs' could not be found(are you missing a using directive or an assembly reference?)