Skip to content

Add GitHub Actions workflow for master branch build #1

Add GitHub Actions workflow for master branch build

Add GitHub Actions workflow for master branch build #1

Triggered via push November 23, 2025 20:48
Status Success
Total duration 40s
Artifacts

build-master.yml

on: push
build-master
35s
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.