Skip to content

Refactor: move metadata classes to separate files #3

Refactor: move metadata classes to separate files

Refactor: move metadata classes to separate files #3

Triggered via push December 9, 2025 18:40
Status Success
Total duration 32s
Artifacts

build-master.yml

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

Annotations

10 warnings
build-master: src/FlowSynx.PluginRegistry.Infrastructure/Extensions/ServiceCollectionExtensions.cs#L60
'NpgsqlConnectionStringBuilder.TrustServerCertificate' is obsolete: 'The TrustServerCertificate parameter is no longer needed and does nothing.'
build-master: src/FlowSynx.PluginRegistry.Infrastructure/Models/Audit/AuditEntry.cs#L9
Non-nullable property 'TableName' 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/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.