-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I started to do what the Getting started paragraph told me, but already ended with an issue.
To Reproduce
Steps to reproduce the behavior:
- Create a MAUI project
- Add the JSON file (optional)
- Add the Matomo.Maui Nuget
- Add the
.UseMatomo()
line - See the error:
'MauiAppBuilder' does not contain a definition for 'UseMatomo' and no accessible extension method 'UseMatomo' accepting a first argument of type 'MauiAppBuilder' could be found (are you missing a using directive or an assembly reference?)
Repro repo can be found here: https://github.com/NJullienSweet/MauiMatomoTest
Expected behavior
The .UseMatomo()
line shouldn't have an error.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working