bitfoundation / bitplatform

Build all of your apps using what you already know and love ❤️
https://bitplatform.dev
MIT License
1.04k stars 217 forks source link

Missing `Linux` from the comment in the `IServiceCollectionExtensions` class in the `Shared` project of the `TodoTemplate` project template #5623

Closed msynk closed 7 months ago

msynk commented 8 months ago

There is a comment on line 9 of the IServiceCollectionExtensions.cs file in the Shared project of the TodoTemplate project template that does not include Linux:

image

the correct state of the change should be something like this: image

here is a link to this line on GitHub: https://github.com/bitfoundation/bitplatform/blob/fcb83f2c6da2a1b42c792497b39f977426e96917/src/Templates/TodoTemplate/Bit.TodoTemplate/src/Shared/Extensions/IServiceCollectionExtensions.cs#L9

msynk commented 7 months ago

resolved!