Jasmin Savard
Jasmin Savard
What is .NET code these days? Typescript with Vue.js or anything else is C# syntax like too ... I need to take a deeper look later on and review this...
Cool one. Storing ContentItems as single files containing JSON directly.
The only thing I remember is that it will store the Documents that we store in a Database in a file storage instead. Making it abstract so that it can...
Already tagged to "Need triage".
Simply that we need to decide if we take it for current next release or not. Does it creates any breaking changes and else ...
The fix is questionnable. Needs investigation.
Take note though that Tailwind is pure CSS and that means that we eventually drop usage of SASS. It is not recommended to use a pre-processor and a post-processor at...
Good question. Normally it should not. I never saw this execute twice yet. Maybe something has changed. If we index multiple times then it is a strong performance issue.
hmm, ok, so the CI uses some Powershell scripts from Lombiq repository which builds with .NET 8.0.301. This means that it needs to be changed there if we want to...
Remaining CI issue is about Code Analysis IDE0055 formatting rule. https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0055 Did not find how to fix this one. I'm not sure where the Analysis configuration file is to disable...