Skip to content

Publish Modular Monolithic Architecture Helper Domain #8

Publish Modular Monolithic Architecture Helper Domain

Publish Modular Monolithic Architecture Helper Domain #8

Manually triggered February 11, 2025 12:02
Status Failure
Total duration 29s
Artifacts

publish_domain.yml

on: workflow_dispatch
Publish Modular Monolithic Helper Domain on NuGet
19s
Publish Modular Monolithic Helper Domain on NuGet
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Publish Modular Monolithic Helper Domain on NuGet
Resource not accessible by integration
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Abstractions/TypedIdValueBase.cs#L47
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Abstractions/TypedIdValueBase.cs#L57
Nullability of reference types in type of parameter 'other' of 'bool TypedIdValueBase.Equals(TypedIdValueBase other)' doesn't match implicitly implemented member 'bool IEquatable<TypedIdValueBase>.Equals(TypedIdValueBase? other)' (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Maybe/Maybe.cs#L71
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Maybe/Maybe.cs#L50
Nullability of reference types in type of parameter 'other' of 'bool Maybe<T>.Equals(Maybe<T> other)' doesn't match implicitly implemented member 'bool IEquatable<Maybe<T>>.Equals(Maybe<T>? other)' (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Core/Enumeration.cs#L99
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Core/Enumeration.cs#L88
Nullability of reference types in type of parameter 'other' of 'bool Enumeration<TEnum>.Equals(Enumeration<TEnum> other)' doesn't match implicitly implemented member 'bool IEquatable<Enumeration<TEnum>>.Equals(Enumeration<TEnum>? other)' (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Core/Enumeration.cs#L115
Nullability of reference types in type of parameter 'other' of 'int Enumeration<TEnum>.CompareTo(Enumeration<TEnum> other)' doesn't match implicitly implemented member 'int IComparable<Enumeration<TEnum>>.CompareTo(Enumeration<TEnum>? other)' (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Core/ValueObject.cs#L29
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Core/ValueObject.cs#L26
Nullability of reference types in type of parameter 'other' of 'bool ValueObject.Equals(ValueObject other)' doesn't match implicitly implemented member 'bool IEquatable<ValueObject>.Equals(ValueObject? other)' (possibly because of nullability attributes).
Publish Modular Monolithic Helper Domain on NuGet: src/Modular.Monolithic.Architecture.Helper.Domain/Maybe/Maybe.cs#L36
Possible null reference argument for parameter 'value' in 'Maybe<T>.Maybe(T value)'.