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

TipCalc Tutorial - error at RegisterSetupType #4344

Open
1 of 7 tasks
suc-sgor opened this issue Dec 14, 2021 · 1 comment
Open
1 of 7 tasks

TipCalc Tutorial - error at RegisterSetupType #4344

suc-sgor opened this issue Dec 14, 2021 · 1 comment

Comments

@suc-sgor
Copy link

suc-sgor commented Dec 14, 2021

馃悰 Bug Report

Following the tutorial the code has an error at this Line:
this.RegisterSetupType<MvxWpfSetup<Core.App>>();

Changing it to this.RegisterSetupType<Setup>() solves the problem.
(setup.cs taken from https://github.com/MvvmCross/MvvmCross-Samples/blob/master/TipCalc/TipCalc.WPF/Setup.cs)

Expected behavior

Code should compile without error or documentation should be changed.

Reproduction steps

Configuration

Version: 8.0.2

Platform:

  • 馃摫 iOS
  • 馃 Android
  • 馃弫 WPF
  • 馃寧 UWP
  • 馃崕 MacOS
  • 馃摵 tvOS
  • 馃悞 Xamarin.Forms
@dzalf
Copy link

dzalf commented May 26, 2022

Facing the same issue.

However, I still get an error in the Setup.cs file in line 20 .WriteTo.Trace():

image

I have installed Serilog and Serilog.Extensions via Nuget. What am I missing?

Also, why are these packages necessary? Why do we need to implement a logger?

Cheers

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

2 participants