Tests #3
Annotations
12 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
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/
|
test:
FinVue/FinVue.Core/DataTransferObjects/RecurringTransactionDto.cs#L8
Possible null reference argument for parameter 'category' in 'RecurringTransaction.RecurringTransaction(string id, string name, int valueInCent, int monthFrequency, Month nextExecute, TransactionType type, Category category)'.
|
test:
FinVue/FinVue.Core/Entities/User.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
FinVue/FinVue.Core/Entities/User.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
FinVue/FinVue.Core/Exceptions/TransactionException.cs#L14
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
test:
FinVue/FinVue.Core/Exceptions/CategoryException.cs#L14
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
test:
FinVue/FinVue.Core/Entities/Transaction.cs#L64
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
FinVue/FinVue.Core/Entities/Transaction.cs#L64
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
FinVue/FinVue.Core/Entities/Transaction.cs#L64
Non-nullable property 'PayingUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
FinVue/FinVue.Core/Entities/Transaction.cs#L64
Non-nullable property 'PayingUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test:
FinVue/FinVue.Core/Entities/RecurringTransaction.cs#L54
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|