Brandon Minnick
Brandon Minnick
FYI - `BaseAnimation` is added in the Animation Behaviors PR: https://github.com/CommunityToolkit/Maui/pull/185/
Ha! It's not abnormal, but yea it's just a compiler-generated file. Let me see if some of the old tricks I used to use for these still work 👍
Cool - I deleted the contents of the file and confirmed it still builds. I also and added it to `.gitignore`. Since the compiler auto-populates the file it's fine to...
Thanks Vijay! Could you add a link to your reproduction sample?
Right on! I'm happy to do it! Feel free to assign it to me 👍
Hey @pictos! Could you follow up on the CI build errors? It's happening on both Windows + macOS. I'm also able to reproduce it locally. > error NU5017: Cannot create...
I'm able to reproduce it using the same command in the CI Pipeline: https://github.com/CommunityToolkit/Maui.Markup/blob/10916e1eeaf6ea92b5bd90c83013e3e9ecf3b26b/azure-pipelines.yml#L240
Thanks Pedro! Let's double-check with @VladislavAntonyuk and @jfversluis who are more familiar with the NuGet part of this CI/CD process. Vlad/Gerald - what do you think? Can we edit this...
Hey @pictos! I figured out that the error was actually a bug that is fixed in .NET 7.0. I updated our Azure Pipelines YAML file, adding .NET `7.0.x` to the...
Dang - never mind. Doing this causes the .NET MAUI Dependencies to appear: I'll revert the CI/CD changes