henalbrod / Blazor.Auth0

The library for using Auth0 in Blazor applications.
https://github.com/henalbrod/Blazor.Auth0
MIT License
110 stars 29 forks source link

Fix build for linux and added free build process on Circle CI for opensource projects. #21

Closed TopSwagCode closed 5 years ago

TopSwagCode commented 5 years ago

Hi again.
Found a problem while building this project on Linux.
Path name miss match in sln file:
Blazor.auth0.Examples.ClientSide\Blazor.Auth0.Examples.ClientSide.csproj
Blazor.auth0.Examples.ClientSide\Blazor.auth0.Examples.ClientSide.csproj
It works fine on Windows, cause it's not case sensitive like linux.

Added online build on Circle CI. Currently pointing at my fork:
https://circleci.com/gh/kiksen1987/Blazor.Auth0/23
The badge can be seen here:
https://github.com/kiksen1987/Blazor.Auth0

I would like to be a contributor on your repository, so I don't have to work on my own fork and send commits over all the time.
Best regards Joshua.

TopSwagCode commented 5 years ago

Took me some time to figure out why linux wasn't building the project 😄