Skip to content

Update Dockerfile to use .NET 10.0 runtime base image #10

Update Dockerfile to use .NET 10.0 runtime base image

Update Dockerfile to use .NET 10.0 runtime base image #10

Triggered via push December 22, 2025 13:00
Status Success
Total duration 33s
Artifacts

build-master.yml

on: push
build-master
28s
build-master
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-master: src/FlowSynx.PluginRegistry.Infrastructure/Models/Audit/AuditEntry.cs#L9
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-master: src/FlowSynx.PluginRegistry.Infrastructure/Configurations/PluginVersionEntityConfiguration.cs#L82
Argument of type 'ValueConverter<List<PluginOperation>?, string>' cannot be used for parameter 'converter' of type 'ValueConverter<List<PluginOperation>, string>' in 'PropertyBuilder<List<PluginOperation>> PropertyBuilder<List<PluginOperation>>.HasConversion<string>(ValueConverter<List<PluginOperation>, string>? converter)' due to differences in the nullability of reference types.
build-master: src/FlowSynx.PluginRegistry.Infrastructure/Configurations/PluginVersionEntityConfiguration.cs#L72
Argument of type 'ValueConverter<List<PluginSpecification>?, string>' cannot be used for parameter 'converter' of type 'ValueConverter<List<PluginSpecification>, string>' in 'PropertyBuilder<List<PluginSpecification>> PropertyBuilder<List<PluginSpecification>>.HasConversion<string>(ValueConverter<List<PluginSpecification>, string>? converter)' due to differences in the nullability of reference types.
build-master: src/FlowSynx.PluginRegistry.Infrastructure/Extensions/ServiceCollectionExtensions.cs#L60
'NpgsqlConnectionStringBuilder.TrustServerCertificate' is obsolete: 'The TrustServerCertificate parameter is no longer needed and does nothing.'