[PR #2169] [CLOSED] Error in the case where a non-generic class #3110

Open
opened 2026-01-29 18:21:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2169
Author: @GioeEng
Created: 5/23/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 5679e40 Error in the case where a non-generic class still implements the IDictionary<,> or IDictionary interface.

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/QueryableExtension.cs (+2 -2)

📄 Description

If a class is not generic but still implements the IDictionary<,> or IDictionary interface, the previous line of code would not work correctly.

For example, with a class like:

public class NonGeneric : IDictionary<string,object>
{
    // ... implementation ...
}

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/2169 **Author:** [@GioeEng](https://github.com/GioeEng) **Created:** 5/23/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5679e40`](https://github.com/radzenhq/radzen-blazor/commit/5679e40793b548f1bfe755cc6c1c144ae677c893) Error in the case where a non-generic class still implements the IDictionary<,> or IDictionary interface. ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/QueryableExtension.cs` (+2 -2) </details> ### 📄 Description If a class is not generic but still implements the IDictionary<,> or IDictionary interface, the previous line of code would not work correctly. For example, with a class like: ``` public class NonGeneric : IDictionary<string,object> { // ... implementation ... } ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:21:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#3110