does not contain a definition for 'GetAwaiter'
问题 Im getting the below error with the below set of code, It is erroring on the 'alliancelookup' line, I'm not sure what i'm doing wrong but I couldn't see anything myself. The query im running to crest seems to be running fine but It seems the issue im having is with the Awaiter, I was wondering if there was a way around this? DynamicCrest crest = new DynamicCrest(); var root = await crest.GetAsync(crest.Host); var alliancelookup = await (await root.GetAsync(r => r.alliances)).First(i => i