Jensen

Results 5 issues of Jensen

In the AsyncGuidance document, there's a section that states that [`async/await` is preferred over directly returning `Task`](https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task). In his talk [Correcting Common Async/Await Mistakes in .NET](https://youtu.be/J0mcYVxJEl0), Brandon Minnick advises to...

**Is your feature request related to a problem? Please describe.** When using the `default-base` theme, I expected it to leave everything alone and just theme the Radzen components, but it's...

The CsvTools NuGet package is not signed which results in a build error: `Referenced assembly does not have a strong name`. Because all our libraries are signed (and therefore have...

### The problem To me this is a similar issue as https://github.com/home-assistant/core/issues/84671. When trying to save an effect for a Hue light in a scene, the effect is not saved...

integration: scene

After upgrading one of our projects from .NET Core 3.1 to .NET 8 we were seeing a performance issue when using a Radzen data grid that is loaded or sorted...

bug