Update Dockerfile to use .NET 10.0 runtime base image #10
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/Contexts/AuditableContext.cs#L99
Possible null reference assignment.
|
|
build-master:
src/FlowSynx.PluginRegistry.Infrastructure/Contexts/AuditableContext.cs#L95
Possible null reference assignment.
|
|
build-master:
src/FlowSynx.PluginRegistry.Infrastructure/Contexts/AuditableContext.cs#L71
Possible null reference assignment.
|
|
build-master:
src/FlowSynx.PluginRegistry.Infrastructure/Contexts/AuditableContext.cs#L62
Possible null reference assignment.
|
|
build-master:
src/FlowSynx.PluginRegistry.Infrastructure/Contexts/AuditableContext.cs#L57
Possible null reference assignment.
|
|
build-master:
src/FlowSynx.PluginRegistry.Infrastructure/Contexts/AuditableContext.cs#L49
Possible null reference assignment.
|
|
build-master:
src/FlowSynx.PluginRegistry.Infrastructure/Extensions/ServiceCollectionExtensions.cs#L60
'NpgsqlConnectionStringBuilder.TrustServerCertificate' is obsolete: 'The TrustServerCertificate parameter is no longer needed and does nothing.'
|