Skip to content

Fuse version 1.0.0 #5

Description

@argsalmeida

I can't seem to make this work with fuse 1.0.0.

../Google.Analytics/Google.Analytics.uno(188.34): E3114: There is no identifier named 'ApplicationState' accessible in this scope. Did you mean 'ApplicationState' (as in Fuse.Platform.ApplicationState) or 'ApplicationState' (as in Uno.Platform.ApplicationState)? For example, try adding 'using Fuse.Platform;' to the top of the code file. Could you be missing a package reference?

I add using Uno.Plataform;

Then I build/preview it again and

../Google.Analytics/JS.uno(26.13): E3109: 'Resource' is ambiguous
Candidates are: Uno.UX.Resource
                Fuse.Reactive.Resource
/Users/anaalmeida/Downloads/fuse-google-analytics-master/Google.Analytics/JS.uno(26,14): Error E3109: 'Resource' is ambiguous
Candidates are: Uno.UX.Resource
                Fuse.Reactive.Resource
../Google.Analytics/JS.uno(33.27): E3105: Uno.Platform2 does not contain type or namespace 'Application'. Could you be missing a package reference?
/Users/anaalmeida/Downloads/fuse-google-analytics-master/Google.Analytics/JS.uno(33,28): Error E3105: Uno.Platform2 does not contain type or namespace 'Application'. Could you be missing a package reference?
(1.4 s)

Changed the line 26 from Resource.SetGlobalKey(_instance = this, "Google/Analytics"); to Uno.UX.Resource.SetGlobalKey(_instance = this, "Google/Analytics");

But don't know what to do with the other error.

Can you take a look at it please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions