Skip to content

Merge pull request #12 from RobsonTrasel/feature/dns-mongo-save #8

Merge pull request #12 from RobsonTrasel/feature/dns-mongo-save

Merge pull request #12 from RobsonTrasel/feature/dns-mongo-save #8

Re-run triggered November 11, 2024 02:46
Status Cancelled
Total duration 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build
The run was canceled by @RobsonTrasel.
build
The operation was canceled.
build: bet-blocker/Business/BetBusiness.cs#L5
The using directive for 'System.Collections.Concurrent' appeared previously in this namespace
build: bet-blocker/Business/BetBusiness.cs#L25
Possible null reference assignment.
build: bet-blocker/Business/BetBusiness.cs#L21
Non-nullable field '_endpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: bet-blocker/DTOs/ResponseHostDto.cs#L17
Non-nullable property 'AnatelInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: bet-blocker/DTOs/ResponseHostDto.cs#L10
Non-nullable property 'Protocols' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: bet-blocker/DTOs/ResponseHostDto.cs#L11
Non-nullable property 'Ips' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: bet-blocker/DTOs/ResponseHostDto.cs#L12
Non-nullable property 'Anatel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: bet-blocker/Controllers/APIManagerController.cs#L55
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: bet-blocker/Business/BetBusiness.cs#L5
The using directive for 'System.Collections.Concurrent' appeared previously in this namespace
build: bet-blocker/Business/BetBusiness.cs#L25
Possible null reference assignment.