Skip to content

Fix(Tests): Fix on the tests after the change of the logic of total p… #32

Fix(Tests): Fix on the tests after the change of the logic of total p…

Fix(Tests): Fix on the tests after the change of the logic of total p… #32

Triggered via push May 11, 2024 22:13
Status Success
Total duration 1m 45s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
CI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CI
O propriedade não anulável 'Entities' precisa conter um valor não nulo ao sair do construtor. Considere declarar o propriedade como anulável.
CI
Possível argumento de referência nula para o parâmetro 'element' em 'DisplayAttribute? CustomAttributeExtensions.GetCustomAttribute<DisplayAttribute>(MemberInfo element, bool inherit)'.
CI
Conversão de literal nula ou possível valor nulo em tipo não anulável.
CI
Conversão de literal nula ou possível valor nulo em tipo não anulável.
CI
Possível retorno de referência nula.
CI
Possível retorno de referência nula.
CI
O propriedade não anulável 'Message' precisa conter um valor não nulo ao sair do construtor. Considere declarar o propriedade como anulável.
CI
O propriedade não anulável 'Origin' precisa conter um valor não nulo ao sair do construtor. Considere declarar o propriedade como anulável.
CI
O propriedade não anulável 'Configuration' precisa conter um valor não nulo ao sair do construtor. Considere declarar o propriedade como anulável.
CI
O propriedade não anulável 'Configuration' precisa conter um valor não nulo ao sair do construtor. Considere declarar o propriedade como anulável.
CI: Cross.Cutting/Helper/Pagination.cs#L10
Non-nullable property 'Entities' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
CI: Cross.Cutting/Helper/EnumHelper.cs#L12
Possible null reference argument for parameter 'element' in 'DisplayAttribute? CustomAttributeExtensions.GetCustomAttribute<DisplayAttribute>(MemberInfo element, bool inherit)'.
CI: Cross.Cutting/Helper/EnumHelper.cs#L12
Converting null literal or possible null value to non-nullable type.
CI: Cross.Cutting/Helper/EnumHelper.cs#L15
Converting null literal or possible null value to non-nullable type.
CI: Cross.Cutting/Helper/EnumHelper.cs#L22
Possible null reference return.
CI: Cross.Cutting/Helper/ObjectHelper.cs#L24
Possible null reference return.
CI: Domain/Entities/UpdateLog.cs#L20
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
CI: Domain/Entities/UpdateLog.cs#L24
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
CI: Domain/Entities/BaseEntity.cs#L34
Possible null reference argument for parameter 'enumValue' in 'string EnumHelper.GetDisplayName(Enum enumValue)'.
CI: Domain/Entities/Launch.cs#L78
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.