Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add async serialization #29

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

martilut
Copy link

No description provided.

@martilut martilut changed the title Async serialization added Add async serialization Jul 20, 2021
Copy link
Collaborator

@Alexander-Ploskin Alexander-Ploskin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Все хорошо, надо поправить названия методов и сделать асинхронное открытие тестов.

Comment on lines 181 to 182
public async Task Save(string path)
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

По стайлгайду асинхронные методы имеют суффикс Async, то есть должно быть SaveAsync

Comment on lines 205 to 206
public async Task Open(string path)
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тоже OpenAsync

Comment on lines 51 to 52
public async void Save(string path)
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А как же Open?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants