Skip to content

Update DomainException #13

Update DomainException

Update DomainException #13

Triggered via push February 26, 2025 20:48
Status Success
Total duration 27s
Artifacts
Publish Modular Monolithic Helper Domain on NuGet
23s
Publish Modular Monolithic Helper Domain on NuGet
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Publish Modular Monolithic Helper Domain on NuGet
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish Modular Monolithic Helper Domain on NuGet
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish Modular Monolithic Helper Domain on NuGet
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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)'.
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/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/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/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/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/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#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/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/Abstractions/TypedIdValueBase.cs#L47
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).