Skip to content

Merge branch 'develop' of https://github.com/Mstaheri/Fund-Management… #11

Merge branch 'develop' of https://github.com/Mstaheri/Fund-Management…

Merge branch 'develop' of https://github.com/Mstaheri/Fund-Management… #11

Triggered via push July 20, 2024 12:00
Status Failure
Total duration 1m 7s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 22 warnings
build
Error: Input required and not supplied: server
build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/variable-substitution@v1, SamKirkland/FTP-Deploy-Action@v4.3.4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: Domain/Common/ValueObject.cs#L27
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Domain/Common/ValueObject.cs#L17
Dereference of a possibly null reference.
build: Domain/Common/ValueObject.cs#L17
Possible null reference argument for parameter 'obj' in 'bool ValueObject.Equals(object obj)'.
build: Domain/Exceptions/OperationResult.cs#L56
Possible null reference argument for parameter 'arg' in 'bool Func<T, bool>.Invoke(T arg)'.
build: Domain/Entity/BankSafe.cs#L15
Non-nullable property 'UserAndNumberOfShares' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/BankSafe.cs#L15
Non-nullable property 'BankSafeTransactions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/BankSafe.cs#L15
Non-nullable property 'BankSafeDocuments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/BankSafe.cs#L15
Non-nullable property 'loans' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/BankSafe.cs#L15
Non-nullable property 'LoanTransactions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Common/ValueObject.cs#L27
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Domain/Common/ValueObject.cs#L17
Dereference of a possibly null reference.
build: Domain/Common/ValueObject.cs#L17
Possible null reference argument for parameter 'obj' in 'bool ValueObject.Equals(object obj)'.
build: Domain/Entity/UserAndNumberOfShare.cs#L15
Non-nullable property 'BankSafe' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/UserAndNumberOfShare.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/BankAccount.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/BankAccount.cs#L15
Non-nullable property 'BankSafeTransactions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/BankAccount.cs#L15
Non-nullable property 'BankSafeDocuments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/User.cs#L15
Non-nullable property 'BankAccounts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Domain/Entity/User.cs#L15
Non-nullable property 'UserAndNumberOfShares' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.