These are the cases where an interface returns Task, but our implementation is synchronous. In these cases we prefer to declare the method as async and suppress, because this keeps the exception semantics the same as a 'true' async method. |
||
|---|---|---|
| samples/MvcSample.Web | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| NuGet.Config | ||
| WebFx.sln | ||
| build.cmd | ||
| global.json | ||
| makefile.shade | ||
| out.txt | ||