Mike Chambers

Results 59 comments of Mike Chambers

FYI just tested with a cloud project and uda's aren't created by umbraco Deploy either...

I think there is a scenario where folder keys have merit. (much like why node keys are bestpractice UID) package installs a folder, user changes name of if.. package ships...

after a discussion on discord.. the functionality is by design. to stop several packages blowing each other up.. workaround is to hook into the post migration handler.. (fired when all...

Simply that a user installs two packages from different developers at the same time, my packages removes something that the other package relies on and boom we have a fire....

yeah that's the issue though all notifications are suppressed during migrations.. https://discord.com/channels/869656431308189746/1245696446301208616/1245779272493170740 or if you aren't on discord https://discord-chats.umbraco.com/t/18860516/package-developers-i-see-i-can-use

Just checked in UmbForms 16.0.0 on Umb 16.0.0 and the same foible exists.. relative locallinks (content and media) remain relative urls. ![Image](https://github.com/user-attachments/assets/655e8f1b-f76e-4766-9d62-003246fa0df7) ![Image](https://github.com/user-attachments/assets/b3e93f9d-529a-4b9a-93be-36a300befed3) ![Image](https://github.com/user-attachments/assets/8c56b2c1-1a27-4bbc-9f99-802521749c0e)

Also experimented with build targets to make sure that umbraco-package.json matched from `dotnet pack src\YourPackageName\YourPackageName.csproj -c Release /p:Version=0.1.0 -v:d` came up with... ```xml $(Version) $(MSBuildProjectDirectory)\wwwroot\App_Plugins\$(MSBuildProjectName)\umbraco-package.json @(Lines,'$(MSBuildNewLine)') $([System.Text.RegularExpressions.Regex]::Replace($(JoinedContent), '"version"\s*:\s*"[^"]+"', '"version": "$(PackageVersion)"'))...

> If it's a real problem, you're better off deleting them during low-traffic periods (like midnight) using a scheduled task and e.g. the following PowerShell command: `Get-ChildItem -Recurse -Force -Directory...

Thanks for the insight! Though thinking back to the example above.. where i want to add an additional block into a blocklist datatype can uSync do a merge there? Can...