auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 48 forks source link

Update API docs to properly reflect different platforms #282

Closed frederikprijck closed 10 months ago

frederikprijck commented 10 months ago

Changes

This PR updates the API documentation in the following way:

The reason we need to it like this is because we are using the same namespace (Auth0.OidcClient) for all packages, which contain classes with the exact same name. Docfx does not support that and will throw away all duplicates, resulting in loss of documentation.

This can be solved in two solutions:

Before:

After: image

Checklist