Skip to content

clean code

clean code #17

Triggered via push June 19, 2024 10:29
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Source/Sam.EndPoint.WebApi/Models/FileEntityDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Sam.EndPoint.WebApi/Models/FileEntityDto.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Sam.EndPoint.WebApi/Controllers/FileController.cs#L25
Possible null reference assignment.
build: Source/Sam.EndPoint.WebApi/Controllers/FileController.cs#L28
Possible null reference assignment.
build: Source/Sam.EndPoint.WebApi/Controllers/FileController.cs#L42
Possible null reference assignment.
build: Source/Sam.EndPoint.WebApi/Controllers/FileController.cs#L45
Possible null reference assignment.
build: Source/Sam.EndPoint.WebApi/Controllers/FileController.cs#L107
Possible null reference assignment.
build: Source/Sam.EndPoint.WebApi/Controllers/FileController.cs#L110
Possible null reference assignment.
build: Source/Sam.EndPoint.WebApi/Controllers/FileController.cs#L118
Possible null reference assignment.
build: Source/Sam.EndPoint.WebApi/Controllers/FileController.cs#L121
Possible null reference assignment.