Skip to content

Move ThirdPartyDataRetrievalMetadata related models #141

Move ThirdPartyDataRetrievalMetadata related models

Move ThirdPartyDataRetrievalMetadata related models #141

Triggered via push October 29, 2024 00:31
Status Success
Total duration 33s
Artifacts

build-server.yml

on: push
Build library
24s
Build library
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build library
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build library: src/server/RobinTTY.PersonalFinanceDashboard.Core/Models/Transaction.cs#L51
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.Core/Models/Transaction.cs#L51
Non-nullable property 'AccountId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.Core/Models/Transaction.cs#L51
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.Core/Models/Transaction.cs#L51
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.Core/Models/Transaction.cs#L51
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.Core/Models/Transaction.cs#L51
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.DataImport/Etoro/Models/EtoroFinancialSummary.cs#L11
Non-nullable property 'ProfitOrLossCfds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.DataImport/Etoro/Models/EtoroFinancialSummary.cs#L15
Non-nullable property 'ProfitOrLossCrypto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.DataImport/Etoro/Models/EtoroFinancialSummary.cs#L19
Non-nullable property 'ProfitOrLossTotalReturnSwaps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.DataImport/Etoro/Models/EtoroFinancialSummary.cs#L23
Non-nullable property 'ProfitOrLossStocks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.