Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playground.Mac project build failing #4332

Open
1 of 7 tasks
yannleprovost opened this issue Nov 30, 2021 · 0 comments
Open
1 of 7 tasks

Playground.Mac project build failing #4332

yannleprovost opened this issue Nov 30, 2021 · 0 comments

Comments

@yannleprovost
Copy link
Contributor

馃敊 Regression

Projects/Playground/Playground.Mac/Playground.Mac.csproj fails to build.
AppDelegate.cs and Setup.cs need adaptations

Old (and correct) behavior

Playground.Mac project builds and run fine

Current behavior

Build fails with errors:

/Users/yann/Projects/MvvmCross/Projects/Playground/Playground.Mac/AppDelegate.cs(11,18,11,29): error CS0310: 'MvxMacSetup<App>' must be a non-abstract type with a public parameterless constructor in order to use it as parameter 'TMvxMacSetup' in the generic type or method 'MvxApplicationDelegate<TMvxMacSetup, TApplication>'
/Users/yann/Projects/MvvmCross/Projects/Playground/Playground.Mac/Setup.cs(8,18,8,23): error CS0534: 'Setup' does not implement inherited abstract member 'MvxSetup.CreateLogFactory()'
/Users/yann/Projects/MvvmCross/Projects/Playground/Playground.Mac/Setup.cs(8,18,8,23): error CS0534: 'Setup' does not implement inherited abstract member 'MvxSetup.CreateLogProvider()'

Reproduction steps

Build Playground.Mac project under VS for Mac

Configuration

Version: develop branch commit a344bda

Platform:

  • 馃摫 iOS
  • 馃 Android
  • 馃弫 WPF
  • 馃寧 UWP
  • 馃崕 MacOS
  • 馃摵 tvOS
  • 馃悞 Xamarin.Forms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant