sonarr-repo-only/src/Sonarr.Http/ClientSchema
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
..
Field.cs New: Don't return API Keys and Passwords via the API 2022-08-07 15:24:40 -07:00
FieldMapping.cs v3 API 2018-12-29 13:08:37 +01:00
SchemaBuilder.cs Use const where appropriate 2023-03-15 19:24:48 -05:00