Skip to content

Finish port of "3 Hands-On Value Objects" #26

Finish port of "3 Hands-On Value Objects"

Finish port of "3 Hands-On Value Objects" #26

Triggered via push November 19, 2025 09:14
Status Success
Total duration 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build: 3 Hands-on Value Objects/tests/Banking.Test/Credit/CreditCustomerTest.cs#L15
Do not use Assert.NotNull() on value type 'CustomerNumber'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
build: 3 Hands-on Value Objects/src/Banking/Crediting/CreditService.cs#L51
Dereference of a possibly null reference.
build: 3 Hands-on Value Objects/src/Banking/Crediting/CreditService.cs#L50
Converting null literal or possible null value to non-nullable type.
build: 3 Hands-on Value Objects/src/Banking/SharedKernel/CustomerNumberFactory.cs#L24
The result of the expression is always 'true' since a value of type 'CustomerNumber' is never equal to 'null' of type 'CustomerNumber?'
build: 3 Hands-on Value Objects/src/Banking/Crediting/CreditService.cs#L8
Cannot convert null literal to non-nullable reference type.
build: 3 Hands-on Value Objects/tests/Banking.Test/Credit/CreditCustomerTest.cs#L15
Do not use Assert.NotNull() on value type 'CustomerNumber'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
build: 3 Hands-on Value Objects/src/Banking/Crediting/CreditService.cs#L51
Dereference of a possibly null reference.
build: 3 Hands-on Value Objects/src/Banking/Crediting/CreditService.cs#L50
Converting null literal or possible null value to non-nullable type.
build: 3 Hands-on Value Objects/src/Banking/SharedKernel/CustomerNumberFactory.cs#L24
The result of the expression is always 'true' since a value of type 'CustomerNumber' is never equal to 'null' of type 'CustomerNumber?'
build: 3 Hands-on Value Objects/src/Banking/Crediting/CreditService.cs#L8
Cannot convert null literal to non-nullable reference type.
build: 2 Hands-on Bounded Contexts/src/Banking/Crediting/CreditService.cs#L50
Dereference of a possibly null reference.
build: 2 Hands-on Bounded Contexts/src/Banking/Crediting/CreditService.cs#L49
Converting null literal or possible null value to non-nullable type.
build: 2 Hands-on Bounded Contexts/src/Banking/Crediting/CreditService.cs#L7
Cannot convert null literal to non-nullable reference type.
build: 2 Hands-on Bounded Contexts/src/Banking/Crediting/CreditService.cs#L50
Dereference of a possibly null reference.
build: 2 Hands-on Bounded Contexts/src/Banking/Crediting/CreditService.cs#L49
Converting null literal or possible null value to non-nullable type.
build: 2 Hands-on Bounded Contexts/src/Banking/Crediting/CreditService.cs#L7
Cannot convert null literal to non-nullable reference type.
build: 1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L50
Dereference of a possibly null reference.
build: 1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L49
Converting null literal or possible null value to non-nullable type.
build: 1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L7
Cannot convert null literal to non-nullable reference type.
build: 1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L50
Dereference of a possibly null reference.
build: 1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L49
Converting null literal or possible null value to non-nullable type.
build: 1 Hands-on Legacy Code/src/Banking/Application/CreditService.cs#L7
Cannot convert null literal to non-nullable reference type.