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 `Core` project of the `AdminPanel` project template #5635

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 Core project of the AdminPanel 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/AdminPanel/Bit.AdminPanel/src/Client/Core/Extensions/IServiceCollectionExtensions.cs#L9

msynk commented 7 months ago

resolved!