dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
746 stars 271 forks source link

Added `IQueryable<T>` to AV1130 #259

Closed bkoelman closed 2 years ago

bkoelman commented 2 years ago

Related to the discussion at https://github.com/bkoelman/CSharpGuidelinesAnalyzer/issues/129.

dennisdoomen commented 2 years ago

Thanks