This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
Feature/hexagonal #16
Merged
Annotations
11 warnings
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/
|
src/TechLanches/Core/TechLanches.Core/Entity.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/TechLanches/Core/TechLanches.Core/Enumeration.cs#L22
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
src/TechLanches/Core/TechLanches.Core/ValueObject.cs#L21
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/TechLanches/Core/TechLanches.Core/ValueObject.cs#L11
Dereference of a possibly null reference.
|
src/TechLanches/Core/TechLanches.Core/ValueObject.cs#L11
Possible null reference argument for parameter 'obj' in 'bool ValueObject.Equals(object obj)'.
|
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.
|
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.
|
src/TechLanches/Core/TechLanches.Core/Entity.cs#L18
Possible null reference return.
|
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.
|
The logs for this run have expired and are no longer available.
Loading