Skip to content

refactor: address payment flow analysis findings #2301

refactor: address payment flow analysis findings

refactor: address payment flow analysis findings #2301

Triggered via push September 7, 2026 20:45
Status Success
Total duration 20m 12s
Artifacts

build.yml

on: push
Build and analyze
20m 9s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

32 warnings
Build and analyze
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/setup-java@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/Image.cs#L11
Change the 'Url' property type to 'System.Uri'.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CompanyProfileSocialLink.cs#L12
Change the 'Url' property type to 'System.Uri'.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L9
Remove this initialization to 'Image', the compiler will do that for you.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L10
Remove this initialization to 'Image', the compiler will do that for you.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L7
Non-nullable property 'TitleEn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L7
Non-nullable property 'TitleEn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CompanyProfileSocialLink.cs#L12
Change the 'Url' property type to 'System.Uri'.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/Image.cs#L11
Change the 'Url' property type to 'System.Uri'.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L9
Remove this initialization to 'Image', the compiler will do that for you.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L10
Remove this initialization to 'Image', the compiler will do that for you.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L7
Non-nullable property 'TitleEn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L7
Non-nullable property 'TitleEn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CompanyProfileSocialLink.cs#L12
Change the 'Url' property type to 'System.Uri'.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L9
Remove this initialization to 'Image', the compiler will do that for you.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L10
Remove this initialization to 'Image', the compiler will do that for you.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L7
Non-nullable property 'TitleEn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/CollectedFundsBlock.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L7
Non-nullable property 'TitleEn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: VictoryCenter/VictoryCenter.DAL/Entities/ChangedLivesBlock.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze
setup-java v4 is deprecated and will no longer receive updates. Please migrate to actions/setup-java@v5.