This async method lacks 'Await' operators and so will run synchronously. Consider using the 'Await' operator to await non-blocking API calls, or 'Await Task.Run(...)' to do CPU-bound work on a background thread.
This assembly claims to be a satellite assembly, but doesn't contain any properly named .resources files as manifest resources. ...
This assembly claims to contain neutral resources, but doesn't contain any .resources files as manifest resources. Either ...
This assembly contains neutral resources corresponding to the culture "{0}". These resources will not be considered neutral ...
This assembly's current level of trust does not fall into one of the Wizard's four levels of trust. This Wizard will only ...
This async method lacks 'Await' operators and so will run synchronously. Consider using the 'Await' operator to await non-blocking ...
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking ...
This AsyncResult or Task corresponds to a different asynchronous operation ID than the one that invoked the completion callback. ...
This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress. ...
This BackgroundWorker states that it doesn't support cancellation. Modify WorkerSupportsCancellation to state that it does ...