Skip to content

v.2.0.5

v.2.0.5 #8

Triggered via release July 18, 2024 14:25
@OlegNadymovOlegNadymov
published v.2.0.5
Status Success
Total duration 39s
Artifacts

cd.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Spoleto.VirtualKassa.MultiBank/Converters/DateTimeConverter2.cs#L20
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
build: src/Spoleto.VirtualKassa.MultiBank/Converters/DateTimeConverter.cs#L20
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
build: src/Spoleto.VirtualKassa.MultiBank/Converters/DateTimeConverter.cs#L20
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
build: src/Spoleto.VirtualKassa.MultiBank/Models/AdvanceSlip.cs#L19
Non-nullable property 'ModuleGnkTerminalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.VirtualKassa.MultiBank/Models/AttachProfileResponseData.cs#L8
Non-nullable property 'ProfileId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.VirtualKassa.MultiBank/Models/CashierExternalLoginInfo.cs#L14
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.VirtualKassa.MultiBank/Models/CashierExternalLoginInfo.cs#L20
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.VirtualKassa.MultiBank/Models/CashierLoginInfo.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.VirtualKassa.MultiBank/Models/CashierLoginInfo.cs#L17
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.VirtualKassa.MultiBank/Models/CashierLoginInfo.cs#L23
Non-nullable property 'ProfileId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.