Решена ошибка кодгена при генерации асинхронных методов в генерик возвращаемым типом
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Example.Shared;
|
||||
public interface IPrinter
|
||||
{
|
||||
string GetName();
|
||||
TransmittedSharedObject<IPage> Print(string text);
|
||||
Task<TransmittedSharedObject<IPage>> Print(string text);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user