Distribt
Distribt copied to clipboard
convert sync dependy creation to async
There is an option that is to add the suffix "Async" to all those methods that need to be asynchronous. I'm not well-oriented to that approach but it's an option to respond to your concern about "await" uses.
Speaking of your issue with dotnet build
looks like you need to run dotnet restore
. At least I couldn't reproduce that error. Maybe if you tell more details I can fix it
There is an option that is to add the suffix "Async" to all those methods that need to be asynchronous. I'm not well-oriented to that approach but it's an option to respond to your concern about "await" uses.
Speaking of your issue with
dotnet build
looks like you need to rundotnet restore
. At least I couldn't reproduce that error. Maybe if you tell more details I can fix it
nah, forget about using async, the task one gives an error if it does not get awaited, that should be enough.
Let me know when you finish and I will review again.
@ElectNewt I finish and it runs completely on my machine 😄