fix CI/CD #6
Annotations
20 warnings
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Publish:
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.
|
Loading