Skip to content

Restructure types/resolvers #134

Restructure types/resolvers

Restructure types/resolvers #134

Triggered via push October 14, 2024 00:48
Status Failure
Total duration 39s
Artifacts

build-server.yml

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

Annotations

3 errors and 11 warnings
Build library: src/server/RobinTTY.PersonalFinanceDashboard.API/Utility/AppConfigurationManager.cs#L4
The type or namespace name 'Types' does not exist in the namespace 'RobinTTY.PersonalFinanceDashboard.Api' (are you missing an assembly reference?)
Build library: src/server/RobinTTY.PersonalFinanceDashboard.API/Utility/AppConfigurationManager.cs#L4
The type or namespace name 'Types' does not exist in the namespace 'RobinTTY.PersonalFinanceDashboard.Api' (are you missing an assembly reference?)
Build library
Process completed with exit code 1.
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.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.
Build library: src/server/RobinTTY.PersonalFinanceDashboard.DataImport/Etoro/Models/EtoroFinancialSummary.cs#L27
Non-nullable property 'ProfitOrLossEtfs' 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#L31
Non-nullable property 'ProfitStockDividends' 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#L35
Non-nullable property 'ProfitOrLossCfdDividends' 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#L39
Non-nullable property 'IncomeFromRefunds' 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#L43
Non-nullable property 'IncomeFromAirDrops' 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#L47
Non-nullable property 'IncomeFromStaking' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.