JulioMunozc

Results 2 comments of JulioMunozc

Quick question @andrueastman, I used the Microsoft.Graph.Core version 2.0.8 to make custom queries as a generic way using something like: ```c# var request = new HttpRequestMessage(method, url) request.Headers.Add("Prefer", "HonorNonIndexedQueriesWarningMayFailRandomly"); ....

Thank you so much for the response @andrueastman, it works for me 😄