Skip to content

Updated connection strings to take environmental variables #83

Updated connection strings to take environmental variables

Updated connection strings to take environmental variables #83

Triggered via push July 1, 2024 10:28
Status Success
Total duration 38s
Artifacts
Build, Test and Verify Feature Branch
28s
Build, Test and Verify Feature Branch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build, Test and Verify Feature Branch
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/Search/Location.cs#L16
Non-nullable property 'Crs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/ModelView/ViewSchemaOverview.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/Search/SearchQuery.cs#L13
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/Search/SearchQuery.cs#L50
Non-nullable property 'TroName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/Search/SearchQuery.cs#L57
Non-nullable property 'RegulationType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/Search/SearchQuery.cs#L64
Non-nullable property 'VehicleType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/Search/SearchQuery.cs#L71
Non-nullable property 'OrderReportingPoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/Search/SearchQuery.cs#L76
Non-nullable property 'RegulationStart' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/Search/SearchQuery.cs#L81
Non-nullable property 'RegulationEnd' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and Verify Feature Branch: Src/Dft.DTRO.Admin/Models/SchemaTemplateOverview.cs#L10
Non-nullable property 'SchemaVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.