Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -17,6 +17,13 @@ public class CalculatedObservationsService : ICalculatedObservationsService
private readonly ILogger<CalculatedObservationsService>? _logger;
/// <summary>
/// Initializes a new instance of the <see cref="CalculatedObservationsService"/>, resolving the internal <see cref="ICalculatedObservations"/> implementation from the configured customization or falling back to <see cref="DefaultCalculatedObservations"/>.
/// </summary>
/// <param name="apiSettings">The <see cref="IOptions{ApiSettings}"/> providing the customization name used to locate the calculation implementation type.</param>
/// <param name="serviceProvider">The <see cref="IServiceProvider"/> supplied to the resolved customization type's constructor.</param>
/// <param name="logger">The <see cref="ILogger{CalculatedObservationsService}"/> used to log warnings when the customization cannot be resolved.</param>
/// <!-- aidoc:v1 sig=f22feaa body=18f989f -->
public CalculatedObservationsService(
IOptions<ApiSettings> apiSettings,
IServiceProvider serviceProvider,