Example #1
0
 private async Task <ConfiguredProject> GetConfiguredProjectForDebugAsync()
 {
     return(await ActiveDebugFramework.GetConfiguredProjectForActiveFrameworkAsync().ConfigureAwait(false));
 }
Example #2
0
 private Task <ConfiguredProject> GetConfiguredProjectForDebugAsync()
 {
     return(ActiveDebugFramework.GetConfiguredProjectForActiveFrameworkAsync());
 }