ITDancer13
ITDancer13
We have two open PRs tagged with version 2.5. Should we (@Biarity, @hasanmanzak, @a-patel) handle them ourselves as the author didn't respond yet or should we release version 2.5 without...
I realized that sample project "StreetlightsAPI" seems to be broken. Repro Steps: - Download main branch and start StreetlightsAPI - Try to access /asyncapi/ui Result: Empty page and dev console...
The Lazy-Loading or Loading of the navigation properties in general is not working properly. I used your tutorial from your wiki-page to create the model and the database. All worked...
* update TargetFramework to net6 as net5 is outdated * update package references
I've got some use cases where I need to know which file is currently handled by a custom processor. Unfortunately the filename is not passed but it's almost there (see...
At the moment the following statement prevents that items are dragged from a TreeDataGrid as soon as the source is stored. `var allowedEffects = AutoDragDropRows && !_source.IsSorted ? DragDropEffects.Move :...
Support for AzurePipelines is improved. Built-in steps NuGetAuthenticate (https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-authenticate-v1?view=azure-pipelines) and NpmAuthenticate (https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/npm-authenticate-v0?view=azure-pipelines) can be activated at the AzurePipelinesAttribute. This change simplifies working with private feeds in Azure DevOps. I confirm...
Add IsPassword to InputParams and use to show a password input instead of regular text input