Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Feature/fila pedidos testes #12

Feature/fila pedidos testes

Feature/fila pedidos testes #12

Triggered via pull request October 23, 2023 12:47
Status Success
Total duration 1m 13s
Artifacts

build-tests.yml

on: pull_request
build-and-test
1m 1s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test: src/TechLanches/Core/TechLanches.Core/ValueObject.cs#L21
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-and-test: src/TechLanches/Core/TechLanches.Core/Entity.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-and-test: src/TechLanches/Core/TechLanches.Core/Enumeration.cs#L22
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-and-test: src/TechLanches/Core/TechLanches.Core/Enumeration.cs#L65
Nullability of reference types in type of parameter 'other' of 'int Enumeration.CompareTo(object other)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
build-and-test: src/TechLanches/Core/TechLanches.Core/ValueObject.cs#L11
Dereference of a possibly null reference.
build-and-test: src/TechLanches/Core/TechLanches.Core/ValueObject.cs#L11
Possible null reference argument for parameter 'obj' in 'bool ValueObject.Equals(object obj)'.
build-and-test: src/TechLanches/Core/TechLanches.Core/Entity.cs#L5
Non-nullable field '_domainEvents' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/TechLanches/Core/TechLanches.Core/Entity.cs#L10
Non-nullable field '_domainEvents' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/TechLanches/Core/TechLanches.Core/Entity.cs#L18
Possible null reference return.
build-and-test: src/TechLanches/Core/TechLanches.Core/Enumeration.cs#L12
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.