Skip to content

missing an using statement #82

missing an using statement

missing an using statement #82

Triggered via push July 1, 2024 08:35
Status Success
Total duration 49s
Artifacts
Build, Test and Verify Feature Branch
41s
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/DtroHistory/DtroHistorySourceResponse.cs#L4
Non-nullable property 'ActionType' 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/DtroHistory/DtroHistorySourceResponse.cs#L10
Non-nullable property 'Reference' 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/DtroHistory/DtroHistorySourceResponse.cs#L12
Non-nullable property 'SchemaVersion' 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/DtroHistory/DtroHistorySourceResponse.cs#L14
Non-nullable property 'Section' 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/DtroHistory/DtroHistorySourceResponse.cs#L20
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/DtroHistory/DtroHistoryProvisionResponse.cs#L5
Non-nullable property 'ActionType' 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/DtroHistory/DtroHistoryProvisionResponse.cs#L9
Non-nullable property 'Data' 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/DtroHistory/DtroHistoryProvisionResponse.cs#L13
Non-nullable property 'Reference' 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/DtroHistory/DtroHistoryProvisionResponse.cs#L15
Non-nullable property 'SchemaVersion' 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/DtroSearch.cs#L13
Non-nullable property 'Queries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.