Skip to content

fix CI/CD

fix CI/CD #6

Triggered via push October 24, 2024 09:17
Status Success
Total duration 5m 37s
Artifacts 1
Build and analyze
5m 23s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build and analyze: src/EventHub.Domain/AggregateModels/UserAggregate/UserAggregateRoot.cs#L8
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 and analyze: src/EventHub.Domain/AggregateModels/UserAggregate/UserAggregateRoot.cs#L14
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 and analyze: src/EventHub.Domain/AggregateModels/UserAggregate/UserAggregateRoot.cs#L20
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 and analyze: src/EventHub.Domain/AggregateModels/EventAggregate/Event.cs#L78
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 and analyze: src/EventHub.Domain/AggregateModels/EventAggregate/Event.cs#L84
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 and analyze: src/EventHub.Domain/AggregateModels/EventAggregate/Event.cs#L90
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 and analyze: src/EventHub.Domain/AggregateModels/EventAggregate/Event.cs#L96
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 and analyze: src/EventHub.Domain/AggregateModels/EventAggregate/Event.cs#L102
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 and analyze: src/EventHub.Domain/AggregateModels/EventAggregate/Event.cs#L108
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 and analyze: src/EventHub.Domain/AggregateModels/EventAggregate/Event.cs#L114
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 and analyze: src/EventHub.Shared/SeedWork/HttpResponseException.cs#L37
'HttpResponseException.Message' hides inherited member 'Exception.Message'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build and analyze: src/EventHub.Shared/SeedWork/HttpResponseException.cs#L17
Cannot convert null literal to non-nullable reference type.
Build and analyze: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L14
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L18
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignUpDto.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignUpDto.cs#L14
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignUpDto.cs#L18
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignUpDto.cs#L22
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignInResponseDto.cs#L9
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
.net-app
47.3 MB