Skip to content

Merge branch 'dev' into beta #107

Merge branch 'dev' into beta

Merge branch 'dev' into beta #107

Triggered via push August 16, 2026 06:27
Status Success
Total duration 4m 30s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Release: src/AlbusKavaliro.TempMaiSe.Mailer/PartialTag.cs#L35
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
Release: src/AlbusKavaliro.TempMaiSe.Mailer/PartialTag.cs#L44
Converting null literal or possible null value to non-nullable type.
Release: src/AlbusKavaliro.TempMaiSe.Mailer/PartialTag.cs#L35
Possible null reference argument for parameter 'provider' in 'IPartialRepository ServiceProviderServiceExtensions.GetRequiredService<IPartialRepository>(IServiceProvider provider)'.
Release: src/AlbusKavaliro.TempMaiSe.Models/Partial.cs#L5
Rename type Partial so that it no longer conflicts with the reserved language keyword 'Partial'. Using a reserved keyword as the name of a type makes it harder for consumers in other languages to use the type. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)