tintoy / msbuild-project-tools-server

Language server for MSBuild intellisense (including PackageReference completion).
MIT License
59 stars 16 forks source link

Use async Main entrypoint #81

Closed DoctorKrolic closed 11 months ago

DoctorKrolic commented 11 months ago

We can avoid splitting sync and async parts of Main method and use async Main directly