Coder Social home page Coder Social logo

Comments (4)

StefanKoell avatar StefanKoell commented on June 24, 2024

I think I know what's going on. The markup extension is named SymbolIconExtension and then there's the class SymbolIcon. I guess the issue is that the XAML compiler has a "convention" which makes markup extensions available in XAML without the need to provide the ...Extension suffix (if you name that class using the Extension suffix. So it seems after removing the suffix, we end up with two identical class names which gets the XAML compiler confused.

from fluenticons.

davidxuang avatar davidxuang commented on June 24, 2024

I think I know what's going on. The markup extension is named SymbolIconExtension and then there's the class SymbolIcon. I guess the issue is that the XAML compiler has a "convention" which makes markup extensions available in XAML without the need to provide the ...Extension suffix (if you name that class using the Extension suffix. So it seems after removing the suffix, we end up with two identical class names which gets the XAML compiler confused.

Markup Extensions were added just this release, so your code did work for 1.1.240?

from fluenticons.

StefanKoell avatar StefanKoell commented on June 24, 2024

I can't really tell because I just started with styling and didn't do it before I used the markup extensions.
I'm currently investigating and let you know tomorrow. Maybe I can also create a PR.

from fluenticons.

StefanKoell avatar StefanKoell commented on June 24, 2024

Hi David!

I found a couple of issues which prevented style selectors to set property values. See #11

Would be great if you can accept the PR. If you want me to change anything, let me know.

cheers,
Stefan

from fluenticons.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.