Vianney de Bellabre

Results 4 issues of Vianney de Bellabre

HLQ004 points out that a value passed by `ref `or `ref readonly` should be fetched as such, but this should not apply to methods with `yield return` as it is...

See https://github.com/green-code-initiative/ecoCode-csharp/issues/42

:rocket: enhancement
:card_file_box: rule
csharp

See https://github.com/green-code-initiative/ecoCode-csharp/issues/36 Contribution from @GregoireBo

:rocket: enhancement
:card_file_box: rule
csharp

With the Microsoft Graph API we get multiple request rate limits, for example 350 every 10s + 10000 every hour. It's possible to create 2 limiters and check both, but...