Version #20
Annotations
11 warnings
build
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:
src/Spoleto.VirtualKassa.MultiBank/Models/AttachProfileResponse.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Spoleto.VirtualKassa.MultiBank/Models/AttachProfileResponse.cs#L11
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Spoleto.VirtualKassa.MultiBank/Models/CashierLoginResponse.cs#L8
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Spoleto.VirtualKassa.MultiBank/Models/CashierLoginResponse.cs#L11
Non-nullable property 'UseProfile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Spoleto.VirtualKassa.MultiBank/Converters/SlipResultItemInfoConverter.cs#L17
Possible null reference argument for parameter 'json' in 'List<SlipResultItemInfo>? JsonSerializer.Deserialize<List<SlipResultItemInfo>>(string json, JsonSerializerOptions? options = null)'.
|
build:
src/Spoleto.VirtualKassa.MultiBank/Converters/SlipResultItemInfoConverter.cs#L19
Possible null reference return.
|
build:
src/Spoleto.VirtualKassa.MultiBank/Converters/SlipResultItemInfoConverter.cs#L23
Possible null reference return.
|
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/CashierModule.cs#L8
Non-nullable property 'CashboxOfProfileOfUserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Spoleto.VirtualKassa.MultiBank/Models/CashierModule.cs#L11
Non-nullable property 'ProfileOfUserUuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|