Vianney de Bellabre
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
See https://github.com/green-code-initiative/ecoCode-csharp/issues/36 Contribution from @GregoireBo
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...