Glen

Results 143 issues of Glen

Summary of the changes (Less than 80 chars) - Fixed tests affected by missing schema descriptions by adding descriptions to the types.

🌶️ hot chocolate

Summary of the changes (Less than 80 chars) - Applied limit to IQueryables in `FirstOrDefaultMiddleware` and `SingleOrDefaultMiddleware`. - Take(1) for FirstOrDefault. - Take(2) for SingleOrDefault. Closes #5566 --- Notes: -...

🌶️ hot chocolate

### Product Strawberry Shake ### Is your feature request related to a problem? I'd like to execute GraphQL requests between "services"/"modules", either in-process (`IRequestExecutor`) or out-of-process (over HTTP), while making...

🎉 enhancement
🌶️ strawberry shake

### Product Hot Chocolate ### Is your feature request related to a problem? It is difficult (if not impossible) to apply paging, projection, filtering, and sorting outside of a Web/UI...

🎉 enhancement
🌶️ hot chocolate
Area: Data

See also: https://github.com/Semantic-Org/Semantic-UI/issues/2121#issuecomment-93511130 Screenshot: http://ctrlv.in/559787

Confirmed Bug
Low Priority
stale

**Example** Entity method: ```cs public static User Register( UserId id, IUniqueUsername uniqueUsername, IUniqueEmailAddress uniqueEmailAddress) { /* ... */ } ``` Public interfaces: ```cs public interface IUniqueUsername { public string Value...

### Describe the feature It's currently possible to do something like this: ```cs [ValueObject] public readonly partial struct ArticleId { private static Validation Validate(int value) => IdValidator.IsValid(value); } [ValueObject] public...

enhancement

Allow primary class constructor parameters to only be used to initialize fields/properties, and not inside methods. Since: - They cannot be made read-only. - It's not ideal for them to...

Feature Request
Area-Analyzers

When enabling [InvariantGlobalization](https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md) (which I believe is now the default in API/gRPC/Worker project templates), the library fails with: ``` System.Globalization.CultureNotFoundException : Only the invariant culture is supported in globalization-invariant mode....

## Consider making the IdP Link and Unlink webhooks transactional ### Description Is there any reason why these hooks are non-transactional? If you want to sync the data to an...

enhancement