AspNetCoreFromZeroToOverkill / GroupManagement

MIT License
29 stars 15 forks source link

Add Async suffix #9

Closed joaofbantunes closed 5 years ago

joaofbantunes commented 5 years ago

The DatabaseExtensions.EnsureDbUpToDate method is missing the traditional Async suffix.

https://github.com/AspNetCoreFromZeroToOverkill/GroupManagement/blob/4bc263d935a603bb389956f566f431cf7ab8d6eb/src/CodingMilitia.PlayBall.GroupManagement.Web/StartupHelpers/DatabaseExtensions.cs#L10

romanolester commented 5 years ago

You mean this is just to rename a method right?

joaofbantunes commented 5 years ago

Yes, but don't bother with this one, I was just lazy to make the rename and created the issue, which probably took longer 😛.