Решена ошибка кодгена при генерации асинхронных методов в генерик возвращаемым типом
This commit is contained in:
@@ -12,7 +12,7 @@ public class Printer : IPrinter
|
||||
return Name;
|
||||
}
|
||||
|
||||
public TransmittedSharedObject<IPage> Print(string text)
|
||||
public async Task<TransmittedSharedObject<IPage>> Print(string text)
|
||||
{
|
||||
return new Page {Text = text};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user