Skip to content

return id instead of whole object which the extension should already … #67

return id instead of whole object which the extension should already …

return id instead of whole object which the extension should already … #67

Triggered via push June 18, 2024 15:46
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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: NetBuddy.Server/Models/History/ActionResult.cs#L8
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetBuddy.Server/Models/History/ActionResult.cs#L10
Non-nullable property 'ActionContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetBuddy.Server/Models/Executables/Pipeline.cs#L10
Non-nullable property 'Sequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetBuddy.Server/DTOs/Selector/SelectorDto.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetBuddy.Server/DTOs/Execution/SequenceResultDto.cs#L7
Non-nullable property 'Sequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetBuddy.Server/DTOs/Execution/ActionResultDto.cs#L7
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetBuddy.Server/Controllers/Selectors/SelectorController.cs#L111
Dereference of a possibly null reference.
build: NetBuddy.Server/Controllers/Selectors/SelectorController.cs#L135
Dereference of a possibly null reference.
build: NetBuddy.Server/Models/History/ActionResult.cs#L8
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetBuddy.Server/Models/History/ActionResult.cs#L10
Non-nullable property 'ActionContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.