Anders Bjerner

Results 86 comments of Anders Bjerner

Hi @rpjengaard Just to follow up on this issue: - **Option to export all redirets for a specific website** This is now possible via the [**Skybrud Redirects Import**](https://github.com/skybrud/Skybrud.Umbraco.Redirects.Import) package. It...

It's probably worth arguing whether the attributes for nullability should always be 100% correct, or just be somewhat correct. You could have a scenario where a property isn't initially mandatory,...

I think is somewhat normal/standard to include the assembly name and version in auto-generated. Microsoft does something similar for some of their tools. But I can see why it might...

@jasonhilldm please remember to provide more than the bare minimum of information. Like what version of Umbraco and the package you're using. And what you're trying to do.

I'd imagine there are certain things that won't work when using the package outside of Umbraco. Eg. when working with a .NET frontend in a headless setup. To answer your...

I haven't used Heartcore, but I'm fairly certain there isn't a package that provides strongly typed models outside of Umbraco. But you should be able to copy Umbraco's build in...

This depends a lot of the rest of your code around the grid. I think it should be possible to handle via a custom JSON converter for the grid control....

Hi @FransLammers I missed this issue, so sorry for the late reply. If I remember correctly, I based the method of similar logic in Umbraco own source code. It seems...

Maybe going our on a limb, but could you try checking the `umbracoDomains` in the database? The `domainDefaultLanguage` column references languages in the `umbracoLanguage` table. Does all the `domainDefaultLanguage` IDs...

Works fine with SQL Server, so seems to be an issue with SQLite 😮