Copilot
Copilot
Adding tests for Select result binding to structs - [x] Explored repository structure and understood the codebase - [x] Identified that binding tests are missing in select.go - [x] Generated...
Implements subqueries that return a single value, enabling scalar subquery expressions in WHERE/HAVING clauses and comparisons. ## Implementation - **`subquery.go`**: `SubQuery[TOuter, TInner, S]()` function wraps `PluckContext` to create typed subquery...
- [x] Update RedisCachingProviderSettings class to add Username and Password properties - [x] Modify Shared.cs to handle both connection string and username/password authentication - [x] Update RedisCachingProvider.cs to use ConfigurationOptions...
This PR implements a new synchronization feature that automatically removes users from Entra ID groups when their corresponding DNN role memberships have expired. ## Problem Currently, when DNN roles have...
## Issue Users were unable to log in via Azure AD when the `enablePasswordReset="false"` setting was configured in the web.config file. After the user successfully authenticated with Azure credentials, they...
## Background When a role is deleted on EntraID, during the next sync cycle the DNN Local role associated with that role will be deleted. If that role has been...
## Summary Upgraded all 3 example applications to Next.js v15.0.3. - 33 files updated - Build verified successful ## Changes Made **Package Updates (3 examples):** - Next.js: `^14.2.5` → `^15.0.3`...
## Problem During Next.js parallel page generation (`next build`), `StaticRouter` was using static class properties (`LOCALE`, `PAGE_HREF`, `PARAMS`) that are shared globally across all server components. This caused race conditions...
Fixes apt-cache package lookup failures when using nektos/act for local GitHub Actions testing by automatically updating stale APT package lists, with zero performance impact on normal GitHub Actions runs. ##...
## Summary Fixed the issue where APT virtual packages with no concrete providers caused invalid package names to be cached instead of failing with a clear error message. ## Changes...