Sonarr/src/NzbDrone.Core/Authentication
Qstick 42e45f93ac Use const where appropriate
The value of a const field is computed at compile time and stored in the metadata, which improves run-time performance when it is compared to a static readonly field.
2023-03-15 19:24:48 -05:00
..
AuthenticationRequiredType.cs New: Setting to disable authentication for local addresses 2022-08-07 15:24:40 -07:00
AuthenticationType.cs New: Setting to disable authentication for local addresses 2022-08-07 15:24:40 -07:00
User.cs New: Migrate user passwords to Pbkdf2 2022-08-07 15:24:41 -07:00
UserRepository.cs Dapper and STJson 2022-08-07 15:24:36 -07:00
UserService.cs Use const where appropriate 2023-03-15 19:24:48 -05:00