Contributing to Uno Platform #18432
-
I'm trying to solve an issue, for that I need to add a helper static class to the Uno.UI.Helper namespace and some modifications to each Uno.UI.Runtime.Skia.xxx projects. My <UnoTargetFrameworkOverride>net8.0</UnoTargetFrameworkOverride>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<!--<OptimizeImplicitlyTriggeredBuild>true</OptimizeImplicitlyTriggeredBuild>-->
<UnoNugetOverrideVersion>5.5.0-dev.82</UnoNugetOverrideVersion> First I opened According to the output my nuget cache has been overridden:
Next I created a new Uno project, setting Having a look at my nuget cache:
The library has not been updated, today is 10/10/2024. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Now I'm noticing that is using Where should I add my class to get a new |
Beta Was this translation helpful? Give feedback.
@mcNets It looks like this issue is caused by a mismatch between the Uno.Sdk and Uno.WinUI versions. In your case, to override Sdk 5.5.0-dev.82, you will need to do:
You can find the corresponding versions here.