The 'await' operator can only be used within an async lambda expression. Consider marking this lambda expression with the 'async' modifier.
The 'allowDefinition' attribute must be one of the following values: Everywhere, MachineOnly, MachineToWebRoot, MachineToApplication. ...
The 'allowExeDefinition' attribute must be one of the following values: MachineOnly, MachineToApplication, MachineToRoamingUser, ...
The 'await' operator can only be used when contained within a method or lambda expression marked with the 'async' modifier ...
The 'await' operator can only be used within an async anonymous method. Consider marking this anonymous method with the 'async' ...
The 'await' operator can only be used within an async lambda expression. Consider marking this lambda expression with the ...
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and ...
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and ...
The 'await' operator may only be used in a query expression within the first collection expression of the initial 'from' ...
The 'EndValidation' method cannot not be called when all the elements have not been validated. 'ValidateEndElement' calls ...