nodify-avalonia
nodify-avalonia copied to clipboard
[Question] Examples
Hi! I've started creating a new project out of Playground example. I downloaded the latest release repository, but instead of using the basic Nodify project from that, I moved Nodify.Playground and Nodify.Shared into my repository. After that I've downlaoded NodifyAvalonia via NuGet. Issue is that after I rename the Playground project, it no longer builds:
- Method StartLoopingAnimation is unavailable (it's in internal extensions class).
- In AssemblyInfo.cs ResourceDictionaryLocation is also not available. Is there any way around this? Should I approach my project creation differently?